Re: [linux-dvb] can anyone reply

2007-02-19 Thread Pino Gargiulo
On 2/20/07, Frank Scherthan <[EMAIL PROTECTED]> wrote: Hi Phil, barny rabbit schrieb: > Can someone, anyone, reply to this dummy message to reassure me that my > emails actually appear on this list. None have been answered in the > past. Sorry, but a good start is to know the netiquette. I usu

Re: [linux-dvb] dvb_usb_dib0700 based devices and random usb disconnects

2007-02-19 Thread Richard Lithvall
Matt Doran wrote: Arnold Schulz wrote: Looks like the problem of Nova-T-500, which also uses dib0700 !?! There have been several posts in this list, eg: http://www.linuxtv.org/pipermail/linux-dvb/2007-February/015716.html Yes, that's looks like the same problem. We haven't got a solution,

Re: [linux-dvb] can anyone reply

2007-02-19 Thread Frank Scherthan
Hi Phil, barny rabbit schrieb: > Can someone, anyone, reply to this dummy message to reassure me that my > emails actually appear on this list. None have been answered in the > past. Sorry, but a good start is to know the netiquette. I usually do ignore posts from fake-email-adresses, comined wit

Re: [linux-dvb] can anyone reply

2007-02-19 Thread CityK
timecop wrote: > they do. > just nobody wants to help you. > typical open source attitude. > > -t > > On 2/20/07, barny rabbit <[EMAIL PROTECTED]> wrote: >> Can someone, anyone, reply to this dummy message to reassure me that my >> emails actually appear on this list. None have been answered in the

Re: [linux-dvb] can anyone reply

2007-02-19 Thread timecop
they do. just nobody wants to help you. typical open source attitude. -t On 2/20/07, barny rabbit <[EMAIL PROTECTED]> wrote: Can someone, anyone, reply to this dummy message to reassure me that my emails actually appear on this list. None have been answered in the past. Thanks, Phil T. _

[linux-dvb] can anyone reply

2007-02-19 Thread barny rabbit
Can someone, anyone, reply to this dummy message to reassure me that my emails actually appear on this list. None have been answered in the past. Thanks, Phil T. ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/li

[linux-dvb] [PATCH] Implement repeat key handling in budget-ci IR

2007-02-19 Thread David Härdeman
The attached patch contains the last set of changes to the budget-ci IR handling which makes it use the repeat handling of the input subsystem. This allows some code simplification, makes sure that repeat key presses are reported as such and also allows the "debounce" hack to be removed altoge

Re: [linux-dvb] Problem getting Compro DVB-T300 to work

2007-02-19 Thread Hartmut Hackmann
Hi micah schrieb: > Hartmut Hackmann wrote: >> Please continue testing with the driver from my personal repository for >> the time being. >> Are you sure you unloaded all modules before you tried the new drivers? >> >> There is one known issue with this card: The the tuner module >> *must not* be

Re: [linux-dvb] dvb_usb_dib0700 based devices and randomusb disconnects

2007-02-19 Thread Matt Doran
Arnold Schulz wrote: Matt Doran write: ... the developers thought this might have been caused by a bug that only got fixed post-2.6.20. I haven't had a chance to try this yet, but you can read about it here: http://www.linuxtv.org/pipermail/linux-dvb/2007-February/015808.html Using the Nova-

[linux-dvb] kernel panic when tuning after reboot

2007-02-19 Thread Pino Gargiulo
Hello! I'm working on a sort of appliance that must suspend/resume in minimal time. The current config is 2.6.20 kernel and Nova-T DVB card. I can suspend and resume the kernel as I said in an older posting but cannot tune anymore. If I try to do it from kaffeine when I select for the second time

[linux-dvb] Mantis driver: making cu1216.ko work for me

2007-02-19 Thread Marko Ristola
Manu, Is there a way that how my patches could be applied into the Mantis development tree? Is there some way that they could be delivered into the main Linux development tree some day? Of course, I need to supply small patches. I've noticed on this list that you use cu1216 also. It would b

Re: [linux-dvb] Lost frontend

2007-02-19 Thread tim belina
'morning Bryant, I might be able to help (as unlikely as that seems to me :-) I have a mythtv box which runes SuSE 10.0 on AMD64, and which uses two Avermedia 771 cards. Its worked almost perfectly now for a year-ish; the only problem that happens is that very rarely (about once every 4 months

[linux-dvb] cu1216.ko: won't install on "Mantis" branch. Please fix it.

2007-02-19 Thread Marko Ristola
Symptom: If you do "make install", cu1216.ko won't get copied. This problem can be fixed by adding a newline in the end of file linux/drivers/media/dvb/frontends/Makefile. Here is the last line of that file: obj-$(CONFIG_DVB_CU1216) += cu1216.o And because that line does not end with a newl

Re: [linux-dvb] dvb_usb_dib0700 based devices and randomusb disconnects

2007-02-19 Thread Arnold Schulz
Matt Doran write: ... the developers thought this might have been caused by a bug that only got fixed post-2.6.20. I haven't had a chance to try this yet, but you can read about it here: http://www.linuxtv.org/pipermail/linux-dvb/2007-February/015808.html Using the Nova-T-500, I tried - 2.6.20

[linux-dvb] cinergy 1200 DVB-C install help neeeded

2007-02-19 Thread Peter Loeffler
hi there arround (already wrote some days ago, but think, that my mail got "lost in space") okthe things I have done: I bought a DVB-C card (as mentioned in the topic) because it was in the compatibility-listwell, ok, now we know, that there is another tuner chip (tda100023) and

[linux-dvb] Driver loading race condition

2007-02-19 Thread Tim Hewett
I have a Twinhan VP-1025 DVB-S card (bt878) and a Terratec DTT (dtt200u) USB2 device. It is a lottery as to which gets adapter 0 and adapter 1 at boot time. Is there a way to delay one driver's startup or module load so that the assignment of adapter numbers is the same each time the host i

Re: [linux-dvb] 2.6.20 no devices in /dev

2007-02-19 Thread Pino Gargiulo
On 2/18/07, Matthew Schultz <[EMAIL PROTECTED]> wrote: Did you try modprobe cx88-dvb? Also check to make sure your kernel is compiled with Automatic kernel module loading so that you don't have to load the driver manually Stupid me! I was building all modules except "DVB/ATSC Support for cx2

[linux-dvb] About locking in the frontend thread

2007-02-19 Thread Sigmund Augdal
I have a issue here that has made me take a closer look at the locking done in the frontend thread, and I've found some suspicious code and an issue needing discussion. First the two suspicious code snippets: 1: In dvb_frontend_add_event e->status is set after the lock is released. This I think c

Re: [linux-dvb] Problem with KNC1 DVB-C card

2007-02-19 Thread Vasile Farcas
The patch for TDA10023 is working fine, thank you. Best regards Vasi - Original Message From: e9hack <[EMAIL PROTECTED]> To: linux-dvb@linuxtv.org Sent: Thursday, February 15, 2007 5:49:50 PM Subject: Re: [linux-dvb] Problem with KNC1 DVB-C card Vasile Farcas wrote: > Hello > I have a

Re: [linux-dvb] Problem getting Compro DVB-T300 to work

2007-02-19 Thread micah
Hartmut Hackmann wrote: Please continue testing with the driver from my personal repository for the time being. Are you sure you unloaded all modules before you tried the new drivers? There is one known issue with this card: The the tuner module *must not* be loaded before the saa7134 module, ot

RE: [linux-dvb] Lost frontend

2007-02-19 Thread Bryant, Dominic \(UK\)
Surely somebody must be able to point me in the right direction getting this to work. It can't be that difficult, it all worked fine and now it is not assigning a frontend to the card. Someone must have seen this before. Please, I've been without a working DVB box for nearly three weeks now...