DVB-T kernel module support

Discussion in 'Accessories' started by l2g, Oct 20, 2013.

  1. l2g

    l2g New Member

    Joined:
    Oct 19, 2013
    Messages:
    3
    Likes Received:
    0
    Hi all,
    I was wondering if it'd be possible to build support for a cheap SDR i.e. rtl2832 with UDOO?
    or am I bursting into an open door :) ? Does linaro 11.10 come with a kernel driver for / capability to compile DVB-T onto it?
    I'd appreciate any guidance where to look for, partial coverage on google for this.

    b.t.w, in the vicinity of my question is this 101 forum post:
    viewtopic.php?f=6&t=36

    Thanks!

    L.
     
  2. saidol

    saidol New Member

    Joined:
    Oct 3, 2013
    Messages:
    24
    Likes Received:
    0
    Hi,
    uDOO precompiled kernel doesn't came with DVB-T module support. But It is quite simple to add it.
    In the Download section you can find the Documentation tab:
    http://www.udoo.org/downloads/#tab4
    and inside it a pdf manual with the step by step procedure you can use to recompile udoo kernel.
    http://udoo.org/download/files/Document ... 0_2013.pdf

    As first step follow the full instruction and test the kernel you obtain on uDOO.

    Next, in the same directory you used for build kernel, execute the command:
    • make menuconfig
    and go to the following menu:
    • Device Drivers --->
      • <*> Multimedia support --->
        • <*> DVB for Linux
        • DVB/ATSC adapters (NEW) --->
          • <*> Technotrend/Hauppauge Nova-USB devices
            ....................

    and choose the adapter you want to try (Eg. Hauppauge Nova-USB).
    Exit from menuconfig saving the configuration, and rebuild the kernel. If all goes right your new kernel will support DVB-T device.
    bye
    Giuseppe
     
  3. l2g

    l2g New Member

    Joined:
    Oct 19, 2013
    Messages:
    3
    Likes Received:
    0
    Thanks Giuseppe,
    That's great and will get me started.
    I look forward to receiving my Udoo.

    Ciao,

    L.
     
  4. r4v5

    r4v5 New Member

    Joined:
    Jun 19, 2013
    Messages:
    6
    Likes Received:
    0

Share This Page