by wobble » Sun May 11, 2025 11:05 am
FWIW, works again for me with linux-armv7-6.14.6-1-armv7h (can't say anything about aarch64!).
Comparing lsmod output of 6.13 and 6.14.6 I can't spot anything interesting, it's just that the usb-related modules are missing on 6.13 (like usbserial).
There is a difference in dmesg, this whole part is missing on 6.13:
[code]
musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 1
usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.14
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: MUSB HDRC host driver
usb usb1: Manufacturer: Linux 6.14.6-1-armv7-ARCH musb-hcd
usb usb1: SerialNumber: musb-hdrc.1.auto
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 1 port detected
axp20x-battery-power-supply axp20x-battery-power-supply: DMA mask not set
ehci-platform 1c14000.usb: EHCI Host Controller
ohci-platform 1c14400.usb: Generic Platform OHCI controller
ehci-platform 1c1c000.usb: EHCI Host Controller
ehci-platform 1c14000.usb: new USB bus registered, assigned bus number 2
ohci-platform 1c14400.usb: new USB bus registered, assigned bus number 3
ohci-platform 1c1c400.usb: Generic Platform OHCI controller
ehci-platform 1c1c000.usb: new USB bus registered, assigned bus number 4
ohci-platform 1c1c400.usb: new USB bus registered, assigned bus number 5
ohci-platform 1c14400.usb: irq 130, io mem 0x01c14400
ohci-platform 1c1c400.usb: irq 132, io mem 0x01c1c400
ehci-platform 1c14000.usb: irq 129, io mem 0x01c14000
ehci-platform 1c1c000.usb: irq 131, io mem 0x01c1c000
ehci-platform 1c14000.usb: USB 2.0 started, EHCI 1.00
ehci-platform 1c1c000.usb: USB 2.0 started, EHCI 1.00
usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.14
usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb2: Product: EHCI Host Controller
usb usb2: Manufacturer: Linux 6.14.6-1-armv7-ARCH ehci_hcd
usb usb2: SerialNumber: 1c14000.usb
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 1 port detected
usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.14
usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb4: Product: EHCI Host Controller
usb usb4: Manufacturer: Linux 6.14.6-1-armv7-ARCH ehci_hcd
usb usb4: SerialNumber: 1c1c000.usb
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 1 port detected
usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.14
usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb3: Product: Generic Platform OHCI controller
usb usb3: Manufacturer: Linux 6.14.6-1-armv7-ARCH ohci_hcd
usb usb3: SerialNumber: 1c14400.usb
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 1 port detected
usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.14
usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb5: Product: Generic Platform OHCI controller
usb usb5: Manufacturer: Linux 6.14.6-1-armv7-ARCH ohci_hcd
usb usb5: SerialNumber: 1c1c400.usb
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 1 port detected
[/code]