Re: [linux-dvb] Possible bug in cx88-dvb?

2007-07-04 Thread Richard Dale
cx88_wakeup: 2 buffers handled (should be 1) I see the messages here too. Do you have shared interrupts? Do a lspci -v and have a look there. On mine I see this happen all the time due to the onboard SATA controller having an IRQ conflict with the PCI card. Unfortunately I can't swap cards

[linux-dvb] SAA 7162 PCI Express support update / NXP semi-GPL and copyrights

2007-05-07 Thread Richard Dale
Hi everybody who has asked about SAA7162 drivers in the past. Here's an update on how far I've got. Background I have an SAA7162-based PCI Express quad tuner card (DigitalNow! QuattroS Dual DVB-T/Dual DVB-S). There are no GPL'd drivers for the SAA7162

RE: [linux-dvb] Solved: DVICO Fusion HDTV Plus, 2.6.18-rc6 not tuning

2006-09-07 Thread Richard Dale
I'm a bit stumped... Would you mind also showing us dmesg after a clean boot into vanilla 2.6.18-rc6 WITHOUT linuxtv.org hg tip? Full machine config: Core2 Duo 6400 (2x2.13Ghz) Gigabyte 965-S3 (Intel 965 Chipset, ICH8) 2xDViCo FushionHDTV DVB-T Plus Vanilla 2.6.18-rc6: ... cx2388x v4l2

RE: [linux-dvb] Solved: DVICO Fusion HDTV Plus, 2.6.18-rc6 not tuning

2006-09-06 Thread Richard Dale
Hi Michael, Does this card work for you in kernel 2.6.17.8 or later? Please test and let us know -- if it works in 2.6.17.8 (or later) and not in 2.6.18-rcX , then we have a regression that will need to be fixed (very) soon. You can download the 2.6.17.y series from www.kernel.org --

[linux-dvb] Solved: DVICO Fusion HDTV Plus, 2.6.18-rc6 not tuning

2006-09-05 Thread Richard Dale
Hi everyone, I needed to run kernel 2.6.18-rc6 for my new Core Duo setup (Gigabyte 965 motherboard/ICH8/Gigabyte SATA II) but found that my DVICO cards stop tuning. When I grabbed a head-of-tree v4l and installed this over the kernel modules all was OK. It appears that cx88-dvb was loading (and

RE: [linux-dvb] Coding support for Philips SAA7162E / Dual DVB-T Dual DVB-S and Analog PCIe Tuner

2006-09-04 Thread Richard Dale
I don't own any Philips DVB device, but I know, that the tda10093 is based on/compatible with the 10086 (where Andrew just wrote the driver). Afair, the registers for the second DVB-S decoder have the same mapping but the addresses are shifted. Thanks for the advice Patrick -

[linux-dvb] Coding support for Philips SAA7162E / Dual DVB-T Dual DVB-S and Analog PCIe Tuner

2006-09-03 Thread Richard Dale
Hi everyone, I thought I'd introduce myself - I'm trying to code up support for the SAA7162E PCI Express Interface chip that supports up to four simultaneous digital streams. I'm looking to get in contact with anybody else that has done any investigation into this chip/card so we can compare