Hi, thanks for help, finally I managed to get it working. This was my procedure: - download LinuxTV sources from http://linuxtv.org/hg/v4l-dvb?ca=-1;type=bz2 (version downloaded from web interface didn't compile) - compile sources from linuxtv.org (make all; make install) - I had to recompile my kernel (2.6.16.16) with all the options connected to video4linux switched off, because there were many errors when modprobing the LinuxTV modules - two new lines appeared in my dmesg: saa7134[0]: subsystem: 5168:0301, board: LifeView FlyDVB-T / Genius VideoWonder DVB-T [card=86,autodetected] ... DVB: registering new adapter (saa7134[0]). DVB: registering frontend 0 (Philips TDA10046H DVB-T)... - finally I had to create /dev/dvb/adapter0/* manually, it didn't create automatically. Is there any other way to do it than create these links every time you boot in start-up scripts? - scan and xine works fine now, it works even better than on w2k (I have slow comp - Celeron 433 - and on windows the tv is quite snatchy, on Linux it is nice) I have one more question. Is it possible to copy LinuxTV sources to linux kernel source tree and compile it directly to kernel? Jiri ----- Original Message ----- From: "Hartmut Hackmann" <hartmut.hackmann@xxxxxxxxxxx> To: "Necik" <necik@xxxxxxxxxx> Cc: <linux-dvb@xxxxxxxxxxx> Sent: Saturday, May 20, 2006 11:30 PM Subject: Re: Added support for the LifeViewFlyDVB-T LR301 card? > HI, > > Necik wrote: > > > > Hello, > > > > I've just bought DVB card LifeView FlyDVB-T PCI, model LR301. I'd like > > to run it under Linux. I've downloaded kernel 2.6.16.16 from kernel.org > > and compiled support for saa7134. But it seems that my card is not in > > supported list in kernel sources. This is my dmesg: > > > > saa7134[0]: quirk: PCIPCI_NATOMA > > May 20 00:25:55 kompl kernel: saa7134[0]: found at 0000:00:0b.0, rev: > > 1, irq: 10, latency: 64, mmio: 0xe8010000 > > May 20 00:25:55 kompl kernel: saa7134[0]: subsystem: 5168:0301, board: > > UNKNOWN/GENERIC [card=0,autodetected] > > May 20 00:25:55 kompl kernel: saa7134[0]: board init: gpio is 10000 > > May 20 00:25:55 kompl kernel: saa7134[0]: i2c eeprom 00: 68 51 01 03 54 > > 20 1c 00 43 43 a9 1c 55 d2 b2 92 > > May 20 00:25:55 kompl kernel: saa7134[0]: i2c eeprom 10: 00 ff 86 0f ff > > 20 ff ff ff ff ff ff ff ff ff ff > > May 20 00:25:55 kompl kernel: saa7134[0]: i2c eeprom 20: 01 40 01 02 03 > > ff 01 03 08 ff 01 08 ff ff ff ff > > May 20 00:25:55 kompl kernel: saa7134[0]: i2c eeprom 30: ff ff ff ff ff > > ff ff ff ff ff ff ff ff ff ff ff > > May 20 00:25:55 kompl kernel: saa7134[0]: i2c eeprom 40: ff 1b 00 c0 ff > > 10 01 01 ff ff ff ff ff ff ff ff > > May 20 00:25:55 kompl kernel: saa7134[0]: i2c eeprom 50: ff ff ff ff ff > > ff ff ff ff ff ff ff ff ff ff ff > > May 20 00:25:55 kompl kernel: saa7134[0]: i2c eeprom 60: ff ff ff ff ff > > ff ff ff ff ff ff ff ff ff ff ff > > May 20 00:25:55 kompl kernel: saa7134[0]: i2c eeprom 70: ff ff ff ff ff > > ff ff ff ff ff ff ff ff ff ff ff > > May 20 00:25:55 kompl kernel: saa7134[0]: registered device video0 [v4l2] > > May 20 00:25:55 kompl kernel: saa7134[0]: registered device vbi0 > > > > So I looked around and I found this using Google: > > > > http://www.uwsg.iu.edu/hypermail/linux/kernel/0603.2/1471.html > > > > It seems that my card _is_ supported but this patch is not included in > > kernel 2.6.16.16. I tried to apply patch from above webpage but I > > wasn't successful: > > > > root@kompl:/usr/src/linux# patch -b -p1 < FlyDVB-T.patch > > patching file Documentation/dvb/get_dvb_firmware > > patch: **** malformed patch at line 7: use File::Temp qw/ tempdir /; > > > > Can anybody help me please? How can I get my card working under Linux? > > > > Thanks for help > > Jiri > > > 2 reasons why the patch might not appy: > 1) Patches like this are intended to apply to the recent development > repository. It might be different from the kernel source. > 2) Many mail tools reformat the text and i.e. replacing tabs by spaces > makes patch fail. > The solution is: go to www.linuxtv.org and get a snapshot from there. > You will also find instructions there. > > Good luck > Hartmut > _______________________________________________ linux-dvb@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb