On Thu, 5 May 2005, Ondrej Zima wrote: > Hi all, Hi Ondrej and the list, > I just want to as about situation in Pinnacle 300i driver. > I have still problems with watching DVB-T for a long time. > I can use only driver from Gerd. Same for me here with a 2.6.10 kernel and Gerd's drivers from http://dl.bytesex.org/cvs-snapshots/video4linux-version.tar.gz Currently I am using the version as of 26-04-2005. > The Linux.TV drivers doesn't work. If I insmod the saa7134-dvb, it shows > these errors: > WARNING: Error inserting video_buf_dvb > (/lib/modules/2.6.11-kraxel1/dvb/video-buf-dvb.ko): Unknown symbol in module, > or unknown parameter (see dmesg) > FATAL: Error inserting saa7134_dvb > (/lib/modules/2.6.11-kraxel1/dvb/saa7134-dvb.ko): Unknown symbol in module, > or unknown parameter (see dmesg) Same errors here with the above drivers but I have written a small shell script to use the update script in video4linux/scripts to reload the modules in the right order. > and in kernel log is > > video_buf_dvb: disagrees about version of symbol dvb_register_adapter > video_buf_dvb: Unknown symbol dvb_register_adapter > video_buf_dvb: disagrees about version of symbol dvb_dmx_release > video_buf_dvb: Unknown symbol dvb_dmx_release > video_buf_dvb: disagrees about version of symbol dvb_dmx_swfilter > video_buf_dvb: Unknown symbol dvb_dmx_swfilter > video_buf_dvb: disagrees about version of symbol dvb_dmx_init > video_buf_dvb: Unknown symbol dvb_dmx_init > saa7134_dvb: Unknown symbol videobuf_dvb_unregister > saa7134_dvb: Unknown symbol videobuf_dvb_register > saa7134_dvb: Unknown symbol tda10046_attach > saa7134_dvb: Unknown symbol mt352_write Before using my script errors look like yours but when it has finished I get: saa7130/34: v4l2 driver version 0.2.12 loaded saa7130/34: snapshot date 2005-04-26 ACPI: PCI interrupt 0000:00:0c.0[A] -> GSI 19 (level, low) -> IRQ 19 saa7134[0]: found at 0000:00:0c.0, rev: 1, irq: 19, latency: 32, mmio: 0xe0102000 saa7134[0]: subsystem: 11bd:002d, board: Pinnacle PCTV 300i DVB-T + PAL [card=50,autodetected] saa7134[0]: board init: gpio is c806000 tuner 1-0060: chip found @ 0xc0 (saa7134[0]) tuner 1-0060: microtune: companycode=3cbf part=42 rev=2f tuner 1-0060: microtune MT2050 found, OK tda9885/6/7: chip found @ 0x86 saa7134[0]: i2c eeprom 00: bd 11 2d 00 f8 f8 1c 00 43 43 a9 1c 55 d2 b2 92 saa7134[0]: i2c eeprom 10: 00 f0 04 04 ff 20 ff ff ff ff ff ff ff ff ff ff saa7134[0]: i2c eeprom 20: 01 40 01 02 03 ff 03 01 08 ff 00 25 ff ff ff ff saa7134[0]: i2c eeprom 30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff saa7134[0]: i2c scan: found device @ 0x3c [???] saa7134[0]: i2c scan: found device @ 0x86 [tda9887] saa7134[0]: i2c scan: found device @ 0x8e [???] saa7134[0]: i2c scan: found device @ 0xa0 [eeprom] saa7134[0]: i2c scan: found device @ 0xc0 [tuner (analog)] saa7134[0]: registered device video0 [v4l2] saa7134[0]: registered device vbi0 saa7134[0]: registered device dsp1 saa7134[0]: registered device mixer1 saa7134[0]: pinnacle 300i dvb setup DVB: registering new adapter (saa7134[0]). DVB: registering frontend 0 (Zarlink MT352 DVB-T)... saa7134[0]/audio: audio carrier scan failed, using 5.500 MHz [default] That looks perfect. Here is my script: #!/bin/bash cd /usr/src/video4linux/ ./scripts/update cd exit 0 Regards, Rainer -- Rainer Schubert - Linux TV User