Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 186770 - Fix Hauppauge Nova-T 500 USB disconnects (DVB-T dual tuner), patch tested on gentoo-sources-2.6.22-r1
Summary: Fix Hauppauge Nova-T 500 USB disconnects (DVB-T dual tuner), patch tested on ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL: http://www.linuxtv.org/pipermail/linu...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-27 09:42 UTC by David Menday
Modified: 2007-10-07 02:05 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
This patch fixes Hauppauge Nova-T 500 USB disconnects. (500_disconnects.diff,3.37 KB, patch)
2007-07-27 09:45 UTC, David Menday
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Menday 2007-07-27 09:42:47 UTC
The patch by Jose Alberto Reguero <jareguero@telefonica.net> seems to cure the USB disconnects which often results in a kernel Oops.
I used the one which only corrects the behaviour for the Nova-T 500 since that is that is the hardware I have (and he said the other patch was untested).
The one I used is this:
http://www.linuxtv.org/pipermail/linux-dvb/2007-July/019209.html
He also had one that patches for all dibcom devices, though that one is untested).


Reproducible: Sometimes

Steps to Reproduce:
For more info search for Nova-T 500 or USB disconnects on the linux-dvb mailing list.
Comment 1 David Menday 2007-07-27 09:45:26 UTC
Created attachment 126116 [details, diff]
This patch fixes Hauppauge Nova-T 500 USB disconnects.
Comment 2 Daniel Drake (RETIRED) gentoo-dev 2007-07-27 23:08:34 UTC
This patch hasn't made it upstream yet and looks like it's still under discussion. Will keep an eye on it.
Comment 3 David Menday 2007-07-30 13:54:44 UTC
Just a FYI, the linuxtv WIKI has been updated with a different/newer version of the patch and a few other patches
http://linuxtv.org/wiki/index.php/WinTV-NOVA-T-500_PCI
Comment 4 David Menday 2007-08-14 12:24:14 UTC
I have had 1 USB disconnect since applying those patches. So not 100%.

Updated page:
http://linuxtv.org/wiki/index.php/Hauppauge_WinTV-NOVA-T-500
Comment 5 Maarten Bressers (RETIRED) gentoo-dev 2007-09-18 20:07:42 UTC
Any news here? Looks like this patch still hasn't made it into mainline?
Comment 6 David Menday 2007-09-18 20:40:07 UTC
They (dvb-v4l) are trying new firmwares as well, however at the moment I am waiting for it to be more stable. I am still using the patch above, which is ok, but not 100%, I have also had some issues with recordings producing empty or near empty files (with a small purple block in the corner). I think it could be sasc-ng not being able to decrypt because there might be tuning problems (not often and mostly on channels I don't use a lot). Despite using the 
options dvb_usb_dib0700 force_lna_activation=1
trick (maybe I should try it off, long time ago I set it).

and they changed the wiki address again... 
http://www.linuxtv.org/wiki/index.php/Hauppauge_WinTV-NOVA-T-500
Comment 7 Daniel Drake (RETIRED) gentoo-dev 2007-09-19 10:29:51 UTC
So the firmware is supposed to solve this problem rather than a kernel patch? The disconnect patch was removed from the wiki as of this edit:
http://www.linuxtv.org/wiki/index.php?title=Hauppauge_WinTV-NOVA-T-500&diff=10617&oldid=10616

However the patch referenced is not merged into any of the dvb trees that I can see.
Comment 8 David Menday 2007-09-20 10:42:01 UTC
I run off gentoo-sources/2.6.22-gentoo-r5 tree, so the patch is for that.
I have not tried the firmware together with 2.6.22 to see if I can dispense with the above patch. Might be possible but Patrick Boettcher wants people to use v4l-dvb source.

"> - Will it require the latest v4l-dvb source ??
Yes it is better."

The answer is a bit ambiguous...
Comment 9 Daniel Drake (RETIRED) gentoo-dev 2007-09-22 14:11:01 UTC
any chance you could save me a bit of time and write to their mailing list asking about the correct solution of this problem?
Comment 10 Daniel Drake (RETIRED) gentoo-dev 2007-09-24 11:12:37 UTC
OK, the wiki has been updated with this link:
http://www.linuxtv.org/pipermail/linux-dvb/2007-September/020348.html

Please try that firmware.
Comment 11 David Menday 2007-09-24 12:13:44 UTC
According to the list still some reports that it happens with the new firmware, personally I was a bit worried, since there was one report that said
that mythtv failed to tune to a channel after a day, someone else
said that mythtv does that. 

But I guess I really should try the new firmware, on a stock gentoo kernel, 
except
Edit /usr/src/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c
    Change the line
    .firmware          = "dvb-usb-dib0700-01.fw", \
    to
    .firmware          = "dvb-usb-dib0700-1.10.fw", \
Comment 12 David Menday 2007-09-25 19:26:15 UTC
ok, 1 day using new firmware and "stock" gentoo-sources-2.6.22-r5, so far so good. I am not using the IR remote receiver.
Comment 13 Mike Pagano gentoo-dev 2007-10-06 19:55:36 UTC
David,

So are things still working ok, now?
Comment 14 David Menday 2007-10-07 00:28:08 UTC
Well, haven't had any USB disconnects as of yet... 
Comment 15 Mike Pagano gentoo-dev 2007-10-07 02:05:15 UTC
I'm going to close this. Please re-open if you feel you are still having any of the same symptoms.