* [Bug 220181] Users across distributions see “config failed, hub doesn’t have any ports! (err -19)” from xhci_hcd at boot.
2025-06-01 12:52 [Bug 220181] New: Users across distributions see “config failed, hub doesn’t have any ports! (err -19)” from xhci_hcd at boot bugzilla-daemon
@ 2025-06-02 7:30 ` bugzilla-daemon
2025-06-02 10:59 ` bugzilla-daemon
` (19 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: bugzilla-daemon @ 2025-06-02 7:30 UTC (permalink / raw)
To: linux-usb
https://bugzilla.kernel.org/show_bug.cgi?id=220181
Michał Pecio (michal.pecio@gmail.com) changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |michal.pecio@gmail.com
--- Comment #1 from Michał Pecio (michal.pecio@gmail.com) ---
I recall seeing a thread about it on ArchLinux forum. Posted logs indicated
that the xHCI chips in those cases only exposed USB 2.0 ports and hence the USB
3.x bus registered by xhci_hcd has no ports and USB core freaks out.
Such controllers are legal and supported, perhaps the driver could be patched
not to bother registering 3.x buses for them.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 22+ messages in thread* [Bug 220181] Users across distributions see “config failed, hub doesn’t have any ports! (err -19)” from xhci_hcd at boot.
2025-06-01 12:52 [Bug 220181] New: Users across distributions see “config failed, hub doesn’t have any ports! (err -19)” from xhci_hcd at boot bugzilla-daemon
2025-06-02 7:30 ` [Bug 220181] " bugzilla-daemon
@ 2025-06-02 10:59 ` bugzilla-daemon
2025-06-02 11:10 ` bugzilla-daemon
` (18 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: bugzilla-daemon @ 2025-06-02 10:59 UTC (permalink / raw)
To: linux-usb
https://bugzilla.kernel.org/show_bug.cgi?id=220181
Mathias Nyman (mathias.nyman@linux.intel.com) changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mathias.nyman@linux.intel.c
| |om
--- Comment #2 from Mathias Nyman (mathias.nyman@linux.intel.com) ---
xhci "core" driver support hosts with only usb2 ports, (0 ports on usb3
roothub).
It's just missing some minor pieces for PCI xHC hosts in xhci-pci.c
Patform and MediaTek xHC have the support ready, as can be seen by the
"xhci->allow_single_roothub = 1" setting in xhci-plat.c and xhci-mtk.c
Or does this xHC host have 0 ports on usb2 roothub as well?
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 22+ messages in thread* [Bug 220181] Users across distributions see “config failed, hub doesn’t have any ports! (err -19)” from xhci_hcd at boot.
2025-06-01 12:52 [Bug 220181] New: Users across distributions see “config failed, hub doesn’t have any ports! (err -19)” from xhci_hcd at boot bugzilla-daemon
2025-06-02 7:30 ` [Bug 220181] " bugzilla-daemon
2025-06-02 10:59 ` bugzilla-daemon
@ 2025-06-02 11:10 ` bugzilla-daemon
2025-06-02 11:54 ` bugzilla-daemon
` (17 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: bugzilla-daemon @ 2025-06-02 11:10 UTC (permalink / raw)
To: linux-usb
https://bugzilla.kernel.org/show_bug.cgi?id=220181
--- Comment #3 from Mr. Beedell, Roke Julian Lockhart (RJLB) (6svcyk03@rokejulianlockhart.addy.io) ---
(In reply to Mathias Nyman from comment #2)
> Or does this xHC host have 0 ports on usb2 roothub as well?
I dare say that I'm operating at the boundaries of my lay man's knowledge as it
is. How do you suggest that I ascertain this?
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 22+ messages in thread* [Bug 220181] Users across distributions see “config failed, hub doesn’t have any ports! (err -19)” from xhci_hcd at boot.
2025-06-01 12:52 [Bug 220181] New: Users across distributions see “config failed, hub doesn’t have any ports! (err -19)” from xhci_hcd at boot bugzilla-daemon
` (2 preceding siblings ...)
2025-06-02 11:10 ` bugzilla-daemon
@ 2025-06-02 11:54 ` bugzilla-daemon
2025-06-02 12:25 ` bugzilla-daemon
` (16 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: bugzilla-daemon @ 2025-06-02 11:54 UTC (permalink / raw)
To: linux-usb
https://bugzilla.kernel.org/show_bug.cgi?id=220181
--- Comment #4 from Mathias Nyman (mathias.nyman@linux.intel.com) ---
(In reply to Mr. Beedell, Roke Julian Lockhart (RJLB) from comment #3)
> (In reply to Mathias Nyman from comment #2)
>
> > Or does this xHC host have 0 ports on usb2 roothub as well?
>
> I dare say that I'm operating at the boundaries of my lay man's knowledge as
> it is. How do you suggest that I ascertain this?
Probably best to take a closer at the xHC port information of this host
The reg-ext-protocol:00 and reg-ext-protocol:01 files in debugfs should show
all info about the ports the host provides:
Example, this machine has only one xHC at PCI address 0000:00:14.0:
cat /sys/kernel/debug/usb/xhci/0000:00:14.0/reg-ext-protocol*
EXTCAP_REVISION = 0x02000802
EXTCAP_NAME = 0x20425355
EXTCAP_PORTINFO = 0x30010e01
EXTCAP_PORTTYPE = 0x00000000
EXTCAP_MANTISSA1 = 0x000c0021
EXTCAP_MANTISSA2 = 0x05dc0012
EXTCAP_MANTISSA3 = 0x01e00023
EXTCAP_REVISION = 0x03000802
EXTCAP_NAME = 0x20425355
EXTCAP_PORTINFO = 0x10000610
EXTCAP_PORTTYPE = 0x00000000
EXTCAP_MANTISSA1 = 0x00050134
Above shows:
EXTCAP_REVISION tells if ports are USB3 or USB2,
EXTCAP_PORTNINFO = 0x****AA**, where AA tells us how many ports
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 22+ messages in thread* [Bug 220181] Users across distributions see “config failed, hub doesn’t have any ports! (err -19)” from xhci_hcd at boot.
2025-06-01 12:52 [Bug 220181] New: Users across distributions see “config failed, hub doesn’t have any ports! (err -19)” from xhci_hcd at boot bugzilla-daemon
` (3 preceding siblings ...)
2025-06-02 11:54 ` bugzilla-daemon
@ 2025-06-02 12:25 ` bugzilla-daemon
2025-06-02 13:24 ` bugzilla-daemon
` (15 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: bugzilla-daemon @ 2025-06-02 12:25 UTC (permalink / raw)
To: linux-usb
https://bugzilla.kernel.org/show_bug.cgi?id=220181
Mr. Beedell, Roke Julian Lockhart (RJLB) (6svcyk03@rokejulianlockhart.addy.io) changed:
What |Removed |Added
----------------------------------------------------------------------------
Kernel Version| |https://koji.fedoraproject.
| |org/koji/rpminfo?rpmID=4290
| |0892
--- Comment #5 from Mr. Beedell, Roke Julian Lockhart (RJLB) (6svcyk03@rokejulianlockhart.addy.io) ---
"`sudo ls /sys/kernel/debug/usb/xhci/`" returns "`0000:5a:00.0`":
```
0000:08:00.0 0000:54:00.0 0000:56:00.0 0000:59:00.3 0000:59:00.4
0000:5a:00.0
```
...so I tried the problematic port (and a random alternative):
```
#!/usr/bin/env sh
sudo cat /sys/kernel/debug/usb/xhci/0000:08:00.0/reg-ext-protocol:00
sudo cat /sys/kernel/debug/usb/xhci/0000:08:00.0/reg-ext-protocol:01
```
For the problematic port, solely the first command returns:
```
EXTCAP_REVISION = 0x02000402
EXTCAP_NAME = 0x20425355
EXTCAP_PORTINFO = 0x00180101
EXTCAP_PORTTYPE = 0x00000000
```
For the second command, the file supposedly doesn't exist:
> cat: '/sys/kernel/debug/usb/xhci/0000:5a:00.0/reg-ext-protocol:01': No such file or directory
This somewhat perplexes me, considering that the random alternative at "`sudo
cat /sys/kernel/debug/usb/xhci/0000:08:00.0/reg-ext-protocol:01`" quite happily
works:
```
EXTCAP_REVISION = 0x03101402
EXTCAP_NAME = 0x20425355
EXTCAP_PORTINFO = 0x80000203
EXTCAP_PORTTYPE = 0x00000000
EXTCAP_MANTISSA1 = 0x00050134
EXTCAP_MANTISSA2 = 0x000a4135
EXTCAP_MANTISSA3 = 0x04e00126
EXTCAP_MANTISSA4 = 0x09c00127
EXTCAP_MANTISSA5 = 0x13800128
EXTCAP_MANTISSA6 = 0x05b10129
```
At least, this appears to demonstrate that one port exists, although apologies
if I've misunderstood. For reference, I'm using
`kernel-6.14.9-300.fc42.x86_64`.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 22+ messages in thread* [Bug 220181] Users across distributions see “config failed, hub doesn’t have any ports! (err -19)” from xhci_hcd at boot.
2025-06-01 12:52 [Bug 220181] New: Users across distributions see “config failed, hub doesn’t have any ports! (err -19)” from xhci_hcd at boot bugzilla-daemon
` (4 preceding siblings ...)
2025-06-02 12:25 ` bugzilla-daemon
@ 2025-06-02 13:24 ` bugzilla-daemon
2025-06-04 13:14 ` bugzilla-daemon
` (14 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: bugzilla-daemon @ 2025-06-02 13:24 UTC (permalink / raw)
To: linux-usb
https://bugzilla.kernel.org/show_bug.cgi?id=220181
--- Comment #6 from Mathias Nyman (mathias.nyman@linux.intel.com) ---
This means the xHC controller only has one entry for "supported protocol
capability", which lists just one USB2 port.
There is no entry at all for USB3 ports
The xhci driver needs some minor changes in xhci-pci.c code to make this work
properly.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 22+ messages in thread* [Bug 220181] Users across distributions see “config failed, hub doesn’t have any ports! (err -19)” from xhci_hcd at boot.
2025-06-01 12:52 [Bug 220181] New: Users across distributions see “config failed, hub doesn’t have any ports! (err -19)” from xhci_hcd at boot bugzilla-daemon
` (5 preceding siblings ...)
2025-06-02 13:24 ` bugzilla-daemon
@ 2025-06-04 13:14 ` bugzilla-daemon
2025-06-14 19:57 ` bugzilla-daemon
` (13 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: bugzilla-daemon @ 2025-06-04 13:14 UTC (permalink / raw)
To: linux-usb
https://bugzilla.kernel.org/show_bug.cgi?id=220181
niklas.neronin@gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |niklas.neronin@gmail.com
--- Comment #7 from niklas.neronin@gmail.com ---
Created attachment 308204
--> https://bugzilla.kernel.org/attachment.cgi?id=308204&action=edit
Proposed patch to add support for zero USB3 port systems
I don't have a system with zero USB3 ports to fully test this patch.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 22+ messages in thread* [Bug 220181] Users across distributions see “config failed, hub doesn’t have any ports! (err -19)” from xhci_hcd at boot.
2025-06-01 12:52 [Bug 220181] New: Users across distributions see “config failed, hub doesn’t have any ports! (err -19)” from xhci_hcd at boot bugzilla-daemon
` (6 preceding siblings ...)
2025-06-04 13:14 ` bugzilla-daemon
@ 2025-06-14 19:57 ` bugzilla-daemon
2025-07-02 12:25 ` bugzilla-daemon
` (12 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: bugzilla-daemon @ 2025-06-14 19:57 UTC (permalink / raw)
To: linux-usb
https://bugzilla.kernel.org/show_bug.cgi?id=220181
George N. White III (gnw3@acm.org) changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gnw3@acm.org
--- Comment #8 from George N. White III (gnw3@acm.org) ---
A Fedora user with a system with USB4 ports is seeing
`fedora kernel: hub 6-0:1.0: config failed, hub doesn't have any ports! (err
-19)`.
I wonder if the "the zero USB3 ports" issue is at fault.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 22+ messages in thread* [Bug 220181] Users across distributions see “config failed, hub doesn’t have any ports! (err -19)” from xhci_hcd at boot.
2025-06-01 12:52 [Bug 220181] New: Users across distributions see “config failed, hub doesn’t have any ports! (err -19)” from xhci_hcd at boot bugzilla-daemon
` (7 preceding siblings ...)
2025-06-14 19:57 ` bugzilla-daemon
@ 2025-07-02 12:25 ` bugzilla-daemon
2025-07-02 13:32 ` bugzilla-daemon
` (11 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: bugzilla-daemon @ 2025-07-02 12:25 UTC (permalink / raw)
To: linux-usb
https://bugzilla.kernel.org/show_bug.cgi?id=220181
Nick Nielsen (nick.kainielsen@free.fr) changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nick.kainielsen@free.fr
--- Comment #9 from Nick Nielsen (nick.kainielsen@free.fr) ---
I'm in Tumbleweed - or I would be
-
-
My error message reads
"[1.361031][T442] hub 6-0:1.3 : config failed hub doesn't have any ports (error
-19)" - there's a difference of numbering of the hub.
-
-
My set up : an AMD Ryzen 5 8600G processor mounted on an ASRock A620M Pro RS
mother board which uses the AMD A620 chipset.
-
-
Willing to help/test bearing in mind my skills are very limited... which is why
I can't format this text
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 22+ messages in thread* [Bug 220181] Users across distributions see “config failed, hub doesn’t have any ports! (err -19)” from xhci_hcd at boot.
2025-06-01 12:52 [Bug 220181] New: Users across distributions see “config failed, hub doesn’t have any ports! (err -19)” from xhci_hcd at boot bugzilla-daemon
` (8 preceding siblings ...)
2025-07-02 12:25 ` bugzilla-daemon
@ 2025-07-02 13:32 ` bugzilla-daemon
2025-07-08 9:13 ` bugzilla-daemon
` (10 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: bugzilla-daemon @ 2025-07-02 13:32 UTC (permalink / raw)
To: linux-usb
https://bugzilla.kernel.org/show_bug.cgi?id=220181
--- Comment #10 from Mr. Beedell, Roke Julian Lockhart (RJLB) (6svcyk03@rokejulianlockhart.addy.io) ---
> I can't format this text
It's merely CommonMark. You can read the standard online, at
https://github.com/commonmark/commonmark-spec/blob/90c06837975098002cc89d3da1be30529919a8a2/spec.txt#L1934-L2356.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 22+ messages in thread* [Bug 220181] Users across distributions see “config failed, hub doesn’t have any ports! (err -19)” from xhci_hcd at boot.
2025-06-01 12:52 [Bug 220181] New: Users across distributions see “config failed, hub doesn’t have any ports! (err -19)” from xhci_hcd at boot bugzilla-daemon
` (9 preceding siblings ...)
2025-07-02 13:32 ` bugzilla-daemon
@ 2025-07-08 9:13 ` bugzilla-daemon
2025-07-08 9:34 ` bugzilla-daemon
` (9 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: bugzilla-daemon @ 2025-07-08 9:13 UTC (permalink / raw)
To: linux-usb
https://bugzilla.kernel.org/show_bug.cgi?id=220181
--- Comment #11 from Nick Nielsen (nick.kainielsen@free.fr) ---
The patch seems to work.
A member of the openSuse community prepared a KMP (kernel module package) for
me containing @Niklas Neronin 's patch and I no longer get the error message.
Also, looking at journalctl, the USB ports are enumerated and described as USB3
or 2 where appropriate.
It's not the end of my worries - boot hangs again afterwards, whether this is
kernel related is yet to ascertain.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 22+ messages in thread* [Bug 220181] Users across distributions see “config failed, hub doesn’t have any ports! (err -19)” from xhci_hcd at boot.
2025-06-01 12:52 [Bug 220181] New: Users across distributions see “config failed, hub doesn’t have any ports! (err -19)” from xhci_hcd at boot bugzilla-daemon
` (10 preceding siblings ...)
2025-07-08 9:13 ` bugzilla-daemon
@ 2025-07-08 9:34 ` bugzilla-daemon
2025-07-14 8:31 ` bugzilla-daemon
` (8 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: bugzilla-daemon @ 2025-07-08 9:34 UTC (permalink / raw)
To: linux-usb
https://bugzilla.kernel.org/show_bug.cgi?id=220181
--- Comment #12 from niklas.neronin@gmail.com ---
(In reply to Nick Nielsen from comment #11)
> The patch seems to work.
>
> A member of the openSuse community prepared a KMP (kernel module package)
> for me containing @Niklas Neronin 's patch and I no longer get the error
> message.
>
> Also, looking at journalctl, the USB ports are enumerated and described as
> USB3 or 2 where appropriate.
>
> It's not the end of my worries - boot hangs again afterwards, whether this
> is kernel related is yet to ascertain.
Thank you for testing my patch.
If you suspect that the boot hanging issue is related to my patch or the xhci
driver, please send over any logs you have, and I'll try to fix it.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 22+ messages in thread* [Bug 220181] Users across distributions see “config failed, hub doesn’t have any ports! (err -19)” from xhci_hcd at boot.
2025-06-01 12:52 [Bug 220181] New: Users across distributions see “config failed, hub doesn’t have any ports! (err -19)” from xhci_hcd at boot bugzilla-daemon
` (11 preceding siblings ...)
2025-07-08 9:34 ` bugzilla-daemon
@ 2025-07-14 8:31 ` bugzilla-daemon
2025-08-22 16:19 ` bugzilla-daemon
` (7 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: bugzilla-daemon @ 2025-07-14 8:31 UTC (permalink / raw)
To: linux-usb
https://bugzilla.kernel.org/show_bug.cgi?id=220181
Artem S. Tashkinov (aros@gmx.com) changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |CODE_FIX
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 22+ messages in thread* [Bug 220181] Users across distributions see “config failed, hub doesn’t have any ports! (err -19)” from xhci_hcd at boot.
2025-06-01 12:52 [Bug 220181] New: Users across distributions see “config failed, hub doesn’t have any ports! (err -19)” from xhci_hcd at boot bugzilla-daemon
` (12 preceding siblings ...)
2025-07-14 8:31 ` bugzilla-daemon
@ 2025-08-22 16:19 ` bugzilla-daemon
2025-08-24 23:19 ` bugzilla-daemon
` (6 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: bugzilla-daemon @ 2025-08-22 16:19 UTC (permalink / raw)
To: linux-usb
https://bugzilla.kernel.org/show_bug.cgi?id=220181
grm1@mailbox.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |grm1@mailbox.org
--- Comment #13 from grm1@mailbox.org ---
I found this bug report here through
https://bbs.archlinux.org/viewtopic.php?id=302115&p=2 after lookup my journald
error "archlinux kernel: hub 6-0:1.0: config failed, hub doesn't have any
ports! (err -19)"
I tested the patch
0001-usb-xhci-pci-add-support-for-hosts-with-zero-usb3-po.patch 2025-06-04
13:14 UTC, Niklas Neronin.
Running archlinux with custom linux 6.16.2-arch1 PKGBUILD to just add the
patch.
The message disappear and i don't notice any crash.
System is "ASRock B650M PG Lightning/B650M PG Lightning, BIOS 3.30 06/16/2025."
Thank you Niklas Neronin.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 22+ messages in thread* [Bug 220181] Users across distributions see “config failed, hub doesn’t have any ports! (err -19)” from xhci_hcd at boot.
2025-06-01 12:52 [Bug 220181] New: Users across distributions see “config failed, hub doesn’t have any ports! (err -19)” from xhci_hcd at boot bugzilla-daemon
` (13 preceding siblings ...)
2025-08-22 16:19 ` bugzilla-daemon
@ 2025-08-24 23:19 ` bugzilla-daemon
2025-08-25 9:39 ` bugzilla-daemon
` (5 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: bugzilla-daemon @ 2025-08-24 23:19 UTC (permalink / raw)
To: linux-usb
https://bugzilla.kernel.org/show_bug.cgi?id=220181
Dana Goyette (danagoyette@gmail.com) changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |danagoyette@gmail.com
--- Comment #14 from Dana Goyette (danagoyette@gmail.com) ---
I filed a bug a while ago on the Ubuntu bug tracker with information about the
device from a few utilities on Windows, on an X870E Taichi.
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2097466
I should test out the patch sometime this week. What kernel version is the
patch for?
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 22+ messages in thread* [Bug 220181] Users across distributions see “config failed, hub doesn’t have any ports! (err -19)” from xhci_hcd at boot.
2025-06-01 12:52 [Bug 220181] New: Users across distributions see “config failed, hub doesn’t have any ports! (err -19)” from xhci_hcd at boot bugzilla-daemon
` (14 preceding siblings ...)
2025-08-24 23:19 ` bugzilla-daemon
@ 2025-08-25 9:39 ` bugzilla-daemon
2025-08-27 7:32 ` bugzilla-daemon
` (4 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: bugzilla-daemon @ 2025-08-25 9:39 UTC (permalink / raw)
To: linux-usb
https://bugzilla.kernel.org/show_bug.cgi?id=220181
--- Comment #15 from Niklas Neronin (niklas.neronin@gmail.com) ---
I believe it was built for kernel version 6.15.
But I tested and it cleanly applies to 6.16.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 22+ messages in thread* [Bug 220181] Users across distributions see “config failed, hub doesn’t have any ports! (err -19)” from xhci_hcd at boot.
2025-06-01 12:52 [Bug 220181] New: Users across distributions see “config failed, hub doesn’t have any ports! (err -19)” from xhci_hcd at boot bugzilla-daemon
` (15 preceding siblings ...)
2025-08-25 9:39 ` bugzilla-daemon
@ 2025-08-27 7:32 ` bugzilla-daemon
2025-09-24 12:06 ` bugzilla-daemon
` (3 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: bugzilla-daemon @ 2025-08-27 7:32 UTC (permalink / raw)
To: linux-usb
https://bugzilla.kernel.org/show_bug.cgi?id=220181
Anthony (manya3084@gmail.com) changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |manya3084@gmail.com
--- Comment #16 from Anthony (manya3084@gmail.com) ---
I applied the patch and issues i was having with my internal USB 2 header on my
MSI MEG x870e seem to be cleared up.
Previously i couldn't get access to my internal USB 2 header, which has a LED
segment display connected.
The patch applied cleanly to 6.17RC2.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 22+ messages in thread* [Bug 220181] Users across distributions see “config failed, hub doesn’t have any ports! (err -19)” from xhci_hcd at boot.
2025-06-01 12:52 [Bug 220181] New: Users across distributions see “config failed, hub doesn’t have any ports! (err -19)” from xhci_hcd at boot bugzilla-daemon
` (16 preceding siblings ...)
2025-08-27 7:32 ` bugzilla-daemon
@ 2025-09-24 12:06 ` bugzilla-daemon
2025-09-24 12:19 ` bugzilla-daemon
` (2 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: bugzilla-daemon @ 2025-09-24 12:06 UTC (permalink / raw)
To: linux-usb
https://bugzilla.kernel.org/show_bug.cgi?id=220181
Simorgh P. (ali@pourdanandeh.com) changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ali@pourdanandeh.com
--- Comment #17 from Simorgh P. (ali@pourdanandeh.com) ---
Hi all.
My first time posting on kernel.org
I am on openSUSE Slowroll with 6.16.7-1.0.8.sr20250901-default kernel.
I used to be on openSUSE Leap since 2016, but could not get it to run on my new
machine, hence moving on to Slowroll. I am not tech savvy as most of you
though.
Machine:
AMD Ryzen 7 7800X3D (16) @ 5.05 GHz
AMD Radeon RX 9070/9070 XT/9070 driver: amdgpu v: kernel
ASUSTeK TUF GAMING B650-PLUS WIFI v: 3281 (latest Bios firmware)
Upon boot I get:
hub 8-0:1.0: config failed, hub doesn't have any ports! (err -19)
The USB port 8 is
readlink /sys/bus/usb/devices/usb8
../../../devices/pci0000:00/0000:00:08.3/0000:0f:00.0/usb8
And it is only USB 2.0
lspci -s 0f:00.0
0f:00.0 USB controller: Advanced Micro Devices, Inc. [AMD] Raphael/Granite
Ridge USB 2.0 xHCI
sudo cat /sys/kernel/debug/usb/xhci/0000:0f:00.0/reg-ext-protocol:00
EXTCAP_REVISION = 0x02000402
EXTCAP_NAME = 0x20425355
EXTCAP_PORTINFO = 0x00180101
EXTCAP_PORTTYPE = 0x00000000
There are two reasons I am posting here:
1. To (maybe) contribute another case that faces the same error.
2. How to go about and do something about it without breaking anything.
Do I apply the patch on my current kernel?
Would appreciate your guidance.
Regards.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 22+ messages in thread* [Bug 220181] Users across distributions see “config failed, hub doesn’t have any ports! (err -19)” from xhci_hcd at boot.
2025-06-01 12:52 [Bug 220181] New: Users across distributions see “config failed, hub doesn’t have any ports! (err -19)” from xhci_hcd at boot bugzilla-daemon
` (17 preceding siblings ...)
2025-09-24 12:06 ` bugzilla-daemon
@ 2025-09-24 12:19 ` bugzilla-daemon
2025-09-24 13:07 ` bugzilla-daemon
2025-09-24 13:37 ` bugzilla-daemon
20 siblings, 0 replies; 22+ messages in thread
From: bugzilla-daemon @ 2025-09-24 12:19 UTC (permalink / raw)
To: linux-usb
https://bugzilla.kernel.org/show_bug.cgi?id=220181
--- Comment #18 from Mr. Beedell, Roke Julian Lockhart (RJLB) (6svcyk03@rokejulianlockhart.addy.io) ---
(In reply to Simorgh P. from comment #17)
*Might* be better, if you presume you'll need somewhat in-depth discussion
(which would be reasonable), to post at https://forums.opensuse.org/new-topic,
instead, or in addition to this, citing your comment here. (You can tag
@RokeJulianLockhart if desired.)
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 22+ messages in thread* [Bug 220181] Users across distributions see “config failed, hub doesn’t have any ports! (err -19)” from xhci_hcd at boot.
2025-06-01 12:52 [Bug 220181] New: Users across distributions see “config failed, hub doesn’t have any ports! (err -19)” from xhci_hcd at boot bugzilla-daemon
` (18 preceding siblings ...)
2025-09-24 12:19 ` bugzilla-daemon
@ 2025-09-24 13:07 ` bugzilla-daemon
2025-09-24 13:37 ` bugzilla-daemon
20 siblings, 0 replies; 22+ messages in thread
From: bugzilla-daemon @ 2025-09-24 13:07 UTC (permalink / raw)
To: linux-usb
https://bugzilla.kernel.org/show_bug.cgi?id=220181
--- Comment #19 from Simorgh P. (ali@pourdanandeh.com) ---
(In reply to Mr. Beedell, Roke Julian Lockhart (RJLB) from comment #18)
Thank you for your reply.
I was originally going to post on openSUSE forum but after seeing this post:
https://forums.opensuse.org/t/config-failed-hub-doesnt-have-any-ports-error-19/186156
and the moderator's answer I thought to post it on kernel.org instead.
I will post on openSUSE forum as well.
Thank you.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 22+ messages in thread* [Bug 220181] Users across distributions see “config failed, hub doesn’t have any ports! (err -19)” from xhci_hcd at boot.
2025-06-01 12:52 [Bug 220181] New: Users across distributions see “config failed, hub doesn’t have any ports! (err -19)” from xhci_hcd at boot bugzilla-daemon
` (19 preceding siblings ...)
2025-09-24 13:07 ` bugzilla-daemon
@ 2025-09-24 13:37 ` bugzilla-daemon
20 siblings, 0 replies; 22+ messages in thread
From: bugzilla-daemon @ 2025-09-24 13:37 UTC (permalink / raw)
To: linux-usb
https://bugzilla.kernel.org/show_bug.cgi?id=220181
--- Comment #20 from Mathias Nyman (mathias.nyman@linux.intel.com) ---
The patch supporting PCI xHCI controllers with no USB3 ports is now in usb-next
branch, and should be part of 6.18-rc1 kernel.
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/commit/?h=usb-next&id=719de070f764e079cdcb4ddeeb5b19b3ddddf9c1
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 22+ messages in thread