On Sun, Aug 7, 2016 at 6:49 PM, Alan Stern <stern@xxxxxxxxxxxxxxxxxxx> wrote: > On Sun, 7 Aug 2016, ican realizeum wrote: > >> Hey, I tried to send this to list but I didn't have Plain text mode(in >> gmail) so it bounced back, resending now below, however meanwhile I >> made a bug report for it too: >> https://bugzilla.kernel.org/show_bug.cgi?id=151641 >> Thanks. >> --- >> Here's a screenshot: https://i.imgur.com/3P7ztlj.png >> I've tried, without tlp and ensuring both 12.0 and 13.0 are "on" instead of > > What is tlp? This is a package on Manjaro Linux with the description: Linux Advanced Power Management source code here: https://github.com/linrunner/TLP I'm using it to set my devices to 'auto' mode, and supposedly save power By "without tlp" above I meant that I made sure tlp didn't set any device into low power mode or anything like that. > >> "auto". No effect. >> >> I wonder if this is related to the failure to Synchronize SCSI cache, such >> as maybe somethings get shutdown as part of reboot/shutdown like that kvm >> thing. But I don't know much. >> >> kernel: >> Linux myzee 4.7.0-ga157b3a #7 SMP PREEMPT Sat Aug 6 15:22:34 EEST 2016 >> x86_64 GNU/Linux >> >> Active patches: >> https://github.com/icanrealizeum/manjarred/blob/16904e09a57c7332893f824dc0dc139ba1c4fc46/system/Z575/OSes/manjaro2/on_baremetal/filesystem_now/manjaro/home/z/build/1packages/kernel/linuxgit/PKGBUILD#L39-L62 > > This doesn't seem like anything you need to worry about. If it only > happens on shutdown or reboot then it won't affect your use of the > computer. Cool! So, apparently something(?) is turning off something(as in power off/suspend?), so that the poweroff functionality from kernel is currently unable to flush drive cache or put drive into standby mode during the poweroff which it needs to do. So whatever that is, is probably the one that's doing this "HC died" thing too. So I don't think I should worry, as you said anyways. > > Furthermore, the lsusb output says you don't have any USB devices > plugged into either of the OHCI controllers. Have you tried seeing > what happens if there is something plugged in (say, a keyboard or > mouse)? I haven't. I occasionally plug in a USB stick which seems to work fine, so far. > > Also, what do you get in the "registers" files under > /sys/kernel/debug/usb/ohci/*/ after you change the runtime PM setting > to "on"? (You'll need to mount a debugfs filesystem for this.) When 'auto': # cat /sys/kernel/debug/usb/ohci/*/registers bus pci, device 0000:00:12.0 OHCI PCI host controller ohci_hcd SUSPENDED (no register access) bus pci, device 0000:00:13.0 OHCI PCI host controller ohci_hcd SUSPENDED (no register access) ---------- When 'on': # cat /sys/kernel/debug/usb/ohci/*/registers bus pci, device 0000:00:12.0 OHCI PCI host controller ohci_hcd OHCI 1.0, NO legacy support registers, rh state suspended control 0x6c3 RWE RWC HCFS=suspend CBSR=3 cmdstatus 0x00000 SOC=0 intrstatus 0x00000004 SF intrenable 0x8000005a MIE RHSC UE RD WDH hcca frame 0x00ae fmintvl 0x27782edf FSMPS=0x2778 FI=0x2edf fmremaining 0x00000c5c FR=0x0c5c periodicstart 0x2a2f lsthresh 0x0628 hub poll timer off roothub.a 02000205 POTPGT=2 NPS NDP=5(5) roothub.b 00000000 PPCM=0000 DR=0000 roothub.status 00008000 DRWE roothub.portstatus [0] 0x00000100 PPS roothub.portstatus [1] 0x00000100 PPS roothub.portstatus [2] 0x00000100 PPS roothub.portstatus [3] 0x00000100 PPS roothub.portstatus [4] 0x00000100 PPS bus pci, device 0000:00:13.0 OHCI PCI host controller ohci_hcd OHCI 1.0, NO legacy support registers, rh state suspended control 0x6c3 RWE RWC HCFS=suspend CBSR=3 cmdstatus 0x00000 SOC=0 intrstatus 0x00000004 SF intrenable 0x8000005a MIE RHSC UE RD WDH hcca frame 0x00bb fmintvl 0xa7782edf FIT FSMPS=0xa778 FI=0x2edf fmremaining 0x800012ff FRT FR=0x12ff periodicstart 0x2a2f lsthresh 0x0628 hub poll timer off roothub.a 02000205 POTPGT=2 NPS NDP=5(5) roothub.b 00000000 PPCM=0000 DR=0000 roothub.status 00008000 DRWE roothub.portstatus [0] 0x00000100 PPS roothub.portstatus [1] 0x00000100 PPS roothub.portstatus [2] 0x00000100 PPS roothub.portstatus [3] 0x00000100 PPS roothub.portstatus [4] 0x00000100 PPS > > Alan Stern > Thanks Alan! I have worked around the shutdown issue that was preventing my SSD from gracefully shutdown and this USB issue seems to not affect me anyways. (details here btw: https://bugzilla.kernel.org/show_bug.cgi?id=151631 ) Thanks and sorry for the spam. But if I can do anything to help with testing patches or anything regarding usb issue(s) I'd be happy to. -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html