tvheadend dvb-t kernel .

Discussion in 'Kernels' started by peter247, Jun 20, 2014.

  1. peter247

    peter247 New Member

    Joined:
    Mar 10, 2014
    Messages:
    263
    Likes Received:
    2
    What do I need to set up in the kernel for dvb-t ?

    I have it working on my cubietruck by default and if I add a device / boot up I get this :-

    [ 20.834314] usb 4-1.2.2: new high-speed USB device number 8 using sw-ehci
    [ 20.967289] dvb-usb: found a 'Hauppauge WinTV-NOVA-T usb2' in warm state.
    [ 20.989106] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
    [ 21.010183] DVB: registering new adapter (Hauppauge WinTV-NOVA-T usb2)
    [ 21.029079] dvb-usb: MAC address: 00:0d:fe:00:f3:69
    [ 21.053347] DVB: registering adapter 0 frontend 0 (DiBcom 3000MC/P)...
    [ 21.134498] input: IR-receiver inside an USB DVB receiver as /devices/platform/sw-ehci.2/usb4/4-1/4-1.2/4-1.2.2/input/input3
    [ 21.159319] dvb-usb: schedule remote query interval to 100 msecs.
    [ 21.180319] dvb-usb: Hauppauge WinTV-NOVA-T usb2 successfully initialized and connected.

    but on the udoo it doesn`t use the device .

    I`ve tried to add Device drivers >> multimedia support >> dvb_for_linux , Load and attach frontend and tuner driver modules as needed , ATSC adapters , and added the lot with M.

    And it sees it , but does not do anything about it .

    Jun 20 11:04:38 Udoo kernel: [40164.468621] usb 2-1.1: new high speed USB device number 7 using fsl-ehci
    Jun 20 11:04:38 Udoo kernel: [40164.599678] usb 2-1.1: New USB device found, idVendor=2040, idProduct=9580
    Jun 20 11:04:38 Udoo kernel: [40164.606577] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    Jun 20 11:04:38 Udoo kernel: [40164.614107] usb 2-1.1: Product: NovaT 500Stick
    Jun 20 11:04:38 Udoo kernel: [40164.618679] usb 2-1.1: Manufacturer: Hauppauge
    Jun 20 11:04:38 Udoo kernel: [40164.623140] usb 2-1.1: SerialNumber: 4028590924
     
  2. peter247

    peter247 New Member

    Joined:
    Mar 10, 2014
    Messages:
    263
    Likes Received:
    2
    I think I`ve found the problem .

    lsmod give no output , so no module loaded !!!!

    I`ve going to try the debian images again to see if lsmod work by default on the images ..
     
  3. peter247

    peter247 New Member

    Joined:
    Mar 10, 2014
    Messages:
    263
    Likes Received:
    2
    Not the problem.

    Still can't get any t.v adapter to work.
    It's not making /dev/dvb

    As anyone got it to work?
     
  4. Terry7

    Terry7 New Member

    Joined:
    Jul 13, 2014
    Messages:
    5
    Likes Received:
    0
    If no one else has answered your question yet. I had the same problem getting udoobuntu to recognise my pinnacle tv usb stick. Solved it by recompiling the kernel carefully following the instructions in the Udoo Starting Manual available from the udoo.org website under downloads, documentation. Go to page 11 "Creating a micro sd card:The hard way". I used the default kernel config:- "make ARCH=arm UDOO_defconfig" then edited it "make ARCH=arm menuconfig" and included all the dvb-t options i.e. changed them from modules to included. It's a few weeks ago now so not sure where I found the dvb-t options, I think under device drivers, but if you trawl through all the options you will find them and maybe a few others that you want to include. Worked a treat. I am now using Me-TV to watch and record programmes.
     

Share This Page