[linux-dvb] AnyTV AUTV002 USB ATSC/QAM Tuner Stick
Bob Cunningham
FlyMyPG at gmail.com
Sat Nov 22 22:46:52 CET 2008
Hi,
I just bought an AnyTV AUTV002 USB Tuner Stick from DealExtreme. When plugged in, lsusb provides the following:
Bus 001 Device 011: ID 05e1:0400 Syntek Semiconductor Co., Ltd
A quick search revealed that the au0828 driver had recently been updated (10 Nov) to support this USB ID.
Following instructions on the wiki, I obtained the latest v4l-dvb source via Mercurial, and built/installed it without error. Next I did "modprobe au0828", and dmesg provided the following:
au0828 driver loaded
usbcore: registered new interface driver au0828
Next I did "lsmod | grep au0828", which provides the following:
au0828 20384 0
dvb_core 68673 1 au0828
tveeprom 14917 1 au0828
i2c_core 20949 4 au0828,tveeprom,nvidia,i2c_i801
dmesg provides the following when the device is plugged in:
usb 1-2: new high speed USB device using ehci_hcd and address 10
usb 1-2: configuration #1 chosen from 1 choice
usb 1-2: New USB device found, idVendor=05e1, idProduct=0400
usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 1-2: Product: USB 2.0 Video Capture Controller
usb 1-2: Manufacturer: Syntek Semiconductor
However, I have no /dev/dvb. I unplugged/replugged several times, with no change.
I rebooted and repeated the modprobe and the unplug/replug, with no different results.
My guess is that udev isn't making the connection from the USB ID, but I'm not sure what to do about it.
I'm running a fully updated FC8 on a Dell dual Xeon-HT server with kernel 2.6.26.6-49.fc8 #1 SMP.
Did I miss something basic?
Thanks,
-BobC
More information about the linux-dvb
mailing list