On Sat, Oct 15, 2011 at 12:49 AM, Alain Didierjean
<[email protected]> wrote:
>
> * Messages for package sys-fs/udisks-1.0.4-r1:
>
> * CONFIG_USB_SUSPEND: is not set when it should be.
>
> As the message above from emerge says, no way to update sys-fs/udisks as
> CONFIG_USB_SUSPEND is not set.
> The problem is where to find that option. Not in linux/.config, so where ?
Cool tip for the future: Go to /usr/src/linux, type "make menuconfig".
Then type "/" (slash). Then type SUSPEND and ENTER. It will show you
all the kernel options with SUSPEND on them.
In particular, for USB_SUSPEND it says:
Symbol: USB_SUSPEND [=y]
Type : boolean
Prompt: USB runtime power management (autosuspend) and wakeup
Defined at drivers/usb/core/Kconfig:93
Depends on: USB_SUPPORT [=y] && USB [=y] && PM_RUNTIME [=y]
Location:
-> Device Drivers
-> USB support (USB_SUPPORT [=y])
-> Support for Host-side USB (USB [=y])
So there, is in Device Drivers -> USB support -> Support for Host-side USB.
Regards.
--
Canek Peláez Valdés
Posgrado en Ciencia e Ingeniería de la Computación
Universidad Nacional Autónoma de México