I'm trying to use Hauppauge's winTv soloHd USB stick on ubuntu 16.04 and 15.10, both seem to detect the stick, but kaffeine as well as me-tv both say there's no dvb device attached to the computer; I get UNCLAIMED when running lshw (translated):
*-usb:1 UNCLAIMED
Description: Common USB-Device
Product: soloHD
Manufacturer: HCW
Physical ID: 2
Bus-Informationen: usb@3:2
Version: 1.00
Seriennummer(ID): 0011512436
Capabilities: usb-2.00
Configuration: maxpower=500mA speed=480Mbit/s
lsusb gives this output:
Bus 003 Device 004: ID 2040:0264 Hauppauge
Running dmesg outputs the following for the device
[ 297.462255] usb 3-2: new high-speed USB device number 4 using xhci_hcd
[ 297.591028] usb 3-2: New USB device found, idVendor=2040, idProduct=0264
[ 297.591032] usb 3-2: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 297.591035] usb 3-2: Product: soloHD
[ 297.591037] usb 3-2: Manufacturer: HCW
[ 297.591039] usb 3-2: SerialNumber: 0011512436
The kernel I'm using on the 16.04 machine is 4.4.0-21-generic.
According to linuxtv the card should work fine on linux since 2015-11-19.
Is there anything I can do to make those programs detect the stick?