I am running Arch Linux but I am not sure if that is related to the issue. My Framework is an original model with the 11th gen Intel CPU.
The top right port (as seen when the laptop is open) is giving me problems. I have the USB-A expansion card in it. It seems to accept several USBs, but there is one that doesn’t work there, and only mounts in the bottom right port.
This is what I see in the kernel log:
[68677.239828] usb usb3-port1: Cannot enable. Maybe the USB cable is bad?
[68677.433094] usb 3-1: new high-speed USB device number 16 using xhci_hcd
[68679.439842] usb usb3-port1: Cannot enable. Maybe the USB cable is bad?
[68679.440057] usb usb3-port1: attempt power cycle
[68681.523327] usb usb3-port1: Cannot enable. Maybe the USB cable is bad?
[68683.943275] usb usb3-port1: Cannot enable. Maybe the USB cable is bad?
[68683.943410] usb usb3-port1: unable to enumerate USB device
and
[68460.390985] usb 3-1: new high-speed USB device number 9 using xhci_hcd
[68465.794629] usb 3-1: device descriptor read/64, error -110
[68481.371626] usb 3-1: device descriptor read/64, error -110
[68481.678189] usb 3-1: new high-speed USB device number 10 using xhci_hcd
[68486.918553] usb 3-1: device descriptor read/64, error -110
[68502.488781] usb 3-1: device descriptor read/64, error -110
[68502.595387] usb usb3-port1: attempt power cycle
[68502.718879] usb 3-9: reset full-speed USB device number 5 using xhci_hcd
[68503.258648] usb 3-1: new high-speed USB device number 11 using xhci_hcd
[68508.482037] usb 3-1: device descriptor read/8, error -110
[68524.055308] usb 3-1: device descriptor read/8, error -110
[68524.291759] usb 3-1: new high-speed USB device number 12 using xhci_hcd
[68529.388407] usb 3-1: device descriptor read/8, error -110
[68544.961835] usb 3-1: device descriptor read/8, error -110
[68545.068456] usb usb3-port1: unable to enumerate USB device
When the device successfully connects in the bottom right port, I get this info on it:
[68698.460358] usb 2-2: new SuperSpeed USB device number 2 using xhci_hcd
[68698.477755] usb 2-2: New USB device found, idVendor=0951, idProduct=1666, bcdDevice= 1.10
[68698.477760] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[68698.477761] usb 2-2: Product: DataTraveler 3.0
[68698.477763] usb 2-2: Manufacturer: Kingston
[68698.477763] usb 2-2: SerialNumber: F46D04658961E330996C004E
[68698.478654] usb-storage 2-2:1.0: USB Mass Storage device detected
[68698.478746] scsi host0: usb-storage 2-2:1.0
[68699.500571] scsi 0:0:0:0: Direct-Access Kingston DataTraveler 3.0 PMAP PQ: 0 ANSI: 6
[68699.500695] sd 0:0:0:0: Attached scsi generic sg0 type 0
[68699.594637] sd 0:0:0:0: [sda] 60604416 512-byte logical blocks: (31.0 GB/28.9 GiB)
[68699.595128] sd 0:0:0:0: [sda] Write Protect is off
[68699.595132] sd 0:0:0:0: [sda] Mode Sense: 45 00 00 00
[68699.595374] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[68699.598217] sda: sda1 sda2
[68699.598406] sd 0:0:0:0: [sda] Attached SCSI removable disk
Additionally, this is how lsusb
reports the drive:
Bus 002 Device 002: ID 0951:1666 Kingston Technology DataTraveler 100 G3/G4/SE9 G2/50 Kyson
Any ideas why this USB drive wouldn’t work in one of the ports?