Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 166196 - [dvb] WinTV nova-t device file dissapears ramdomly
Summary: [dvb] WinTV nova-t device file dissapears ramdomly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High critical
Assignee: Television related Applications in Gentoo's Portage
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-10 12:10 UTC by Francisco Lloret
Modified: 2007-02-10 15:14 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Francisco Lloret 2007-02-10 12:10:07 UTC
I ha a Hauppauge WinTV Nova-T stick USB 2.0 DVB adapter. This adapter uses the dib0700 driver.

This works, but sometimes the (dev/dvb/adapter0/frontend0 file dissapears suddenly, and then the adapter is stop working.

The first time, i tried to use kaffeine and it was unable to re-scan channels for a second time if i don't delete temp files. Today, one time has worked, but using dvbscan from linuxtv to scan channels in a few cases it has produces a very long error with processor registers dump included. I was unable to reproduce this, and never happened in console window, and then i am unable to save it. Other few cases, /dev/dvb/adapter0/frontend0 file dissapeared while scanning with dvbscan, without other effects (if device file dissapears scanning in kaffeine, teh system freezes with keyboars leds flashing, and i have to use the reset button on pc tower).

Reproducible: Sometimes

Actual Results:  
install dvb adapter
try to scan channels and launcha  tv apllication, or
use an aplication to scan channels

Expected Results:  
The /dev/dvb/adapter0/frontend0 must don't dissapear.

Gentoo-sources-2.6.20 sources.
linuxtv-dvb-firmware-2006.11.13 with "usb-dib0700" USE (this firmware are not available in previous version).
linuxtv-dvb-apps-1.1.1.20070114
WinTV Nova-T stick with 2040:7050 USB ID.
kaffeine-0.7.1-r2 with "dvb" USE
Comment 1 Matthias Schwarzott gentoo-dev 2007-02-10 13:39:48 UTC
can you please attach dmesg output.
But I suspect that is because of the USB-connection type.
I also get some usb-disconnects with usb-dvb-devices.
The dvb-driver cannot cope with that yet, and thus produces a kernel panic.
Comment 2 Francisco Lloret 2007-02-10 14:38:39 UTC
Are you sure is a USB problem.

I have two USB 2.0 controllers: the included nforce2 chipset and a VIA controller in a pci slot.

The dvb adapter is the only device attached to the pci card. I can change the device to the other controller and test it (the nforce controller has a USB HDD attached that works ok).

But...an ls /dev/dvb/adapter0 -l shows:

$ ls /dev/dvb/adapter0 -l
total 0
crw-rw---- 1 root video 212, 4 feb 10 12:34 demux0
crw-rw---- 1 root video 212, 5 feb 10 12:34 dvr0
crw-rw---- 1 root video 212, 3 feb 10 12:34 frontend0
crw-rw---- 1 root video 212, 7 feb 10 12:34 net0
$

WEhen the device dissapears, only the frontend0 file is missing, the other three files don't dissapear, and this is the result:

$ ls /dev/dvb/adapter0
demux0  dvr0  net0

if i unplug the device, the entire /dev/dvb tree dissapears:

$ ls /dev/dvb/
ls: no se puede acceder a /dev/dvb/: No existe el fichero o el directorio

I think this is a kernel driver problem. Also, in Windows this problem isn't present.
Comment 3 Francisco Lloret 2007-02-10 15:14:55 UTC
I tried connecting the adapter in one of the nforce2 USB ports and seems the problem are solved.

May be the USB card is unable to provide enough power to the device and this causes the problem.

I close the bug, if the problem persists then i created one new bug or reopen this.

Thanks