We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, thanks for your contributions!
I have tried install this driver for TL-WIN823N, but unfortunately it didnt work. Could you please give some suggestions?
Here are some references:
sudo apt install linux-headers-generic build-essential dkms git Completed
sudo apt install linux-headers-generic build-essential dkms git
uname -r linux-image-5.15.0-76-generic
uname -r
dpkg --print-architecture amd64
dpkg --print-architecture
lsusb -tv sudo usb_modeswitch -KW -v 0bda -p a192 No change except Driver= is null. Ideally should a192 become another code?
lsusb -tv
sudo usb_modeswitch -KW -v 0bda -p a192
Driver=
a192
The text was updated successfully, but these errors were encountered:
Did it compile without issues? make.log?
Can you do a full lsusb, (also after the modeswitch) and are you sure this is an RTL8192EU chipset? Otherwise the driver won't load.
Sorry, something went wrong.
No branches or pull requests
Hi, thanks for your contributions!
I have tried install this driver for TL-WIN823N, but unfortunately it didnt work. Could you please give some suggestions?
Here are some references:
sudo apt install linux-headers-generic build-essential dkms git
Completeduname -r
linux-image-5.15.0-76-genericdpkg --print-architecture
amd64lsusb -tv
sudo usb_modeswitch -KW -v 0bda -p a192
No change exceptDriver=
is null. Ideally shoulda192
become another code?The text was updated successfully, but these errors were encountered: