|
Bugzilla – Full Text Bug Listing |
| Summary: | iPod shuffle not recognized on nForce4 and NEC USB 2.0 | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Thomas Siedentopf <thomas.siedentopf> |
| Component: | Kernel | Assignee: | Greg Kroah-Hartman <gregkh> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Preview 4 | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
dmesg output of g164 while a iPod shuffle is attached
dmesg of tsieden's home sytem hwinfo of tsieden's home system /var/log/messages with kerneloops and sysrq-[PTM] hwinfo of affected system |
||
|
Description
Thomas Siedentopf
2005-08-05 09:53:23 UTC
Created attachment 44952 [details]
dmesg output of g164 while a iPod shuffle is attached
can you try a 10.0 preview4 cd, or the bootiso, on such a system? The kernel is from sles9. I will do this on monday. On my system @home the behaviour is slightly different. There I get a: -- snippet from dmesg -- hub 2-0:1.0: hub_port_status failed (err = -32) ehci_hcd 0000:00:02.1: port 7 reset error -110 hub 2-0:1.0: hub_port_status failed (err = -32) usb 2-7: configuration #1 chosen from 2 choices scsi5 : SCSI emulation for USB Mass Storage devices usb-storage: device found at 7 usb-storage: waiting for device to settle before scanning -- snippet from dmesg -- after plugging it in. I will attach a complete dmesg and hwinfo output. Created attachment 45064 [details]
dmesg of tsieden's home sytem
Created attachment 45065 [details]
hwinfo of tsieden's home system
comment #2 : I checked again with preview4 on the same machine that was mentioned in the initial report. Now I got a "waiting for device to settle before scanning" followed by usb errors followed by a Oops. I checked this two times. The Oops is reproducable. Attaching logs ... Created attachment 45085 [details]
/var/log/messages with kerneloops and sysrq-[PTM]
Created attachment 45086 [details]
hwinfo of affected system
If you unload the ehci-hcd driver before plugging in the device, does it work properly (yes, it will be slower)? yes, 'rmmod ehci-hcd' before plugging the iPos shuffle in works without problems. Ok, with ehci-hcd loaded, if you change /sys/module/usbcore/parameters/old_scheme_first to "1" does that make the device work properly? I checked right now with the rescue system from SUSE 10.0 beta2 and the device works properly with a "1" in /sys/module/usbcore/parameters/old_scheme_first , but now it also works without piping a "1" into the file first. Was there a major change in a possible affected area between preview4 and beta2 (unfortunately I had no chance to check this with beta1 ...)? Yes, lots of things have changed in there, mostly for the better. Glad it's now working for you, thanks for testing and letting me know. |