Re: [linux-dvb] Testers wanted for alternative version of Terratec Cinergy T2 driver

2007-10-24 Thread Tomi Orava
); + /* symbol_put_addr(ptr); */ } } #else Regards, Tomi Orava PS. Please cc to me next time (without the +linux-dvb part in address) so that I'll be sure to notice your mail (I've been a little bit busy for the last few days). -- diff -r ea93c93f1547 linux/drivers

Re: [linux-dvb] Testers wanted for alternative version of Terratec Cinergy T2 driver#

2007-10-24 Thread Tomi Orava
your driver doesn't work because there seems to be an overflow in the usage counter. So that the kernel refuses to unload the module because the usage counter is 0. As I mentioned in my previous mail, please try the attached one-liner patch for dvb-core.c Regards, Tomi Orava

Re: [linux-dvb] [Patch] saa7146: 'wait_for_debi_done' fixes

2007-10-15 Thread Tomi Orava
Tomi Orava schrieb: I tried your patch and for me it resulted the following constant complaints: saa7146 (0): saa7146_wait_for_debi_done_sleep timed out while waiting for transfer completion saa7146 (0): saa7146_wait_for_debi_done_sleep timed out while waiting for transfer completion

Re: [linux-dvb] [Patch] saa7146: 'wait_for_debi_done' fixes

2007-10-15 Thread Tomi Orava
Tomi Orava wrote: Tomi Orava schrieb: I tried your patch and for me it resulted the following constant complaints: saa7146 (0): saa7146_wait_for_debi_done_sleep timed out while waiting for transfer completion saa7146 (0): saa7146_wait_for_debi_done_sleep timed out while waiting

[linux-dvb] Testers wanted for alternative version of Terratec Cinergy T2 driver

2007-10-14 Thread Tomi Orava
the support more standard way, I'd be interested to hear about you. The patch below applies to reasonably current HG V4L-DVB repository tree. Regards, Tomi Orava diff -r 1236114ff6a9 linux/drivers/media/dvb/dvb-usb/Kconfig --- a/linux/drivers/media/dvb/dvb-usb/Kconfig Sun Oct 07 02:17:09 2007

[linux-dvb] A couple of questions about dvb-usb framework

2007-09-22 Thread Tomi Orava
system ... ? (this can be seen in the current Cinergy T² driver sources as well) struct dvb_usb_rc_key { u8 custom,data; ^ u32 event; }; Regards, Tomi Orava -- diff -r 18f323a05fbe linux/drivers/media/dvb/dvb-usb/Kconfig --- a/linux/drivers/media/dvb/dvb-usb

Re: [linux-dvb] Problem when unplugging Cinergy T^2

2007-09-18 Thread Tomi Orava
. Regards, Tomi Orava -- diff -r 18f323a05fbe linux/drivers/media/dvb/dvb-usb/Kconfig --- a/linux/drivers/media/dvb/dvb-usb/Kconfig Mon Sep 03 16:01:51 2007 +0100 +++ b/linux/drivers/media/dvb/dvb-usb/Kconfig Sun Sep 16 13:40:52 2007 +0300 @@ -239,3 +239,11 @@ config DVB_USB_AF9005_REMOTE Say Y here

Re: [linux-dvb] Problem when unplugging Cinergy T^2

2007-09-18 Thread Tomi Orava
is not and will not be loaded. Hope this helps! Regards, Tomi Orava -- tomimo+linux-dvb at ncircle.nullnet.fi ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Re: [linux-dvb] Problem when unplugging Cinergy T^2

2007-09-18 Thread Tomi Orava
Size Used by dvb_usb_cinergyT2 8836 4294967295 I tested messing with the new and old modules and that was exactly the result I got as well. There was nothing else to do than reboot ... The CinergyT2 module itself doesn't mess with those counters but ... Regards, Tomi Orava -- tomimo

[linux-dvb] CinergyT2 dvb-usb driver (incomplete first version or such)

2007-09-10 Thread Tomi Orava
disabled for now (as mentioned before). Otherwise the current driver seem to work at leat here just fine. I'm very interested to hear any comments about this merged version of CinergyT2 driver ... Regards, Tomi Orava -- tomimo+linux-dvb at ncircle.nullnet.fi cinergyT2-hg.tar.bz2 Description

[linux-dvb] Question about dvb-usb driver stream settings

2007-09-08 Thread Tomi Orava
[c0440032] prepare_processes+0x0/0x1d [c0449b9c] audit_syscall_entry+0x10c/0x136 Just curious to figure out what is the reason for the crash ... Regards, Tomi Orava -- [EMAIL PROTECTED] ___ linux-dvb mailing list linux-dvb@linuxtv.org http

Re: [linux-dvb] Satelco Easywatch DVB-C (was: Terratec Cinergy 1200 DVB-C - Unknown Device)

2007-02-11 Thread Tomi Orava
frontend) seems to work now! Thank you for figuring out the correct changes. Regards, Tomi Orava I tested your latest patch without success. However, I'm able to say that if you modify philips_cu1216_mk3_tuner_set_params() with Satelco Easywatch mk3: buf[2] = 0xce; -- buf[2] = 0xc6

Re: [linux-dvb] Terratec Cinergy 1200 DVB-C - Unknown Device

2007-02-02 Thread Tomi Orava
... Sincerely, Tomi Orava PS. Attached is the merged driver diff I've tried to get working. -- diff -N -u -r -x '*.ko' -x '*.d' -x '*.o' -x '*.symvers' -x '.*' -x '*.mod.c' orig/linux-2.6.20-rc7/drivers/media/dvb/frontends/Kconfig linux-2.6.20-rc7/drivers/media/dvb/frontends/Kconfig --- orig/linux

Re: [linux-dvb] Terratec Cinergy 1200 DVB-C - Unknown Device

2007-02-02 Thread Tomi Orava
was that with your modifications the driver did not work with Satelco at all, while using the original (ReelBox) values allowed me to get a lock. Do you have more information about the format change ? Regards, Tomi Orava -- ___ linux-dvb mailing list

Re: [linux-dvb] Terratec Cinergy 1200 DVB-C - Unknown Device

2007-02-02 Thread Tomi Orava
-av.c I think you're now talking about Cinergy 1200 -card and not about Satelco. Satelco MK3 entry doesn't have an additional .inittab entry in budget-av.c as the Cinergy etc does. Regards, Tomi Orava -- tomimo+linux-dvb at ncircle.nullnet.fi ___ linux

Re: [linux-dvb] Terratec Cinergy 1200 DVB-C - Unknown Device

2007-02-02 Thread Tomi Orava
to get a tuner lock at all with czap. The original values seem to work fine, however. I also tested with call to saa7146_setgpio(saa, 3, SAA7146_GPIO_OUTHI); but that did not seem to change anything ATM. I still get a lock but get filter timeout with scan-cmd. Regards, Tomi Orava

Re: [linux-dvb] Terratec Cinergy 1200 DVB-C - Unknown Device

2007-02-01 Thread Tomi Orava
dumping lists (0 services) Regards, Tomi Orava PS. It would be so much easier with proper programming docs ... :( -- ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb