Bug 1368838 - Enable the Abilis AS102 DVB receiver [DVB_AS102]
Summary: Enable the Abilis AS102 DVB receiver [DVB_AS102]
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: 25
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Kernel Maintainer List
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-08-21 18:53 UTC by Michele Baldessari
Modified: 2017-01-05 19:11 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-01-05 19:11:15 UTC
Type: Bug


Attachments (Terms of Use)

Description Michele Baldessari 2016-08-21 18:53:04 UTC
Description of problem:
Currently the AS102 DVB driver is not enabled (it used to be in staging and got out of it via d6317c68f332):
$ grep DVB_AS102 /boot/config-4.8.0-0.rc2.git1.2.fc26.x86_64
# CONFIG_DVB_AS102 is not set
# CONFIG_DVB_AS102_FE is not set


This is the driver info:
Symbol: DVB_AS102 [=m]                                                                                                                            
Type  : tristate                                                                                                                                  
Prompt: Abilis AS102 DVB receiver                                                                                                                 
  Location:                                                                                                                                       
    -> Device Drivers                                                                                                                             
      -> Multimedia support (MEDIA_SUPPORT [=m])                                                                                                  
        -> Media USB Adapters (MEDIA_USB_SUPPORT [=y])                                                                                            
  Defined at drivers/media/usb/as102/Kconfig:1                                                                                                    
  Depends on: MEDIA_SUPPORT [=m] && MEDIA_USB_SUPPORT [=y] && MEDIA_DIGITAL_TV_SUPPORT [=y] && DVB_CORE [=m] && USB [=y] && I2C [=y] && INPUT [=y]
  Selects: FW_LOADER [=y]                                                                                                                         

The driver needs two files from linux-firmware which are already present. Namely:
$ rpm -qf /lib/firmware/as102_data[12]_st.hex
linux-firmware-20160609-66.gita4bbc811.fc24.noarch
linux-firmware-20160609-66.gita4bbc811.fc24.noarch

It would be great if we could enable this driver out of box ;)

Thanks,
Michele


Note You need to log in before you can comment on or make changes to this bug.