Bug 23312
Summary: | asix usb network driver non-functional in 2.6.36, and breaks system suspend | ||
---|---|---|---|
Product: | Power Management | Reporter: | Armando Di Cianno (armando) |
Component: | Hibernation/Suspend | Assignee: | power-management_other |
Status: | CLOSED DUPLICATE | ||
Severity: | high | CC: | rjw |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.36 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Armando Di Cianno
2010-11-19 21:02:17 UTC
dmesg output on suspend attempt that fails: [ 1939.804951] PM: Syncing filesystems ... done. [ 1942.760146] CE: hpet increased min_delta_ns to 16875 nsec [ 1942.760278] CE: hpet increased min_delta_ns to 25312 nsec [ 1943.150693] Freezing user space processes ... (elapsed 0.01 seconds) done. [ 1943.169528] Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done. [ 1943.179906] Suspending console(s) (use no_console_suspend to debug) [ 1943.180384] pm_op(): usb_dev_suspend+0x0/0x10 returns -32 [ 1943.180388] PM: Device 2-2 failed to suspend async: error -32 [ 1943.180792] PM: Some devices failed to suspend [ 1943.181280] PM: resume of devices complete after 0.483 msecs [ 1943.181436] Restarting tasks ... done. [ 1943.182370] video LNXVIDEO:00: Restoring backlight state NOTE: The usb ethernet adaptor is unplugged at this point. Please note that the driver also does NOT working in 2.6.36. The power/suspend issue is more grave, but the driver not working is an issue as well. If there's anything I can do to test, please just let me know! Cheers. I've also tested 2.6.36.1 Two further points: 1) All devices that were working in 2.6.35 now do not work -- hard drives, this asix usb adaptor, etc 2) The other devices, like an HD, fail, but do not break sleep; asix fails and breaks sleep **** So this bug is definitely not only a power issue but a USB issue. Should I notify the USB maintainers as well, or create or a new bug and leave this one be? The latest patch in ticket #21182 fixes this issue. USB devices once again work. The asix module recognizes the hardware, and no longer breaks suspend. If the patch in that ticket has made it into mainline, then this can be considered closed. *** This bug has been marked as a duplicate of bug 21182 *** Please use bug #21182 for tracking this issue from now on. |