Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved] Cannot find dvb-usb-af9015 option in menuconfig
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Hamsterrad
n00b
n00b


Joined: 29 Mar 2013
Posts: 2

PostPosted: Fri Mar 29, 2013 9:59 pm    Post subject: [solved] Cannot find dvb-usb-af9015 option in menuconfig Reply with quote

Somewhat stupid question but can anybody tell me where the dvb-usb-af9015 module is located in menuconfig (Kernel 3.6.11)?

I expected the module to be under

Device Drivers --->
Multimedia Support --->
DVB/ATSC adapters --->

but cannot find it there or anywhere else.The module source is located in drivers/media/dvb/dvb-usb. I activated usb support, experimental drivers, and the dvb stuff without success. I also tried a clean kernel source tree.

Thanks in advance


Last edited by Hamsterrad on Sat Mar 30, 2013 7:43 am; edited 1 time in total
Back to top
View user's profile Send private message
leo.the_zoo
Apprentice
Apprentice


Joined: 04 Jul 2005
Posts: 160
Location: Poland

PostPosted: Fri Mar 29, 2013 10:29 pm    Post subject: Reply with quote

Code:
Symbol: DVB_USB_AF9015 [=n]                                                                                          │ 
  │ Type  : tristate                                                                                                     │ 
  │ Prompt: Afatech AF9015 DVB-T USB2.0 support                                                                          │ 
  │   Defined at drivers/media/usb/dvb-usb-v2/Kconfig:20                                                                 │ 
  │   Depends on: MEDIA_SUPPORT [=m] && MEDIA_USB_SUPPORT [=n] && I2C [=y] && MEDIA_DIGITAL_TV_SUPPORT [=n] && DVB_USB_V │ 
  │   Location:                                                                                                          │ 
  │     -> Device Drivers                                                                                                │ 
  │       -> Multimedia support (MEDIA_SUPPORT [=m])                                                                     │ 
  │ (4)     -> Media USB Adapters (MEDIA_USB_SUPPORT [=n])                                                               │ 
  │           -> Support for various USB DVB devices v2 (DVB_USB_V2 [=n])


Advice for the future: when you start menuconfig, use '/' to search for location of options you need. Some of them may not be available when you browse to the place where they should be because of unsatisfied dependencies. These are also listed in search results (see: Depends on: ...). One option may also select others and those are listed as well (although I omitted them when copying data for you).
Back to top
View user's profile Send private message
Hamsterrad
n00b
n00b


Joined: 29 Mar 2013
Posts: 2

PostPosted: Sat Mar 30, 2013 7:42 am    Post subject: Reply with quote

I overlooked the module dependency on I2C...

Code:

Symbol: DVB_USB_AF9015 [=m]                                                                                                                                                                                                                                                                                 │ 
  │ Type  : tristate                                                                                                                                                                                                                                                                                            │ 
  │ Prompt: Afatech AF9015 DVB-T USB2.0 support                                                                                                                                                                                                                                                                 │ 
  │   Defined at drivers/media/dvb/dvb-usb/Kconfig:327                                                                                                                                                                                                                                                          │ 
  │   Depends on: MEDIA_SUPPORT [=m] && DVB_CAPTURE_DRIVERS [=y] && DVB_CORE [=m] && DVB_USB [=m]                                                                                                                                                                                                               │ 
  │   Location:                                                                                                                                                                                                                                                                                                 │ 
  │     -> Device Drivers                                                                                                                                                                                                                                                                                       │ 
  │       -> Multimedia support (MEDIA_SUPPORT [=m])                                                                                                                                                                                                                                                            │ 
  │         -> DVB/ATSC adapters (DVB_CAPTURE_DRIVERS [=y])                                                                                                                                                                                                                                                     │ 
  │           -> Support for various USB DVB devices (DVB_USB [=m])                                                                                                                                                                                                                                             │ 
 
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum