Hi all!
I'm having troubles connecting a USB drive (1 TB Toshiba DTB310) to Asus RT-AX53U router running OpenWrt 22.03.3.
This USB drive is formatted with ext4. I used it previously with ASUS RT-N56U router running Padavan's firmware. When I connect it to RT-N56U - it's recognised absolutely fine, I can mount it and read it's contents via ssh shell.
But when I connect the drive to RT-AX53U, i hear the repetitive sounds of, what I would call, "reading attempts" and the light on the disk flashes in sync with those sounds. The router cannot recognise the disk(
Here's some of my system info:
root@OpenWrt:~# ubus call system board
{
"kernel": "5.10.161",
"hostname": "OpenWrt",
"system": "MediaTek MT7621 ver:1 eco:3",
"model": "ASUS RT-AX53U",
"board_name": "asus,rt-ax53u",
"rootfs_type": "squashfs",
"release": {
"distribution": "OpenWrt",
"version": "22.03.3",
"revision": "r20028-43d71ad93e",
"target": "ramips/mt7621",
"description": "OpenWrt 22.03.3 r20028-43d71ad93e"
}
}
Here are the "usb" packages I have installed:
root@OpenWrt:~# opkg list-installed | grep usb
kmod-usb-core - 5.10.161-1
kmod-usb-ehci - 5.10.161-1
kmod-usb-storage - 5.10.161-1
kmod-usb-storage-uas - 5.10.161-1
kmod-usb-xhci-hcd - 5.10.161-1
kmod-usb-xhci-mtk - 5.10.161-1
kmod-usb2 - 5.10.161-1
libusb-1.0-0 - 1.0.24-5
usbutils - 014-1
I have kmod-fs-ext4 - 5.10.161-1 installed too.
Here's "usb" grep of the dmesg command:
root@OpenWrt:~# dmesg | grep usb
[ 6.161204] usbcore: registered new interface driver usbfs
[ 6.166826] usbcore: registered new interface driver hub
[ 6.172326] usbcore: registered new device driver usb
[ 6.195509] xhci-mtk 1e1c0000.xhci: supply vusb33 not found, using dummy regulator
[ 6.273506] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 15.165995] usbcore: registered new interface driver usb-storage
[ 21.205481] usbcore: registered new interface driver uas
[ 138.668995] usb 1-2: new high-speed USB device number 2 using xhci-mtk
[ 138.853381] usb-storage 1-2:1.0: USB Mass Storage device detected
[ 138.861061] scsi host0: usb-storage 1-2:1.0
[ 140.907365] usb 1-2: USB disconnect, device number 2
[ 142.098988] usb 1-2: new high-speed USB device number 3 using xhci-mtk
[ 142.283057] usb-storage 1-2:1.0: USB Mass Storage device detected
[ 142.290610] scsi host0: usb-storage 1-2:1.0
[ 142.688718] usb 1-2: USB disconnect, device number 3
[ 143.878985] usb 1-2: new high-speed USB device number 4 using xhci-mtk
[ 144.062867] usb-storage 1-2:1.0: USB Mass Storage device detected
[ 144.070512] scsi host0: usb-storage 1-2:1.0
[ 144.481825] usb 1-2: USB disconnect, device number 4
[ 145.669001] usb 1-2: new high-speed USB device number 5 using xhci-mtk
[ 145.854630] usb-storage 1-2:1.0: USB Mass Storage device detected
[ 145.862784] scsi host0: usb-storage 1-2:1.0
[ 146.280340] usb 1-2: USB disconnect, device number 5
[ 147.468978] usb 1-2: new high-speed USB device number 6 using xhci-mtk
[ 147.654848] usb-storage 1-2:1.0: USB Mass Storage device detected
[ 147.663113] scsi host0: usb-storage 1-2:1.0
[ 148.064619] usb 1-2: USB disconnect, device number 6
[ 149.258978] usb 1-2: new high-speed USB device number 7 using xhci-mtk
[ 149.443056] usb-storage 1-2:1.0: USB Mass Storage device detected
[ 149.450525] scsi host0: usb-storage 1-2:1.0
[ 149.851576] usb 1-2: USB disconnect, device number 7
[ 151.038974] usb 1-2: new high-speed USB device number 8 using xhci-mtk
[ 151.222829] usb-storage 1-2:1.0: USB Mass Storage device detected
[ 151.230543] scsi host0: usb-storage 1-2:1.0
[ 151.633330] usb 1-2: USB disconnect, device number 8
[ 152.818978] usb 1-2: new high-speed USB device number 9 using xhci-mtk
[ 153.002835] usb-storage 1-2:1.0: USB Mass Storage device detected
[ 153.010732] scsi host0: usb-storage 1-2:1.0
[ 153.405951] usb 1-2: USB disconnect, device number 9
[ 154.598969] usb 1-2: new high-speed USB device number 10 using xhci-mtk
[ 154.782822] usb-storage 1-2:1.0: USB Mass Storage device detected
[ 154.790271] scsi host0: usb-storage 1-2:1.0
[ 155.182336] usb 1-2: USB disconnect, device number 10
From it I can see all those unsuccessful attempts of connection, followed by immediate disconnection.
Can anyone advise on how to resolve this issue?