* [gentoo-user] CONFIG_USB_SUSPEND: is not set when it should be
@ 2014-03-19 2:22 Joseph
2014-03-19 5:07 ` Samuli Suominen
2014-03-19 10:21 ` Adam Carter
0 siblings, 2 replies; 3+ messages in thread
From: Joseph @ 2014-03-19 2:22 UTC (permalink / raw
To: gentoo-user
I'm getting a message from sys-fs/udisks
ERROR: setup
CONFIG_USB_SUSPEND: is not set when it should be.
WARN: setup
I checked my kernel config there is not such options: CONFIG_USB_SUSPEND
--
Joseph
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] CONFIG_USB_SUSPEND: is not set when it should be
2014-03-19 2:22 [gentoo-user] CONFIG_USB_SUSPEND: is not set when it should be Joseph
@ 2014-03-19 5:07 ` Samuli Suominen
2014-03-19 10:21 ` Adam Carter
1 sibling, 0 replies; 3+ messages in thread
From: Samuli Suominen @ 2014-03-19 5:07 UTC (permalink / raw
To: gentoo-user
On 19/03/14 04:22, Joseph wrote:
> I'm getting a message from sys-fs/udisks
> ERROR: setup
> CONFIG_USB_SUSPEND: is not set when it should be.
> WARN: setup
>
> I checked my kernel config there is not such options: CONFIG_USB_SUSPEND
>
It's only checked for older kernels than 3.10 by the 'kernel_is lt 3 10'
version check in the ebuild:
$ grep SUSPEND *.ebuild
udisks-1.0.5.ebuild: kernel_is lt 3 10 && CONFIG_CHECK+="
~USB_SUSPEND" #331065, #477278
udisks-2.1.3.ebuild: kernel_is lt 3 10 && CONFIG_CHECK+="
~USB_SUSPEND" #331065, #477278
And you can use "/" button in kernel's menuconfig to search for it
However, it's propably time to upgrade kernel into something newer than
3.9'ish?
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] CONFIG_USB_SUSPEND: is not set when it should be
2014-03-19 2:22 [gentoo-user] CONFIG_USB_SUSPEND: is not set when it should be Joseph
2014-03-19 5:07 ` Samuli Suominen
@ 2014-03-19 10:21 ` Adam Carter
1 sibling, 0 replies; 3+ messages in thread
From: Adam Carter @ 2014-03-19 10:21 UTC (permalink / raw
To: gentoo-user@lists.gentoo.org
[-- Attachment #1: Type: text/plain, Size: 395 bytes --]
> I checked my kernel config there is not such options: CONFIG_USB_SUSPEND
>
The option will become available once you have chosen whatever other
options are required to make it become available.
http://cateee.net/lkddb/web-lkddb/USB_SUSPEND.html
says: depends on: CONFIG_USB <http://cateee.net/lkddb/web-lkddb/USB.html>&&
CONFIG_PM_RUNTIME <http://cateee.net/lkddb/web-lkddb/PM_RUNTIME.html>
[-- Attachment #2: Type: text/html, Size: 829 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-03-19 10:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-19 2:22 [gentoo-user] CONFIG_USB_SUSPEND: is not set when it should be Joseph
2014-03-19 5:07 ` Samuli Suominen
2014-03-19 10:21 ` Adam Carter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox