Mailing List archive

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

[linux-dvb] Linux + dvb. dvb0 - device not found



Hello linux-dvb,

I have a problem. After a successful compilation and installation of loadable
kernel module, the device dvb0 is still not found.
I am using Linux RH 7.x and TechniSat SkyStar1 DVB card.
#cat /proc/pci
...
  Bus 0, device 17, function 0:
    Multimedia controller: Philips SAA7146 (rev 1).
      Medium devsel. Fast back-to-back capable. IRQ 10. Master Capable. Latency=32. Min Gnt=15. Max Lat=38.
      Non-prefetchable 32 bit memory at 0xdc001000 [0xdc001000].
...

Using the kernel 2.4.18 I compiled the driver siemens_dvb-0.9.4 that I downloaded from the linuxtv.org.
#make; make insmod - it was successful, but in the end the device dvb0 is not found.
#less /var/log/messages
...
Nov 22 10:04:12 s1 kernel: i2c-core.o: i2c core module
Nov 22 10:04:12 s1 kernel: Linux video capture interface: v1.00
Nov 22 10:04:12 s1 kernel: i2c-core.o: driver VES1893 DVB demodulator registered.
Nov 22 10:04:12 s1 kernel: i2c-core.o: driver VES1820 DVB demodulator registered.
Nov 22 10:04:12 s1 kernel: i2c-core.o: driver L64781 DVB demodulator registered.
Nov 22 10:04:12 s1 kernel: init_SP8870:
Nov 22 10:04:12 s1 kernel: i2c-core.o: driver SP8870 DVB demodulator registered.
Nov 22 10:04:12 s1 kernel: i2c-core.o: driver tda8083 DVB demodulator registered.
Nov 22 10:04:12 s1 kernel: i2c-core.o: driver stv0299 DVB demodulator registered.
Nov 22 10:04:12 s1 kernel: i2c-core.o: driver i2c TV tuner driver registered.
Nov 22 10:04:12 s1 kernel: saa7146_core.o: saa7146 (1): bus:0, rev:1, mem:0xca8c5000.
Nov 22 10:04:12 s1 kernel: i2c-core.o: client [VES1893] registered to adapter [saa7146 (1)] (pos. 0).
Nov 22 10:04:12 s1 kernel: VES1893: attaching VES1893 at 0x10 to adapter saa7146 (1)
Nov 22 10:04:12 s1 kernel: SP8870: no SP8870 found...
Nov 22 10:04:12 s1 kernel: tuner: chip found 0x61
Nov 22 10:04:12 s1 kernel: i2c-core.o: client [i2c tv tuner chip] registered to adapter [saa7146 (1)] (pos. 1).
Nov 22 10:04:12 s1 kernel: i2c-core.o: adapter saa7146 (1) registered as adapter 0.
Nov 22 10:04:14 s1 kernel: dvb0: AV7111 - firm f0240009, rtsl b0250018, vid 71010068, app 00012119
Nov 22 10:04:15 s1 kernel: dvb: 1 dvb (s) found!
...
#lsmod
dvb (unused)
...
#ifconfig dvb0
dvb0: error fetching interface information: Device not found

Using the kernel 2.4.20-rc2 I compiled the latest driver dvb-20021122
downloaded from the www.linuxdvb.tv/.
#make; make insmod - it was successful, but in the end the device dvb0 is not found.
#less/var/log/messages
...
Nov 22 18:34:48 s1 kernel: Linux video capture interface: v1.00
Nov 22 18:34:49 s1 kernel: DVB: registering new adapter (Siemens/Technotrend/Hauppauge PCI rev1.3).
Nov 22 18:34:49 s1 kernel: PCI: Found IRQ 10 for device 00:11.0
Nov 22 18:34:49 s1 kernel: DVB: registering frontend 0:0 (Alps BSRV2)...
Nov 22 18:34:52 s1 kernel: DVB: AV7111 (0) - firm f0240009, rtsl b0250018, vid 71010068, app 00012502
...
#lsmod
dvb-ttpci (unused)
...
#ifconfig dvb0
dvb0: error fetching interface information: Device not found

I used different drivers: dvb-20021122 dvb-20020506 dvb-20020105 dvb-20011016
siemens_dvb-0.9.4-2002-06-23  siemens_dvb-0.8.2 siemens_dvb-0.9.4 siemens_dvb-0.9-20010921.
All drivers were successfully compiled in different kernels:
2.4.9, 2.4.18, 2.4.19, 2.4.20-rc2, 2.5.45, 2.5.47-ac6.
But in all the cases the device dvb0 was not found.
In the end, I came back to the initial configuration (kernel 2.2.19) and
compiled the driver siemens-0.6.x. After that the device dvb0 was found!

Does somebody use TecniSat SkyStar 1 DVB card with a kernel version like 2.4.x, 2.5.x?
I will be grateful for any advice.

-- 
Best regards,
 Mike                          mailto:misha_z@hpro.org



-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index