<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,
<br>
<br>
Someone else on this list reported the same problem as me, but with no
answer :-(<br>
When I plug in my stick, the driver should load, but nothing happens
apart from the USB event in /var/log/messages
<br>
<br>
lsusb -v reports:
<br>
Bus 001 Device 008: ID 2040:7050 Hauppauge
<br>
Device Descriptor:
<br>
bLength 18
<br>
bDescriptorType 1
<br>
bcdUSB 2.00
<br>
bDeviceClass 0 (Defined at Interface level)
<br>
bDeviceSubClass 0
<br>
bDeviceProtocol 0
<br>
bMaxPacketSize0 64
<br>
idVendor 0x2040 Hauppauge
<br>
idProduct 0x7050
<br>
bcdDevice 5.98
<br>
iManufacturer 1 Hauppauge
<br>
iProduct 2 Nova-T Stick
<br>
iSerial 3 0000000000
<br>
bNumConfigurations 1
<br>
<br>
The driver is loaded:
<br>
lsmod | grep dvb
<br>
dvb_usb_nova_t_usb2 5764 0
<br>
dvb_usb_dibusb_common 6532 1 dvb_usb_nova_t_usb2
<br>
dib3000mc 13184 1 dvb_usb_dibusb_common
<br>
dvb_usb 15496 2
dvb_usb_nova_t_usb2,dvb_usb_dibusb_common
<br>
dvb_core 67624 1 dvb_usb
<br>
dvb_pll 12292 2 dvb_usb_dibusb_common,dvb_usb
<br>
firmware_class 8320 5 dvb_usb,pcmcia,bcm203x,bfusb,ipw2100
<br>
usbcore 101636 8
dvb_usb_nova_t_usb2,dvb_usb,uhci_hcd,ehci_hcd,bcm203x,bfusb,hci_usb
<br>
<br>
hotplug reports:
<br>
usb.agent[19186]: ... no modules for USB product 2040/7050/598
<br>
<br>
So what's happening? There's no device in <i class="moz-txt-slash"><span
class="moz-txt-tag">/</span>dev/dvb<span class="moz-txt-tag">/</span></i>...
and there's no sign of any firmware even trying to load. Zilch..
<br>
<br>
I look in /usr/src/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h and I
see:
<br>
#define USB_PID_WINTV_NOVA_T_USB2_COLD 0x9300
<br>
#define USB_PID_WINTV_NOVA_T_USB2_WARM 0x9301
<br>
<br>
This should be my device, but the IDs don't match! The vendor ID
(Hauppauge) matches, but my device ID seems to be different.
<br>
<br>
I don't know much about what this means, so can anyone shed any light
on what could be happening? I've looked everyone and asking is my last
hope.
<br>
<br>
Thanks,
<br>
Mark
</body>
</html>