Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 476962 - CONFIG_USB_SUSPEND causes several panics with Lenovo ThinkPad T430 (2347G2G)
Summary: CONFIG_USB_SUSPEND causes several panics with Lenovo ThinkPad T430 (2347G2G)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-15 18:46 UTC by marius.spix
Modified: 2013-07-16 17:51 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description marius.spix 2013-07-15 18:46:37 UTC
I have a ThinkPad T430 (2347G2G) and tried to optimize the power consumption with PowerTOP. It gave me the tip to activate CONFIG_USB_SUSPEND in my kernel to save up to 1 Watt.

I followed the tip, built the kernel and after restarting the system, I always received kernel panics on loading the UHCI module. So I restarted with the kernel parameter "nousb" and rebuilt the kernel again (The next time I will do a backup before -.-). Unfortunately I don't have a log of this.

I don't know if this is a kernel issue or if upstream (Intel who is the maintainer of powertop) should be warned about this issue.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2013-07-15 21:04:31 UTC
It's definitely a kernel issue.

1) Please post your `emerge --info' output in a comment.
2) Please attach your `lsusb -v' output to this bug report.
3) Please attach the (faulty) kernel .config to this bug report.
4) Please post any relevant dmesg output from the kernel panic.
Comment 2 marius.spix 2013-07-16 17:51:44 UTC
I found the problem ... I linked with ld.gold. Redone the kernel modules with ld.bfd worked. Sorry for that.