Gentoo Archives: gentoo-user

From: Alex Schuster <wonko@×××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Missing kernel config parameter
Date: Wed, 21 Sep 2011 12:37:56
Message-Id: 20110921143515.5886d36b@weird.wonkology.org
In Reply to: [gentoo-user] Missing kernel config parameter by Peter Humphrey
1 Peter Humphrey writes:
2
3 > Having just upgraded gcc from 4/4/5 to 4.5.3-r1 I recompiled
4 > binutils-2.21.1-r1. Then, while emerging -e system, I got this:
5 >
6 > * Messages for package sys-fs/udisks-1.0.3-r1:
7 >
8 > * CONFIG_USB_SUSPEND: is not set when it should be.
9 >
10 > But:
11 >
12 > $ grep SUSPEND /usr/src/linux/.config
13 > CONFIG_ARCH_SUSPEND_POSSIBLE=y
14 > CONFIG_SUSPEND=y
15 > CONFIG_SUSPEND_FREEZER=y
16 > # CONFIG_PM_TEST_SUSPEND is not set
17 >
18 > No trace of USB_SUSPEND.
19
20 It depends on CONFIG_PM_RUNTIME, in Power management and ACPI options.
21 You have to enable this first, then it will show up. The help in make
22 menuconfig ('/' + 'USB_SUSPEND') will show this:
23
24 Symbol: USB_SUSPEND [=n]
25 Type : boolean
26 Prompt: USB runtime power management (autosuspend) and wakeup
27 Defined at drivers/usb/core/Kconfig:93
28 Depends on: USB_SUPPORT [=y] && USB [=m] && PM_RUNTIME [=n]
29 Location:
30 -> Device Drivers
31 -> USB support (USB_SUPPORT [=y])
32 -> Support for Host-side USB (USB [=m])
33
34
35 Wonko

Replies

Subject Author
Re: [gentoo-user] Missing kernel config parameter Peter Humphrey <peter@××××××××××××××.org>