public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Roman Zilka <zilka@fi.muni.cz>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] ?? CONFIG_USB_SUSPEND ??
Date: Mon, 11 Jul 2011 12:38:32 +0200	[thread overview]
Message-ID: <20110711123832.c5209332.zilka@fi.muni.cz> (raw)
In-Reply-To: <20110711101633.GA25511@acm.acm>

Alan Mackenzie (Mon, 11 Jul 2011 10:16:33 +0000):
> Hi, Gentoo.
> 
> Just done an "emerge -puND world".  One of the packages updated was
> sys-fs/udisks-1.0.3-r1.  Its warning message was:
> 
>     CONFIG_USB_SUSPEND:         is not set when it should be.
>       * Please check to make sure these options are set correctly.
>       * Failure to do so may cause unexpected problems.
> 
> CONFIG_USB_SUSPEND is surely a kernel config thing.  I can't find it in
> my kernel config file.  However, in "make menuconfig" I do a search for
> "USB_SUSPEND", It says:
> 
>    Location:
>   │     -> Device Drivers
>   │       -> USB support (USB_SUPPORT [=y])
>   │         -> Support for Host-side USB (USB [=y])
> 
> I can't find anything at that location which looks like "USB_SUSPEND".
> 
> Would somebody please help me to resolve my confusion.  Thanks in
> advance.


You have to swith on CONFIG_PM_RUNTIME for this option to appear.
PM_RUNTIME is straight under "Power management and ACPI options".

A way to resolve this kind of problems:
$ cd /usr/src/linux
$ grep -5r '^config USB_SUSPEND' *
... read the 'depends on' line

-rz



  parent reply	other threads:[~2011-07-11 11:16 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-11 10:16 [gentoo-user] ?? CONFIG_USB_SUSPEND ?? Alan Mackenzie
2011-07-11 10:33 ` Alan McKinnon
2011-07-11 15:17   ` Alan Mackenzie
2011-07-11 10:36 ` netfab
2011-07-11 10:38 ` Roman Zilka [this message]
2011-07-11 11:08 ` methylherd
2011-07-11 11:09 ` Mick
2011-07-11 11:25 ` Albert Hopkins

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110711123832.c5209332.zilka@fi.muni.cz \
    --to=zilka@fi.muni.cz \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox