Hi,
i have a Terratec H7 USB DVB-C device that i am trying to get
operational under OpenSuse 12.3 on an Acer G5750 Notebook.
Accoring to
http://www.linux-hardware-guide.de/2013-04-14-terratec-h7-dvb-c-und-dvb-t-usb
the thing is supported since Kernel version 3.6.8.
So far i downloaded
dvb-usb-terratec-h7-az6007.fw and dvb-usb-terratec-h5-drxk.fw
and put it under /lib/firmware
Judging from the output of dmesg the device seems to be recognized
…
1165.737987] usb 2-1.4: new high-speed USB device number 4 using ehci_hcd
1165.938148] usb 2-1.4: New USB device found, idVendor=0ccd,
idProduct=10a3
1165.938160] usb 2-1.4: New USB device strings: Mfr=1, Product=2,
SerialNumber=3
1165.938166] usb 2-1.4: Product: TerraTec H7
1165.938172] usb 2-1.4: Manufacturer: TerraTec Electronic GmbH
1165.938176] usb 2-1.4: SerialNumber: 0008CA1E5030
1165.958235] usbcore: registered new interface driver dvb_usb_az6007
1165.958413] usb read operation failed. (-32)
1165.959058] usb write operation failed. (-32)
1165.959282] usb write operation failed. (-32)
1165.959286] usb 2-1.4: dvb_usb_v2: found a ‘Terratec H7’ in cold state
1165.959579] usb 2-1.4: dvb_usb_v2: downloading firmware from file
‘dvb-usb-terratec-h7-az6007.fw’
1165.976301] usb 2-1.4: dvb_usb_v2: found a ‘Terratec H7’ in warm state
1167.191847] usb 2-1.4: dvb_usb_v2: will pass the complete MPEG2
transport stream to the software demuxer
1167.191889] DVB: registering new adapter (Terratec H7)
1167.194900] usb 2-1.4: dvb_usb_v2: MAC address: c2:cd:0c:a3:10:00
1167.200521] drxk: frontend initialized.
1167.200621] usb 2-1.4: DVB: registering adapter 0 frontend 0 (DRXK)…
1167.203523] mt2063_attach: Attaching MT2063
1167.226160] Registered IR keymap rc-nec-terratec-cinergy-xs
1167.226396] input: Terratec H7 as
/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/rc/rc0/input18
1167.226706] rc0: Terratec H7 as
/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/rc/rc0
1167.226723] usb 2-1.4: dvb_usb_v2: schedule remote query interval to
400 msecs
1167.226741] usb 2-1.4: dvb_usb_v2: ‘Terratec H7’ successfully
initialized and connected
1167.248715] drxk: status = 0x439130d9
1167.248727] drxk: detected a drx-3913k, spin A2, xtal 27.000 MHz
1169.535190] DRXK driver version 0.9.4300
1178.096772] dvb_ca adapter 0: DVB CAM detected and initialised
successfully
lsmod tells me the modules
dvb_usb_az6007, drxk and mt2063 are loaded.
However i do not get a device file under /dev.
I have a /dev/video0, but this is the Webcam of the notebook.
xawtv -hwscan gives me the following:
This is xawtv-3.102, running on Linux/x86_64 (3.7.10-1.4-desktop)
looking for available devices
port 97-112
type : Xvideo, image scaler
name : Intel(R) Textured Video
/dev/video0: OK -device /dev/video0 ]
type : libv4l
name : 1.3M HD WebCam
flags: capture
There is a folder /dev/dvb/adapter0 which contains several entries, but
none can be used with xawtv -c …
Anyone got this thing working with v4l?
Thanks in advance
P.K.