[linux-dvb] Hauppauge HVR-3000, but I guess this is a general
error
Robert Longbottom
RobertCL at iname.com
Thu Nov 23 14:06:05 CET 2006
Simon Santoro wrote:
> i got
> using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
> main:2247: FATAL: failed to open '/dev/dvb/adapter0/frontend0': 2 No
> such file or directory
>
> where is frontend0? did the compiled module create it on load?
> in my syslog i get:
> => /var/log/syslog <==
> Nov 23 13:17:36 back kernel: [17180453.848000] cx8802_probe() allocating
> 2 frontends
>
> so I guess the modules are working?
>
>
Simon, I think you need to load the module cx88_dvb like this:
modprobe cx88_dvb
Check to see what has been loaded using lsmod
I think then you will then see some messages in dmesg like :
cx88[0]/2: cx2388x based dvb card
dvb: videobuf_dvb_register_adapter()
DVB: registering new adapter (cx88[0]).
dvb: videobuf_dvb_register_adapter() returns 0
DVB: registering frontend 0 (Conexant CX22702 DVB-T)...
DVB: registering frontend 0 (Conexant CX24123/CX24109)...
and you should have /dev/dvb/adaptor0/ containing the front end devices
and a few other things.
Robert.
More information about the linux-dvb
mailing list