Skip to content

USB TV Tuner / DVB Kernel modules #657

Closed Answered by Olliebrown
Olliebrown asked this question in Q&A
Discussion options

You must be logged in to vote

Well, I gave it a try and it seems to work! I needed to add the dvb-usb-dib0700 module (and its various dependencies). Here's the basic process I followed:

  • Follow the first step in compiling the linux kernel (cloning the source)
  • Edit the file arch/arm64/configs/rockchip_linux_defconfig and enable any needed kernel config options
    • I had to add the following:
CONFIG_DVB_USB=m
CONFIG_DVB_USB_DIB0700=m
CONFIG_RC_CORE=m
CONFIG_MEDIA_RC_SUPPORT=m
  • I searched around and found good places to stick these (near similar options)
  • Edit the root Makefile and set the following near the top:
    EXTRAVERSION = -rockchip
    • If you don't do that, the modules wind up in the wrong folder under /lib/modules and…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Olliebrown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants