Advertisement
codegazer

Linux Mint: "kernel: usb usb4-port1: Cannot enable."

Feb 25th, 2023 (edited)
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. # 2023_02_25 Issue with Linux Mint logfile filling with errors about:
  2. "kernel: usb usb4-port1: Cannot enable. Maybe the USB cable is bad?"
  3.  
  4. Running "journalctl -fa" in Linux Mint 21.1 MATE 64-bit with kernel 5.15.0-60-generic
  5. $ date
  6. Sat 25 Feb 14:36:47 GMT 2023
  7.  
  8. $ cat /etc/debian_version
  9. bookworm/sid
  10.  
  11. $ uname -r
  12. 5.15.0-60-generic
  13.  
  14. # Extract from "journalctl -fa":
  15.  
  16. Feb 25 15:22:23 minty kernel: usb usb4-port1: Cannot enable. Maybe the USB cable is bad?
  17. Feb 25 15:22:28 minty kernel: usb usb4-port1: Cannot enable. Maybe the USB cable is bad?
  18. Feb 25 15:22:32 minty kernel: usb usb4-port1: Cannot enable. Maybe the USB cable is bad?
  19.  
  20. # The text: "usb usb4-port1: Cannot enable. Maybe the USB cable is bad?" is displayed in red.
  21.  
  22. $ lsusb
  23. Bus 002 Device 002: ID 0438:7900 Advanced Micro Devices, Inc. Root Hub
  24. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  25. Bus 001 Device 005: ID 0bda:b728 Realtek Semiconductor Corp. RTL8723B Bluetooth
  26. Bus 001 Device 004: ID 05e3:0722 Genesys Logic, Inc. SD/MMC card reader
  27. Bus 001 Device 007: ID 062a:4106 MosArt Semiconductor Corp. Wireless Mouse 2.4G
  28. Bus 001 Device 006: ID 04b3:3003 IBM Corp. Rapid Access III Keyboard
  29. Bus 001 Device 003: ID 04b3:3004 IBM Corp. Media Access Pro Keyboard
  30. Bus 001 Device 002: ID 0438:7900 Advanced Micro Devices, Inc. Root Hub
  31. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  32. Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  33. Bus 003 Device 002: ID 0781:5583 SanDisk Corp. Ultra Fit
  34. Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  35.  
  36. # For "usb4-port1" the relevant entry usb usb4-port1: Cannot enable. Maybe the USB cable is bad?is:
  37.  
  38. Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  39.  
  40. Note: this "journalctl -fa" message does not appear if the same machine runs Mageia 9 (beta1) test release.
  41.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement