VDR - Terratec DVB T USB not working

  • Ok Thanks


    Code
    root@NAS:~# lsusb                                                                                                                           
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub                                                                              
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub                                                                              
    Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub                                                                              
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub                                                                              
    Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub                                                                              
    Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub                                                                              
    Bus 001 Device 003: ID 0ccd:00d3 TerraTec Electronic GmbH


    What exactly is important from


    Code
    Quellcode
    lsusb


    in total it's too large to post

  • Code
    [ 3.689014] usb 2-1.1: new full-speed USB device number 3 using ehci_hcd [ 3.784337] usb 2-1.1: New USB device found, idVendor=046d, idProduct=c52b [ 3.784343] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 3.784347] usb 2-1.1: Product: USB Receiver [ 3.784350] usb 2-1.1: Manufacturer: Logitech [ 3.791302] usbcore: registered new interface driver usbhid [ 3.791306] usbhid: USB HID core driver [ 3.799086] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:13.2-1.1/input2 [ 3.803681] input: Logitech Unifying Device. Wireless PID:2008 as /devices/pci0000:00/0000:00:13.2/usb2/2-1/2-1.1/2-1.1:1.2/0003:046D:C52B.0003/input/input0 [ 3.803761] logitech-djdevice 0003:046D:C52B.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech Unifying Device. Wireless PID:2008] onusb-0000:00:13.2-1.1:1 [ 3.805301] input: Logitech Unifying Device. Wireless PID:101b as /devices/pci0000:00/0000:00:13.2/usb2/2-1/2-1.1/2-1.1:1.2/0003:046D:C52B.0003/input/input1 [ 3.806637] logitech-djdevice 0003:046D:C52B.0005: input,hidraw2: USB HID v1.11 Mouse [Logitech Unifying Device. Wireless PID:101b] on usb-0000:00:13.2-1.1:2 [ 3.860743] usb 2-1.3: new low-speed USB device number 4 using ehci_hcd [ 3.959097] usb 2-1.3: New USB device found, idVendor=10d5, idProduct=000d [ 3.959103] usb 2-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 3.959107] usb 2-1.3: Product: HA2-A3 [ 3.959110] usb 2-1.3: Manufacturer: No brand [ 3.959112] usb 2-1.3: SerialNumber: 12\xffffffc2\xffffffb2\xffffffb2 [ 3.965505] input: No brand HA2-A3 as /devices/pci0000:00/0000:00:13.2/usb2/2-1/2-1.3/2-1.3:1.0/input/input2 [ 3.965620] generic-usb 0003:10D5:000D.0006: input,hidraw3: USB HID v1.10 Keyboard [No brand HA2-A3] on usb-0000:00:13.2-1.3/input0 [ 3.967155] usbhid 2-1.3:1.1: couldn't find an input interrupt endpoint [ 172.781594] usb 2-1: USB disconnect, device number 2 [ 172.781604] usb 2-1.1: USB disconnect, device number 3 [ 172.836736] usb 2-1.3: USB disconnect, device number 4 [ 1325.844216] usb 1-3: new high-speed USB device number 2 using ehci_hcd [ 1325.980008] usb 1-3: New USB device found, idVendor=1516, idProduct=8628 [ 1325.980054] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 1325.980062] usb 1-3: Product: USB2.0 [ 1325.980068] usb 1-3: Manufacturer: memory [ 1325.980072] usb 1-3: SerialNumber: 3071 [ 1325.989356] Initializing USB Mass Storage driver... [ 1325.989655] scsi6 : usb-storage 1-3:1.0 [ 1325.989848] usbcore: registered new interface driver usb-storage [ 1325.989854] USB Mass Storage support registered. [ 1326.990076] scsi 6:0:0:0: Direct-Access memory USB2.0 1.00 PQ: 0 ANSI: 2 [ 1381.897442] usb 1-3: USB disconnect, device number 2 [ 4638.312171] usb 1-3: new high-speed USB device number 3 using ehci_hcd [ 4638.457249] usb 1-3: New USB device found, idVendor=0ccd, idProduct=00d3 [ 4638.457260] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 4638.457267] usb 1-3: Product: RTL2838UHIDIR [ 4638.457273] usb 1-3: Manufacturer: Realtek [ 4638.457277] usb 1-3: SerialNumber: 00000001
  • Don't complicate it for yourself. If you read the page you posted you can read this:

    Zitat

    In Ubuntu 13.10 the 3.11 kernel is available with the dvb-usb-rtl28xxu driver out of the box. Another user has tested the stick with Ubuntu and OpenELEC distributions with kernel 3.14 and the device works out of the box ok.


    If you read that it seems that the driver isn't provided by default with kernels before 3.11. OMV 1.0 is built on Debian 7.0 which comes with Linux kernel 3.2. A 3.16 kernel is availabe through backports so try installing that one either manually by adding the backports repo for Wheezy or use the function provided by the omv-extras plugin.

  • Zitat

    Don't complicate it for yourself.


    Please consider me a noob or beginner.

    Zitat

    it seems that the driver isn't provided by default with kernels before 3.11.


    In my logical thinking actual Kernel 3.2 is a higher or newer version than than 3.11 or 3.16.
    So it should work out of the box.

  • In my logical thinking actual Kernel 3.2 is a higher or newer version than than 3.11 or 3.16.
    So it should work out of the box.


    Package versioning works a little different and can be a bit more confusing if you're not used to it. The numbers are seperated by a point or hyphen so it's actually: major version: 3, minor version: 2 (3.2) and major version: 3, minor version: 16 (3.16). :)

  • I understand. Thank you very much! Will try immediately



    Edit:
    Ok some progress at least. I could install channels. But what means the last column in channels? Every Tab there shows off.
    Then in Extras:
    - Live Tab is working, as I can see the channels and description of movies
    - VDR admin working too
    - Stream is not working, Browser shows ERR_EMPTY_RESPONSE


    Could it be that my stick has a defect? Where can I see there is a true TV reception?

  • Inbetween I tested my Stick on Ubuntu 14.04, it's working perfect. On OMV everything looks like working, but there is no picture. I programmed a test record. It creates the recording folder with 0001.ts as content, but it is 0 Bytes. What can I do?

  • Do you mean the column that says encrypted? It just states what it says. Free channels are not encrypted so they should have that column in an off state.


    Is it through Streamdev? Try downloading the playlist and open it in something like VLC.


    I think the logs states if there's error with the stick (e.g. no data). But I'm not sure about that.

  • Zitat

    Do you mean the column that says encrypted? It just states what it says. Free channels are not encrypted so they should have that column in an off state.


    Yes, I couldn't identify what the abrreviation means. Now it's clear.


    Inbetween I found in protocol:


    Code
    Client from 192.168.0.10:3178 not allowed to connect


    which leads to guides, to correct the settings in streamdevhosts.conf


    I looked into that but everything was set correct.

    Code
    #127.0.0.1            # always accept localhost
    #192.168.100.0/24      # any host on the local net
    #204.152.189.113      # a specific host
    0.0.0.0/0            # any host on any net (USE THIS WITH CARE!)


    As simple as it is, the solution was to restart OMV and now the streamdev page opens. Still no picture due to a problem with Quick Time, but I think I will find a solution for that.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!