Bug 197159
Summary: | Xhci host controller not responding starting kernel 4.13 | ||
---|---|---|---|
Product: | Drivers | Reporter: | Niklas (niklas) |
Component: | PCI | Assignee: | drivers_pci (drivers_pci) |
Status: | NEW --- | ||
Severity: | blocking | CC: | bjorn, russianneuromancer, zigurana |
Priority: | P1 | ||
Hardware: | Intel | ||
OS: | Linux | ||
Kernel Version: | 4.13 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Attachments: |
output of dmesg
output of lspci -vv |
Description
Niklas
2017-10-08 13:28:13 UTC
Do you use tlp? Thanks for resurrecting this issue. I totally dropped the ball on it. (In reply to RussianNeuroMancer from comment #1) > Do you use tlp? What is tlp? Oh, maybe it's this: http://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html ? > Oh, maybe it's this:
> http://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html ?
Yes. Also could be "powertop --auto-tune".
Created attachment 274641 [details]
output of dmesg
Created attachment 274643 [details]
output of lspci -vv
Bug reporter here. Sorry for being unresponsive in this thread. I didn't notice your responses until now, as I was expecting them at bugzilla.kernel.org and not in my emails - this is my first bugreport here ever. Now I found some older responses there as well. I am no longer having any issues with LVM passwords while expresscard is plugged in, that disappeared a few weeks after the bug was reported. When card is plugged in now, my machine starts as normal, except for the error messages, but it stops every other seconds, assumably trying to connect to the expresscard. This makes the machine very sluggish. Same behaviour can be achieved if I try to hotplug the expresscard, also, doing this generates nothing additional in dmesg, nor when I plug it out again. Also found a thread about fixing expresscard hotplugging: https://technomagus.wordpress.com/linux/installation-configuration/ubuntu-natty-and-pci-expresscard-hot-plug-issue/ But this requires acpiphp, which according to this has been deprecated: https://bugs.archlinux.org/task/36463 I've added my output of dmesg and lspci --vv to this report now. I honestly don't know how to test fe190ed0d602 or d9f11ba9f107, or even what this is, are those kernel builds of some sort? How would I go about testing those / where can I find them? Are there any other changes that has been made in 4.13, isn't it possible to perform a diff and see what's changed? I am using tlp, but problem remains when disabling it. Not using powertop. grep xhci of dmesg are: [ 26.101696] xhci_hcd 0000:05:00.0: Resetting [ 27.561391] xhci_hcd 0000:05:00.0: xHCI Host Controller [ 27.561401] xhci_hcd 0000:05:00.0: new USB bus registered, assigned bus number 3 [ 27.566757] xhci_hcd 0000:05:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x00000090 [ 27.567186] usb usb3: Manufacturer: Linux 4.15.7-1-ARCH xhci-hcd [ 27.567555] xhci_hcd 0000:05:00.0: xHCI Host Controller [ 27.567560] xhci_hcd 0000:05:00.0: new USB bus registered, assigned bus number 4 [ 27.570278] usb usb4: Manufacturer: Linux 4.15.7-1-ARCH xhci-hcd [ 28.057677] xhci_hcd 0000:05:00.0: xHCI host controller not responding, assume dead [ 28.057732] xhci_hcd 0000:05:00.0: HC died; cleaning up [ 28.057849] xhci_hcd 0000:05:00.0: remove, state 1 [ 28.065288] xhci_hcd 0000:05:00.0: USB bus 4 deregistered [ 28.065296] xhci_hcd 0000:05:00.0: remove, state 1 [ 28.065672] xhci_hcd 0000:05:00.0: Host halt failed, -19 [ 28.065682] xhci_hcd 0000:05:00.0: Host not accessible, reset failed. [ 28.066188] xhci_hcd 0000:05:00.0: USB bus 3 deregistered > I am using tlp, but problem remains when disabling it. Not using powertop. So your issue is different from mine, which is what I wanted to know. About the rest: as I understand your issue is related to USB which is should be reported to usb subsystem mail-list, according to this: https://bugzilla.kernel.org/show_bug.cgi?id=196925#c2 After sending e-mail check if it's appear here: https://www.spinics.net/lists/linux-usb/ |