-
Notifications
You must be signed in to change notification settings - Fork 74
Description
Bug Description
The usb3 certification test fails b/c the xhci_hcd driver for usb3.1 isn’t being used.
This is on Ubuntu 24.04.3 LTS with the Nvidia kernel 6.14.0-1011-nvidia-64k.
The /dev/sda device used for testing is a Sandisk 3.2 Gen1 usb3.1 SuperSpeed thumb drive.
This server has 1 usable usb3.1 port.
The Cert Kit version is 6.0.0.dev90.
See the attached certification results for details.
Cert-blocker Test Case
- cert-blocker
To Reproduce
test-usb
Expected Result
The USB3 test should pass
Actual Result
The test fails "Disk does not use xhci_hcd."
Removable devices currently mounted:
None
Removable devices currently not mounted:
/dev/sda1
Found the following mounted usb partitions:
/dev/sda1 : /tmp/tmp_1mte_ub : 5000000000 bits/s
/dev/sda1 (Total Data Size / iteration: 255.9662 MB):
[Iteration 0] Average Speed: 52.0526
Summary:
Total Data Attempted: 255.9662 MB
Total Time to write: 4.9175 secs
Average Write Time: 4.9175 secs
Average Write Speed: 52.0526 MB/s
--------------------------------
Device Detected: SuperSpeed USB
Disk does not use xhci_hcd.
Environment
Ubuntu 24.04.3 LTS with the Nvidia kernel 6.14.0-1011-nvidia-64ks
6.0.0.dev90.
Relevant log output
Additional context
No response