Gentoo Archives: gentoo-user

From: Samuli Suominen <ssuominen@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] CONFIG_USB_SUSPEND: is not set when it should be
Date: Wed, 19 Mar 2014 05:12:20
Message-Id: 53292623.8040304@gentoo.org
In Reply to: [gentoo-user] CONFIG_USB_SUSPEND: is not set when it should be by Joseph
1 On 19/03/14 04:22, Joseph wrote:
2 > I'm getting a message from sys-fs/udisks
3 > ERROR: setup
4 > CONFIG_USB_SUSPEND: is not set when it should be.
5 > WARN: setup
6 >
7 > I checked my kernel config there is not such options: CONFIG_USB_SUSPEND
8 >
9
10 It's only checked for older kernels than 3.10 by the 'kernel_is lt 3 10'
11 version check in the ebuild:
12
13 $ grep SUSPEND *.ebuild
14 udisks-1.0.5.ebuild: kernel_is lt 3 10 && CONFIG_CHECK+="
15 ~USB_SUSPEND" #331065, #477278
16 udisks-2.1.3.ebuild: kernel_is lt 3 10 && CONFIG_CHECK+="
17 ~USB_SUSPEND" #331065, #477278
18
19 And you can use "/" button in kernel's menuconfig to search for it
20
21 However, it's propably time to upgrade kernel into something newer than
22 3.9'ish?