Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: video_dev: unable to get major 250



* Holger Waechtler <holger@qanu.de> [040928 12:23]:
> 
> Please check /proc/devices and try to find out which driver is hogging 
> on the 250 major. In any case recent CVS snapshots of the DVB driver use 
> major 212. You can either #define DVB_MAJOR 212 in your code or use a 
> more recent DVB snapshot.

The entry for major 250 was: vdsp. I don't know the function.

I changed DVB_MAJOR to 212 and compiled my modules. Now the firmware
loads fine. Thank you.

But now I got the next problem: which frontend is the right one?
I tried ves1x93, cx24110, mt312, stv0299; but every time vdr-kbd didn't
recognize the frontend.

Here my syslog:

pilian kernel: Linux video capture interface: v1.00
pilian kernel: saa7146: register extension 'dvb'.
pilian kernel: saa7146: found saa7146 @ mem d09c7000 (revision 1, irq 10) (0x13c2,0x0000).
pilian kernel: DVB: registering new adapter (Siemens/Technotrend/Hauppauge PCI rev1.3).
pilian kernel: Siemens/Technotrend/Hauppauge PCI rev1.3 adapter 0 has MAC addr = 00:d0:5c:02:d8:53
pilian kernel: gpioirq unknown type=0 len=0
pilian kernel: DVB: AV7111(0) - firm f0240009, rtsl b0250018, vid 71010068, app 8000261b
pilian kernel: DVB: AV7111(0) - firmware supports CI link layer interface
pilian kernel: av7110(0): Crystal audio DAC detected
pilian kernel: videodev: "av7110" has no release callback. Please fix your driver for proper sysfs support, see http://lwn.net/Articles/36850/
pilian kernel: saa7146_vv: saa7146 (0): registered device video0 [v4l2]
pilian kernel: av7110: found av7110-0.
pilian vdr[6746]: VDR version 1.2.6 started
pilian vdr[6746]: loading /var/lib/video/sources.conf
pilian vdr[6746]: loading /var/lib/video/diseqc.conf
pilian vdr[6746]: loading /var/lib/video/channels.conf
pilian vdr[6746]: loading /var/lib/video/svdrphosts.conf
pilian vdr[6746]: loading /var/lib/video/ca.conf
pilian vdr[6746]: loading /var/lib/video/keymacros.conf
pilian vdr[6746]: probing /dev/dvb/adapter0/frontend0
pilian vdr[6746]: ERROR (dvbdevice.c,562): Ungültiger Dateideskriptor
pilian vdr[6746]: ERROR: can't open filter handle
pilian last message repeated 4 times
pilian vdr[6746]: EIT processing thread started (pid=6746) - master
pilian vdr[6746]: ERROR (dvbdevice.c,379): Ungültiger Dateideskriptor
pilian vdr[6746]: probing /dev/dvb/adapter1/frontend0
pilian vdr[6746]: ERROR: /dev/dvb/adapter1/frontend0: Datei oder Verzeichnis nicht gefunden
pilian vdr[6746]: found 1 video device
pilian vdr[6746]: setting primary device to 1
pilian vdr[6746]: SVDRP listening on port 2001


What can I do to find the right frontend?
Thanks.

Rudolf





Home | Main Index | Thread Index