[linux-dvb] hickups and scrambles on some free channels

2007-03-02 Thread Marcel 't Hart
An amplifier 15Db did the job and I am able to find the channels and even watch a few. A few from which I know that they are free give hick-up and scrambled screens. Thos channels are all on the same duplex (?) I do not whether that has to do with the available memory in my computer (decoding the

Re:[linux-dvb] [PATCH] Hauppauge Nova-T endianess problem on powerpc

2007-03-02 Thread Renzo Talamonti
Hi! When trying to use a Hauppauge Nova-T Stick on a big-endian architecture (such as powerpc) no frontend can be attached. The attached patch fixes this problem by removing two lines in dib0700_ctrl_rd() that try to correct the endianess on two values that already are correct: -/*

[linux-dvb] Re: Nova-T 500 (dvb_usb_dib0700) usb disconnects

2007-03-02 Thread Antti P Miettinen
Nils Segerdahl [EMAIL PROTECTED] writes: The change [increasing buffer size] made the problem worse for me to. Less than an hour, compared to about once a day before. Hmm.. I'm running now with 40504 size buffer and dvb-usb-dib0700-01.fw firmware and there have been no transaction

[linux-dvb] [Fwd: Re: New Hauppauge Board]

2007-03-02 Thread Will Tatam
I sent the following email to the email address recommended for adding support for new boards using the connexant chipset, but have had no reply, so I'm sending to the list Will Original Message Subject: Re: New Hauppauge Board Date: Sat, 24 Feb 2007 14:44:56 - (UTC) From:

Re: [linux-dvb] [PATCH] Hauppauge Nova-T endianess problem on powerpc

2007-03-02 Thread Patrick Boettcher
Committed, thanks. Patrick. On Fri, 2 Mar 2007, Dennis Ranke wrote: Hi! When trying to use a Hauppauge Nova-T Stick on a big-endian architecture (such as powerpc) no frontend can be attached. The attached patch fixes this problem by removing two lines in dib0700_ctrl_rd() that try to

Re: [linux-dvb] Re: Nova-T 500 (dvb_usb_dib0700) usb disconnects

2007-03-02 Thread Nils Segerdahl
A ls -l gives this size: 29955 Feb 7 17:07 dvb-usb-dib0700-01.fw And: $ sum dvb-usb-dib0700-01.fw 3227130 Im quite confident its the right version. Unless i got the wrong one when downloading. But i will try again when im at home later. /Nils Antti P Miettinen wrote: Nils

Re: [linux-dvb] Re: Nova-T 500 (dvb_usb_dib0700) usb disconnects - looks quite good

2007-03-02 Thread Arnold Schulz
Hi Patrick, Can you please try to increase the URB buffer size by 1KB? Having set the buffersize to 40504, my machine is running for more than 18 hours now, without a usb disconnect... Kernel 2.6.21-rc1-git1 Firmware dvb-usb-dib0700-01.fw Thats local record. Halleluja. As Richard Lithvall

Re: [linux-dvb] Help please; hacking m920x driver

2007-03-02 Thread Nick Andrew
Here's a diff of my driver against the m920x.c in the v4l-dvb repository... diff -r beb96321d0ce linux/drivers/media/dvb/dvb-usb/m920x.c --- a/linux/drivers/media/dvb/dvb-usb/m920x.c Fri Mar 02 06:27:59 2007 +1100 +++ b/linux/drivers/media/dvb/dvb-usb/m920x.c Fri Mar 02 11:31:50 2007 +1100 @@

[linux-dvb] Turbo Sight TBS Q-Box DVB-S receiver

2007-03-02 Thread chazim
[EMAIL PROTECTED] wrote: Send linux-dvb mailing list submissions to linux-dvb@linuxtv.org To subscribe or unsubscribe via the World Wide Web, visit http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb or, via email, send a message with subject or body 'help' to

[linux-dvb] Random kernel oopses using TwinhanDTV Alpha and dvb-usb-vp7045

2007-03-02 Thread Tomas
Hello, First of all, I apologize in advance for a long post, but I figure it's better to provide some error messages instead of just writing a stupid help, TwinhanDTV doesn't work, why? post. I find it hard to believe I'm the only one experiencing these problems, but digging around with google

[linux-dvb] Afatech 9015 QT1010 *was* Unbranded USB DVB device afatech af9005

2007-03-02 Thread Tim Small
Hi, Just a quick note to say that I tested out Luca's 9005 code with 2.6.18 + the hg repository, and it seemed to work fine. I was originally sold the (unlabelled) 9005 as being a USB2.0 device (which it isn't), and since the reception with my 9005 was worse than my Pinnacle 300i PCI card,

Re: [linux-dvb] Anubis Electronics Lifeview(0x10fd:0x1513) (was: msi digivox mini ii)

2007-03-02 Thread Pierre Willenbrock
Michael Krufky schrieb: Pierre Willenbrock wrote: Hi list, I am owner of a MSI DIGIVOX mini-II. I got it to work using the attached patch and firmware. The patch and firmware are the result of analyzing some usb logs from windows. The patch breaks all users of tda10046, as i don't

[linux-dvb] [PATCH] m920x fixes [1/10]

2007-03-02 Thread Aapo Tahkola
Implement m920x i2c as suggested by Pierre Willenbrock. This patch does not change the way m920x interacts with hardware. Signed-of-by: Aapo Tahkola [EMAIL PROTECTED] -- Aapo Tahkola diff -r 3556fab363b5 linux/drivers/media/dvb/dvb-usb/m920x.c --- a/linux/drivers/media/dvb/dvb-usb/m920x.c Sat

[linux-dvb] [PATCH] au6610/gl861 i2c addr fix

2007-03-02 Thread Aapo Tahkola
r/w bit is not part of the addr. This patch should be tested. Signed-of-by: Aapo Tahkola [EMAIL PROTECTED] -- Aapo Tahkola diff -r b192aff9fbc9 linux/drivers/media/dvb/dvb-usb/au6610.c --- a/linux/drivers/media/dvb/dvb-usb/au6610.c Sat Mar 03 02:13:03 2007 +0200 +++

[linux-dvb] [PATCH] m920x fixes [8/10]

2007-03-02 Thread Aapo Tahkola
This function should work on all m920x based devices. Signed-of-by: Aapo Tahkola [EMAIL PROTECTED] -- Aapo Tahkola diff -r 4ca9c04981a4 linux/drivers/media/dvb/dvb-usb/m920x.c --- a/linux/drivers/media/dvb/dvb-usb/m920x.c Sat Mar 03 02:05:42 2007 +0200 +++

Re: [linux-dvb] Anubis Electronics Lifeview(0x10fd:0x1513) (was: msi digivox mini ii)

2007-03-02 Thread Aapo Tahkola
On Fri, 02 Mar 2007 23:06:15 +0100 Pierre Willenbrock [EMAIL PROTECTED] wrote: Michael Krufky schrieb: Pierre Willenbrock wrote: Hi list, I am owner of a MSI DIGIVOX mini-II. I got it to work using the attached patch and firmware. The patch and firmware are the result of analyzing

Re: [linux-dvb] Anubis Electronics Lifeview(0x10fd:0x1513)

2007-03-02 Thread Michael Krufky
Aapo Tahkola wrote: On Fri, 02 Mar 2007 23:06:15 +0100 Pierre Willenbrock [EMAIL PROTECTED] wrote: Michael Krufky schrieb: Pierre Willenbrock wrote: Hi list, I am owner of a MSI DIGIVOX mini-II. I got it to work using the attached patch and firmware. The patch and firmware are the result

[linux-dvb] [PATCH] m920x fixes [7/10]

2007-03-02 Thread Aapo Tahkola
s/m9206/m920x/ s/M9206/M9205/ Signed-of-by: Aapo Tahkola [EMAIL PROTECTED] -- Aapo Tahkola diff -r aedb7e7d6a5d linux/drivers/media/dvb/dvb-usb/m920x.c --- a/linux/drivers/media/dvb/dvb-usb/m920x.c Sat Mar 03 01:33:49 2007 +0200 +++ b/linux/drivers/media/dvb/dvb-usb/m920x.c Sat Mar 03 01:43:32

[linux-dvb] [PATCH] m920x fixes [5/10]

2007-03-02 Thread Aapo Tahkola
Rework m920x to allow different devices. Signed-of-by: Aapo Tahkola [EMAIL PROTECTED] -- Aapo Tahkola diff -r 51d527a8431d linux/drivers/media/dvb/dvb-usb/m920x.c --- a/linux/drivers/media/dvb/dvb-usb/m920x.c Sat Mar 03 01:20:29 2007 +0200 +++ b/linux/drivers/media/dvb/dvb-usb/m920x.c Sat Mar

[linux-dvb] [PATCH] m920x fixes [6/10]

2007-03-02 Thread Aapo Tahkola
Remove bits of code we dont need. Signed-of-by: Aapo Tahkola [EMAIL PROTECTED] -- Aapo Tahkola diff -r d0065a97812f linux/drivers/media/dvb/dvb-usb/m920x.c --- a/linux/drivers/media/dvb/dvb-usb/m920x.c Sat Mar 03 01:32:56 2007 +0200 +++ b/linux/drivers/media/dvb/dvb-usb/m920x.c Sat Mar 03

[linux-dvb] [PATCH] m920x fixes [4/10]

2007-03-02 Thread Aapo Tahkola
r/w bit is not part of the addr. Signed-of-by: Aapo Tahkola [EMAIL PROTECTED] -- Aapo Tahkola diff -r 70ff7de20789 linux/drivers/media/dvb/dvb-usb/m920x.c --- a/linux/drivers/media/dvb/dvb-usb/m920x.c Sat Mar 03 01:18:47 2007 +0200 +++ b/linux/drivers/media/dvb/dvb-usb/m920x.c Sat Mar 03

[linux-dvb] [PATCH] m920x fixes [2/10]

2007-03-02 Thread Aapo Tahkola
Remove magic stuff. Signed-of-by: Aapo Tahkola [EMAIL PROTECTED] -- Aapo Tahkola diff -r 08ae75e50c0b linux/drivers/media/dvb/dvb-usb/m920x.c --- a/linux/drivers/media/dvb/dvb-usb/m920x.c Sat Mar 03 01:14:38 2007 +0200 +++ b/linux/drivers/media/dvb/dvb-usb/m920x.c Sat Mar 03 01:16:24 2007 +0200

[linux-dvb] [PATCH] m920x fixes [9/10]

2007-03-02 Thread Aapo Tahkola
s/deb_rc/deb/ Signed-of-by: Aapo Tahkola [EMAIL PROTECTED] -- Aapo Tahkola diff -r 9be9cec5c641 linux/drivers/media/dvb/dvb-usb/m920x.c --- a/linux/drivers/media/dvb/dvb-usb/m920x.c Sat Mar 03 02:07:14 2007 +0200 +++ b/linux/drivers/media/dvb/dvb-usb/m920x.c Sat Mar 03 02:10:12 2007 +0200 @@

[linux-dvb] [PATCH] m920x fixes [3/10]

2007-03-02 Thread Aapo Tahkola
Hardware info should go in headers. Signed-of-by: Aapo Tahkola [EMAIL PROTECTED] -- Aapo Tahkola diff -r 7c964b6e07a2 linux/drivers/media/dvb/dvb-usb/m920x.c --- a/linux/drivers/media/dvb/dvb-usb/m920x.c Sat Mar 03 01:17:27 2007 +0200 +++ b/linux/drivers/media/dvb/dvb-usb/m920x.c Sat Mar 03

[linux-dvb] [PATCH] m920x fixes [10/10]

2007-03-02 Thread Aapo Tahkola
Fix compiler warnings. Signed-of-by: Aapo Tahkola [EMAIL PROTECTED] -- Aapo Tahkola diff -r 830de7ccaa08 linux/drivers/media/dvb/dvb-usb/m920x.c --- a/linux/drivers/media/dvb/dvb-usb/m920x.c Sat Mar 03 02:11:09 2007 +0200 +++ b/linux/drivers/media/dvb/dvb-usb/m920x.c Sat Mar 03 02:12:43 2007

Re: [linux-dvb] DVB-s card wont be detected

2007-03-02 Thread Oliver Endriss
Matthias Fechner wrote: 00:0f.0 Multimedia controller: Philips Semiconductors SAA7146 (rev 01)         Subsystem: Unknown device ffc2: ... hm, the card worked some time ago (I think 2-3 year qith the driver), so really some messed up. I checked the card and found the following on it:

Re: [linux-dvb] Random kernel oopses using TwinhanDTV Alpha and dvb-usb-vp7045

2007-03-02 Thread Marko Ristola
Hello, The randomness of problems suggest that the problem is bad memory hardware. I'd suggest to use some memory testing tool to check that your memory works. You might find a memory testing tool on Linux distribution's recovery CD or install CD. I think that Knoppix CD has that also. The