Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rampler:
Unfortunately, USB no longer works with GL-INET 6416 V 21.02.0-rc1. lsusb delivers: unable to initialize libusb: -99
Image generated with: make image PROFILE=glinet_6416 PACKAGES="luci luci-proto-relay kmod-input-polldev kmod-usb-storage kmod-fs-ext4 kmod-usb-hid block-mount e2fsprogs fdisk swap-utils tar luci-theme-material kmod-fs-cifs kmod-nls-base usbutils"
Same configuration works with V 19.07.xx
The text was updated successfully, but these errors were encountered:
sailus:
This still happens on yesterday's snapshot, same Gl.inet 6416.
The problem seems to be that even if the EHCI HCI driver is loaded the host controller itself isn't there.
I've attached the dmesg.
Sorry, something went wrong.
It seems what was missing is the driver for the controller which is not EHCI, but a Chipidea one. I.e. package kmod-usb-chipidea2 . After installing the package, usb works.
100% agree, it works with kmod-usb-chipidea2. Thank you !!
No branches or pull requests
openwrt-bot commentedApr 29, 2021
Rampler:
Unfortunately, USB no longer works with GL-INET 6416 V 21.02.0-rc1.
lsusb delivers: unable to initialize libusb: -99
Image generated with:
make image PROFILE=glinet_6416 PACKAGES="luci luci-proto-relay kmod-input-polldev kmod-usb-storage kmod-fs-ext4 kmod-usb-hid block-mount e2fsprogs fdisk swap-utils tar luci-theme-material kmod-fs-cifs kmod-nls-base usbutils"
Same configuration works with V 19.07.xx
The text was updated successfully, but these errors were encountered: