Bug 20987 - univention-client-kernel-image-2.6.35.7 ohne CONFIG_USB_SUSPEND
univention-client-kernel-image-2.6.35.7 ohne CONFIG_USB_SUSPEND
Status: RESOLVED WORKSFORME
Product: Z_UCS Thin Client Services (superseded)
Classification: Unclassified
Component: ZZZ - Trash - Kernel
UCS TCS 3.1
Other Linux
: P5 normal (vote)
: UCS TCS 3.2
Assigned To: Bugzilla Mailingliste
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-12-16 11:03 CET by Arvid Requate
Modified: 2012-08-27 14:55 CEST (History)
2 users (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arvid Requate univentionstaff 2010-12-16 11:03:49 CET
univention-client-kernel-image-2.6.35.7-univention.thinclient.13   ist zur Zeit ohne das Modul 'usbcore' gebaut, das man z.B. für/sys/bus/usb/devices/usb1/power benötigt.
Comment 1 Arvid Requate univentionstaff 2010-12-16 11:51:08 CET
Die Aussage an Comment 0 stimmt nicht, usbcore ist fest eincompiliert.
Es fehlen folgende Optionen in der Kernel-Konfiguration, um USB-Devices suspenden zu können:

CONFIG_PM_RUNTIME=y
CONFIG_USB_SUSPEND=y
Comment 2 Arvid Requate univentionstaff 2010-12-22 16:34:48 CET
In univention-client-kernel-image-2.6.35.7-univention.thinclient.17 im Release-Scope ucs_2.4-0-opendvdi  sind die beide Optionen aktiviert.

Damit lässt sich Autosuspend von USB-Devices dann aktivieren:
for  f in /sys/bus/usb/devices/*-*/power/level; do echo auto > $f; done
Comment 3 Moritz Muehlenhoff univentionstaff 2012-08-27 14:55:51 CEST
CONFIG_PM_RUNTIME und CONFIG_USB_SUSPEND sind im Ubuntu-Kernel (Basis von UCC 1.0) aktiviert.