Hi, all.
i used a HC5962 with openwrt 25.12.0 in it. it working as a NAS with OPENLIST as good.
when I UPDATE to openwrt 25.12.1, the USB -ssd didn't work.
SSH lsusb return -99 .
what’s the wrong?
login as: root
┌──────────────────────────────────────────────────────────────────────┐
│ ? MobaXterm Personal Edition v25.4 ? │
│ (SSH client, X server and network tools) │
│ │
│ ? SSH session to root@192.168.1.254 │
│ ? Direct SSH : ? │
│ ? SSH compression : ? (disabled or not supported by server) │
│ ? SSH-browser : ? │
│ ? X11-forwarding : ? (disabled or not supported by server) │
│ │
│ ? For more info, ctrl+click on help or visit our website. │
└──────────────────────────────────────────────────────────────────────┘BusyBox v1.37.0 (2026-03-23 00:38:32 UTC) built-in shell (ash)
https://openwrt.org/docs/guide-user/additional-software/opkg-to-apk-cheatsheet
root@OpenWrt:~# apk add kmod-usb-core kmod-usb2 kmod-usb3 usbutils
(1/4) Installing kmod-usb2 (6.12.74-r1)
Executing kmod-usb2-6.12.74-r1.post-install
(2/4) Installing libusb-1.0-0 (1.0.29-r1)
Executing libusb-1.0-0-1.0.29-r1.post-install
(3/4) Installing usbids (0.387-r1)
Executing usbids-0.387-r1.post-install
(4/4) Installing usbutils (017-r1)
Executing usbutils-017-r1.post-install
OK: 188.7 MiB in 306 packagesroot@OpenWrt:~# lsusb
unable to initialize libusb: -99
root@OpenWrt:~# apk update
[https://fantastic-packages.github.io/releases/25.12/packages/mipsel_24kc/luci/packages.adb\]
[https://fantastic-packages.github.io/releases/25.12/packages/mipsel_24kc/packages/packages.adb\]
[https://fantastic-packages.github.io/releases/25.12/packages/mipsel_24kc/special/packages.adb\]
[https://mirrors.ustc.edu.cn/openwrt/releases/25.12.1/targets/ramips/mt7621/packages/packages.adb\]
[https://mirrors.ustc.edu.cn/openwrt/releases/25.12.1/packages/mipsel_24kc/base/packages.adb\]
[https://mirrors.ustc.edu.cn/openwrt/releases/25.12.1/targets/ramips/mt7621/kmods/6.12.74-1-e907f034ad3de2d6a38bc36369b413fa/packages.adb\]
[https://mirrors.ustc.edu.cn/openwrt/releases/25.12.1/packages/mipsel_24kc/luci/packages.adb\]
[https://mirrors.ustc.edu.cn/openwrt/releases/25.12.1/packages/mipsel_24kc/packages/packages.adb\]
[https://mirrors.ustc.edu.cn/openwrt/releases/25.12.1/packages/mipsel_24kc/routing/packages.adb\]
[https://mirrors.ustc.edu.cn/openwrt/releases/25.12.1/packages/mipsel_24kc/telephony/packages.adb\]
[https://mirrors.ustc.edu.cn/openwrt/releases/25.12.1/packages/mipsel_24kc/video/packages.adb\]
OK: 10947 distinct packages available
root@OpenWrt:~# lsusb
unable to initialize libusb: -99
root@OpenWrt:~# apk add kmod-usb-core kmod-usb2 kmod-usb3
OK: 188.7 MiB in 306 packages
root@OpenWrt:~# sync
root@OpenWrt:~# reboot
root@OpenWrt:~#
Remote side unexpectedly closed network connection────────────────────────────────────────────────────────────────────────────────────────────────
Session stopped
- Press to exit tab
- Press R to restart session
- Press S to save terminal output to file
login as: root
┌──────────────────────────────────────────────────────────────────────┐
│ ? MobaXterm Personal Edition v25.4 ? │
│ (SSH client, X server and network tools) │
│ │
│ ? SSH session to root@192.168.1.254 │
│ ? Direct SSH : ? │
│ ? SSH compression : ? (disabled or not supported by server) │
│ ? SSH-browser : ? │
│ ? X11-forwarding : ? (disabled or not supported by server) │
│ │
│ ? For more info, ctrl+click on help or visit our website. │
└──────────────────────────────────────────────────────────────────────┘
root@OpenWrt:~# lsusb
unable to initialize libusb: -99
root@OpenWrt:~# cat /etc/openwrt_release
DISTRIB_ID='OpenWrt'
DISTRIB_RELEASE='25.12.1'
DISTRIB_REVISION='r32768-b21cfa8f8c'
DISTRIB_TARGET='ramips/mt7621'
DISTRIB_ARCH='mipsel_24kc'
DISTRIB_DESCRIPTION='OpenWrt 25.12.1 r32768-b21cfa8f8c'
DISTRIB_TAINTS=''
the fireware is updated by luci-app-attendedsysupgrade from 25.12.0.
