We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
TP-Link and others have this, and does not seem to work on 0.12.0. A solution is given at: raspberrypi/linux#764
Solution is to run
sudo wget https://github.com/lwfinger/rtl8188eu/raw/c83976d1dfb4793893158461430261562b3a5bf0/rtl8188eufw.bin -O /lib/firmware/rtlwifi/rtl8188eufw.bin
Should work in nightly but did not test.
The text was updated successfully, but these errors were encountered:
Proper solution is actually to use linux-firmware. On jessie that would mean (as non-free is already included in apt sources)
linux-firmware
non-free
sudo apt-get install firmware-realtek
Sorry, something went wrong.
Fixed in 0.13.0
No branches or pull requests
TP-Link and others have this, and does not seem to work on 0.12.0.
A solution is given at: raspberrypi/linux#764
Solution is to run
Should work in nightly but did not test.
The text was updated successfully, but these errors were encountered: