Hello,
Under linux Fedora 12, I try to run VLC with a DVB-T USB AverTv A835 Volar HD.
I successfully make this device be detected by the kernel (by compiling with kernel header)
dvb-usb: found a 'Avermedia AverTV Volar HD & HD PRO (A835)' in cold state, will try to load a firmware
usb 1-7: firmware: requesting dvb-usb-af9035-01.fw
dvb-usb: downloading firmware from file 'dvb-usb-af9035-01.fw'
dvb-usb: found a 'Avermedia AverTV Volar HD & HD PRO (A835)' in warm state.
dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
dvb-usb: Avermedia AverTV Volar HD & HD PRO (A835) successfully initialized and connected.
usbcore: registered new interface driver dvb_usb_af9035
I have compile VLC 1.1.9 with --enable-dvb and --enable-dvbpsi but I got the following error:
[root@kannel ~]# cvlc --ttl 12 --program=300 dvb:// -vvv
VLC media player 1.1.9 The Luggage (revision exported)
[0x8aac8fc] main libvlc debug: VLC media player - 1.1.9 The Luggage
[0x8aac8fc] main libvlc debug: Copyright © 1996-2011 the VideoLAN team
[0x8aac8fc] main libvlc debug: revision exported
[0x8aac8fc] main libvlc debug: configured with ./configure '--prefix=/usr' '--enable-dvb' '--enable-dvbpsi' '--enable-run-as-root'
[0x8aac8fc] main libvlc debug: translation test: code is "fr"
[0x8aac8fc] main libvlc debug: checking plugin modules
[0x8aac8fc] main libvlc debug: loading plugins cache file /usr/lib/vlc/plugins/plugins-04041e-78.dat
[0x8aac8fc] main libvlc debug: recursively browsing `/usr/lib/vlc/plugins'
[0x8aac8fc] main libvlc debug: saving plugins cache /usr/lib/vlc/plugins/plugins-04041e-78.dat
[0x8aac8fc] main libvlc debug: module bank initialized (357 modules)
[0x8aac8fc] main libvlc debug: opening config file (/root/.config/vlc/vlcrc)
[0x8aac8fc] main libvlc debug: CPU has capabilities MMX 3DNow! MMXEXT SSE FPU
[0x8aac8fc] main libvlc debug: looking for memcpy module: 4 candidates
[0x8aac8fc] main libvlc debug: using memcpy module "memcpymmxext"
[0x8b4c204] main input debug: Creating an input for 'Bibliothèque'
[0x8b4c204] main input debug: Input is a meta file: disabling unneeded options
[0x8b4c204] main input debug: using timeshift granularity of 50 MiB
[0x8b4c204] main input debug: using timeshift path '/tmp'
[0x8b4c204] main input debug: `file/xspf-open:///root/.local/share/vlc/ml.xspf' gives access `file' demux `xspf-open' path `/root/.local/share/vlc/ml.xspf'
[0x8b4c204] main input debug: creating demux: access='file' demux='xspf-open' path='/root/.local/share/vlc/ml.xspf'
[0x8b3402c] main demux debug: looking for access_demux module: 1 candidate
[0x8b3402c] main demux debug: no access_demux module matching "file" could be loaded
[0x8b3402c] main demux debug: TIMER module_need() : 0.560 ms - Total 0.560 ms / 1 intvls (Avg 0.560 ms)
[0x8b4c204] main input debug: creating access 'file' path='/root/.local/share/vlc/ml.xspf'
[0x8b3471c] main access debug: looking for access module: 2 candidates
[0x8b3471c] filesystem access debug: opening file `/root/.local/share/vlc/ml.xspf'
[0x8b3471c] main access debug: using access module "filesystem"
[0x8b3471c] main access debug: TIMER module_need() : 1.192 ms - Total 1.192 ms / 1 intvls (Avg 1.192 ms)
[0x8b36094] main stream debug: Using AStream*Stream
[0x8b36094] main stream debug: pre buffering
[0x8b36094] main stream debug: received first data after 0 ms
[0x8b36094] main stream debug: pre-buffering done 296 bytes in 0s - 4314 KiB/s
[0x8b35974] main stream debug: looking for stream_filter module: 5 candidates
[0x8b35974] main stream debug: no stream_filter module matching "any" could be loaded
[0x8b35974] main stream debug: TIMER module_need() : 2.335 ms - Total 2.335 ms / 1 intvls (Avg 2.335 ms)
[0x8b35974] main stream debug: looking for stream_filter module: 1 candidate
[0x8b35974] main stream debug: using stream_filter module "stream_filter_record"
[0x8b35974] main stream debug: TIMER module_need() : 0.356 ms - Total 0.356 ms / 1 intvls (Avg 0.356 ms)
[0x8b4c204] main input debug: creating demux: access='file' demux='xspf-open' path='/root/.local/share/vlc/ml.xspf'
[0x8b34dd4] main demux debug: looking for demux module: 1 candidate
[0x8b34dd4] playlist demux debug: using XSPF playlist reader
[0x8b34dd4] main demux debug: using demux module "playlist"
[0x8b34dd4] main demux debug: TIMER module_need() : 0.757 ms - Total 0.757 ms / 1 intvls (Avg 0.757 ms)
[0x8b3581c] main demux meta debug: looking for meta reader module: 1 candidate
[0x8b3581c] lua demux meta debug: Trying Lua scripts in /root/.local/share/vlc/lua/meta/reader
[0x8b3581c] lua demux meta debug: Trying Lua scripts in /usr/lib/vlc/lua/meta/reader
[0x8b3581c] lua demux meta debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/reader/filename.luac
[0x8b3581c] lua demux meta debug: Trying Lua scripts in /usr/share/vlc/lua/meta/reader
[0x8b3581c] main demux meta debug: no meta reader module matching "any" could be loaded
[0x8b3581c] main demux meta debug: TIMER module_need() : 4.510 ms - Total 4.510 ms / 1 intvls (Avg 4.510 ms)
[0x8b4c204] main input debug: `file/xspf-open:///root/.local/share/vlc/ml.xspf' successfully opened
[0x8b3581c] main xml debug: looking for xml module: 2 candidates
[0x8b3581c] main xml debug: using xml module "xml"
[0x8b3581c] main xml debug: TIMER module_need() : 1.602 ms - Total 1.602 ms / 1 intvls (Avg 1.602 ms)
[0x8b34dd4] playlist demux debug: parsed 0 tracks successfully
[0x8b3581c] main xml debug: removing module "xml"
[0x8b4c204] main input debug: EOF reached
[0x8b34dd4] main demux debug: removing module "playlist"
[0x8b35974] main stream debug: removing module "stream_filter_record"
[0x8b3471c] main access debug: removing module "filesystem"
[0x8b4c204] main input debug: TIMER input launching for 'Bibliothèque' : 11.888 ms - Total 11.888 ms / 1 intvls (Avg 11.888 ms)
[0x8b34dd4] main interface debug: looking for interface module: 1 candidate
[0x8b34dd4] main interface debug: using interface module "hotkeys"
[0x8b34dd4] main interface debug: TIMER module_need() : 1.460 ms - Total 1.460 ms / 1 intvls (Avg 1.460 ms)
[0x8b36044] main interface debug: looking for interface module: 1 candidate
Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS")
Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE")
[0x8abadcc] main playlist debug: Activated
[0x8b36044] main interface debug: using interface module "inhibit"
[0x8b36044] main interface debug: TIMER module_need() : 1024.070 ms - Total 1024.070 ms / 1 intvls (Avg 1024.070 ms)
[0x8abadcc] main playlist debug: adding item `dvb://' ( dvb:// )
[0x8b40df4] main interface debug: looking for interface module: 1 candidate
[0x8b40df4] main interface debug: using interface module "signals"
[0x8b40df4] main interface debug: TIMER module_need() : 0.908 ms - Total 0.908 ms / 1 intvls (Avg 0.908 ms)
[0x8b4a7c4] main interface debug: looking for interface module: 0 candidates
[0x8b4a7c4] main interface debug: no interface module matched "globalhotkeys,none"
[0x8b4a7c4] main interface debug: TIMER module_need() : 0.162 ms - Total 0.162 ms / 1 intvls (Avg 0.162 ms)
[0x8b4a7c4] main interface error: no suitable interface module
[0x8aac8fc] main libvlc error: interface "globalhotkeys,none" initialization failed
[0x8b4a7c4] main interface debug: looking for interface module: 1 candidate
[0x8b4a7c4] dummy interface: using the dummy interface module...
[0x8b4a7c4] main interface debug: using interface module "dummy"
[0x8b4a7c4] main interface debug: TIMER module_need() : 0.431 ms - Total 0.431 ms / 1 intvls (Avg 0.431 ms)
[0x8abadcc] main playlist debug: rebuilding array of current - root Liste de lecture
[0x8abadcc] main playlist debug: rebuild done - 1 items, index -1
[0x8abadcc] main playlist debug: processing request item null node Liste de lecture skip 0
[0x8abadcc] main playlist debug: starting new item
[0x8abadcc] main playlist debug: creating new input thread
[0xb720068c] main input debug: Creating an input for 'dvb://'
[0xb720068c] main input debug: thread (input) created at priority 10 (input/input.c:220)
[0xb720068c] main input debug: thread started
[0xb720068c] main input debug: using timeshift granularity of 50 MiB
[0xb720068c] main input debug: using timeshift path '/tmp'
[0xb720068c] main input debug: `dvb://' gives access `dvb' demux `' path `'
[0xb720068c] main input debug: creating demux: access='dvb' demux='' path=''
[0xb7000a6c] main demux debug: looking for access_demux module: 0 candidates
[0xb7000a6c] main demux debug: no access_demux module matched "dvb"
[0xb7000a6c] main demux debug: TIMER module_need() : 0.519 ms - Total 0.519 ms / 1 intvls (Avg 0.519 ms)
[0xb720068c] main input debug: creating access 'dvb' path=''
[0xb7000a14] main access debug: looking for access module: 0 candidates
[0xb7000a14] main access debug: no access module matched "dvb"
[0xb7000a14] main access debug: TIMER module_need() : 0.080 ms - Total 0.080 ms / 1 intvls (Avg 0.080 ms)
[0xb720068c] main input error: open of `dvb://' failed: (null)
[0xb720068c] main input error: Votre média d'entrée ne peut être ouvert
[0xb720068c] main input error: VLC ne peut pas ouvrir « dvb:// ». Vérifiez les messages pour plus de détails.
[0x8abadcc] main playlist debug: finished input
[0x8abadcc] main playlist debug: dead input
[0xb720068c] main input debug: thread ended
[0x8abadcc] main playlist debug: changing item without a request (current 0/1)
[0x8abadcc] main playlist debug: nothing to play
^C[0x8b40df4] signals interface error: Caught Interrompre signal, exiting...
[0x8aac8fc] main libvlc debug: deactivating the playlist
[0x8abadcc] main playlist debug: Deactivate
[0x8b4b294] main playlist export debug: saving Bibliothèque to file /root/.local/share/vlc/ml.xspf
[0x8b4b294] main playlist export debug: looking for playlist export module: 1 candidate
[0x8b4b294] main playlist export debug: using playlist export module "export"
[0x8b4b294] main playlist export debug: TIMER module_need() : 0.641 ms - Total 0.641 ms / 1 intvls (Avg 0.641 ms)
[0x8b4b294] main playlist export debug: removing module "export"
[0x8abadcc] main playlist debug: Deactivated
[0x8aac8fc] main libvlc debug: removing all services discovery tasks
[0x8aac8fc] main libvlc debug: removing all interfaces
[0x8b4a7c4] main interface debug: removing module "dummy"
[0x8b40df4] main interface debug: removing module "signals"
[0xb720068c] main input debug: TIMER input launching for 'dvb://' : 2572.018 ms - Total 2572.018 ms / 1 intvls (Avg 2572.018 ms)
[0x8b36044] main interface debug: removing module "inhibit"
[0x8b34dd4] main interface debug: removing module "hotkeys"
[0x8abadcc] main playlist debug: destroying
[0x8aac8fc] main libvlc debug: TIMER ML Load : Total 14.254 ms / 1 intvls (Avg 14.254 ms)
[0x8aac8fc] main libvlc debug: TIMER Items array build : Total 0.084 ms / 1 intvls (Avg 0.084 ms)
[0x8aac8fc] main libvlc debug: TIMER ML Dump : Total 1.103 ms / 1 intvls (Avg 1.103 ms)
[0x8aac8fc] main libvlc debug: removing stats
[0x8aac8fc] main libvlc debug: removing module "memcpymmxext"
Any idea why my dvb-usb is not matched?
BR