Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 141538 - gentoo-sources-2.6.16-r13 - "Device Drivers/Multimedia Capabilities Port drivers" can't be accessed using 'make menuconfig'
Summary: gentoo-sources-2.6.16-r13 - "Device Drivers/Multimedia Capabilities Port driv...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-23 17:43 UTC by Attila Stehr
Modified: 2006-08-12 04:46 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
requested .config file (2.6.16-gentoo-r13.config,32.40 KB, text/plain)
2006-07-24 12:14 UTC, Attila Stehr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Attila Stehr 2006-07-23 17:43:16 UTC
howto:

- make menuconfig
- enter "Device Drivers"
- try to enter ("Select") "Multimedia Capabilities Port drivers  --->"
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-07-24 01:01:45 UTC
Reopen w/ kernel version and .config attached.
Comment 2 Attila Stehr 2006-07-24 12:14:29 UTC
Created attachment 92630 [details]
requested .config file

ooops - sorry!

magic src # ls -al linux
lrwxrwxrwx 1 root root 23 22. Jul 00:18 linux -> linux-2.6.16-gentoo-r13
Comment 3 Attila Stehr 2006-07-24 12:20:05 UTC
reopening
Comment 4 Attila Stehr 2006-07-24 13:56:56 UTC
same with
Device Drivers---> USB Support---> USB DSL modem support  --->
and
Cryptographic options---> Hardware crypto devices  --->
Comment 5 Daniel Drake (RETIRED) gentoo-dev 2006-07-24 15:38:52 UTC
Is this reproducible on 2.6.17-r4? It is just about to go stable.
Comment 6 Attila Stehr 2006-07-29 11:19:26 UTC
Okay,

using v2.6.17-gentoo-r4

"Multimedia Capabilities Port drivers  --->" isn't present

"Device Drivers---> USB Support---> USB DSL modem support  --->"
and
"Cryptographic options---> Hardware crypto devices  --->"
still can not be accessed.
Comment 7 Daniel Drake (RETIRED) gentoo-dev 2006-08-12 04:46:02 UTC
You have just overlooked some dependencies. menuconfig refuses to display a blank menu.

All hardware crypto drivers are x86 (32bit) only. All USB ATM drivers depend on CONFIG_ATM which you have not enabled.

To aid with dependency solving, try searching for the option you want. For example, for the speedtouch DSL modem driver, type /SPEEDTOUCH

    Depends on: USB && USB_ATM 

Then: /USB_ATM

    Depends on: USB && ATM