Bug 1368838

Summary: Enable the Abilis AS102 DVB receiver [DVB_AS102]
Product: [Fedora] Fedora Reporter: Michele Baldessari <michele>
Component: kernelAssignee: Kernel Maintainer List <kernel-maint>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 25CC: gansalmon, ichavero, itamar, jonathan, kernel-maint, madhu.chinakonda, mchehab
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-01-05 19:11:15 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

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