[Kernel-packages] [Bug 1795763] Re: xhci_hcd ERROR unknown event type 15

2019-09-17 Thread Felix Moreno
hapening to me with ubuntu 19.04, pci card 3.1 usb box 10 drives. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1795763 Title: xhci_hcd ERROR unknown event type 15 Status in linux

[Kernel-packages] [Bug 1795763] Re: xhci_hcd ERROR unknown event type 15

2018-10-27 Thread Benedikt Bär
I use: sudo echo "1" > /sys/bus/pci/devices/\:02\:00.0/remove To remove only the affected PCIe card (mine is a PCIe USB 3.1 controller card), and echo "1" > /sys/bus/pci/rescan To get it back online. Though it only gets it back temporarily until the event is fired again. -- You received

[Kernel-packages] [Bug 1795763] Re: xhci_hcd ERROR unknown event type 15

2018-10-26 Thread neeraj sharma
apport information ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed ** Tags added: kernel-bug-exists-upstream ** Description changed: i keep losing connection to USB hub plugged in via PCI express usb 3.0 card. dmesg shows the following error. [16205.365224] perf:

[Kernel-packages] [Bug 1795763] Re: xhci_hcd ERROR unknown event type 15

2018-10-26 Thread neeraj sharma
unbind and bind gets the usb enumeration back echo -n ":07:00.0" > /sys/bus/pci/drivers/xhci_hcd/unbind; echo -n ":08:00.0" > /sys/bus/pci/drivers/xhci_hcd/unbind; echo -n ":0b:00.0" > /sys/bus/pci/drivers/xhci_hcd/unbind; echo -n ":0c:00.0" > /sys/bus/pci/drivers/xhci_hcd/unbind;

[Kernel-packages] [Bug 1795763] Re: xhci_hcd ERROR unknown event type 15

2018-10-26 Thread neeraj sharma
kernel-bug-exists-upstream -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1795763 Title: xhci_hcd ERROR unknown event type 15 Status in linux package in Ubuntu: Confirmed Bug

[Kernel-packages] [Bug 1795763] Re: xhci_hcd ERROR unknown event type 15

2018-10-19 Thread Benedikt Bär
I'm also running into this problem: [ 775.468546] xhci_hcd :02:00.0: ERROR unknown event type 15 [ 780.582774] xhci_hcd :02:00.0: xHCI host not responding to stop endpoint command. [ 780.582807] xhci_hcd :02:00.0: xHCI host controller not responding, assume dead [ 780.582838]

[Kernel-packages] [Bug 1795763] Re: xhci_hcd ERROR unknown event type 15

2018-10-03 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel? Refer to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest v4.19 kernel[0]. If this bug is fixed in the mainline kernel, please add the following tag 'kernel-fixed-upstream'. If the mainline kernel does not

[Kernel-packages] [Bug 1795763] Re: xhci_hcd ERROR unknown event type 15

2018-10-02 Thread neeraj sharma
** Attachment added: "lspci-vnvn.log" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1795763/+attachment/5196222/+files/lspci-vnvn.log ** Tags added: apport-collected ** Description changed: i keep losing connection to USB hub plugged in via PCI express usb 3.0 card. dmesg shows