-
Notifications
You must be signed in to change notification settings - Fork 5.2k
rtl8188eu wifi driver requires seperate firmware file. #764
New issue
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
Comments
Can you point me at where rtl8188eufw.bin should come from? |
You can find it here. https://github.com/lwfinger/rtl8188eu |
@asb what's your view? Should kernel driver firmware be distributed with rpi-update? |
It seems that firmware isn't allowed in the kernel source anymore: |
After some digging I found this commit to |
does anybody build a rtl8188eu.ko for rapi-3.18.5, can you share it to me? |
When I upgraded to 3.18.x two days ago the firmware was included and everything worked without manual interaction. What kind of problems do you face? |
Thanks @dinau, it worked perfectly ;) |
Also experienced this problem and dinau's fix worked. |
Spent an hour looking for this very solution, thanks @dinau you rock. |
Any updates on this? Having to manually download the driver is a real pain. |
Really, this is a problem that will resolve itself when we move to Jessie. In the meantime, it would be nice if the relevant package was backported, but I don't think it will happen in time. |
@dinau thank you very much for that oneliner! saved me from going out to buy yet another 3 dongles. |
but when we transfer the bin file into lib/firmware/rtlwifi,the access is denied,so how to transfer it... |
@appy10 you have to use the sudo has described. If you don't have sudo installed/configured, you can login as root or change user to root as: 'su root' and then run the command 'wget https://github.com/lwfinger/rtl8188eu/raw/c83976d1dfb4793893158461430261562b3a5bf0/rtl8188eufw.bin -O /lib/firmware/rtlwifi/rtl8188eufw.bin' (without the sudo) |
thnks...the command worked with sudo.. |
after transfering rtl8188eufw.bin to /lib/firmware/rtlwifi ....but still not working. When i check by using dmesg : it says : |
@ dinau Ben |
hai Dinau...Thasnks a lot....u r superb man.. It gave me a relax now... |
Can you please add this firmware file to firmware package? Thanks! |
Done, please test. |
@dinau Many thanks. It works like a charm on 4.1.6+ kernel :) |
thanks |
@dinau Many many thanks! I've been looking for this solution for about 2 weeks now. It also saved me another wifi usb purchase. I had been sure it would work as the wifi-usb I had was working with Openelec and Raspbian (after update/upgrade). But it wouldn't work with volumio. But I tried this, and damn it works! Thanks again! |
Worked for me. Many thanks to @dinau ! I had almost given hopes on that wifi dongle. :) |
@dinau's solution worked for me. |
Just updated my pi from 3.12.36+ to 3.18.3+ with rpi-update. Rebooted and the kernel appeared to hang. Looks like a problem with the rtl8188eu wifi driver.
The rtl8188eu wifi driver in the drivers/staging/rtl8188eu is compiled in and the module is included in the 3.18.3+ image. However, it does not work as it requires a separate firmware file rtl8188eufw.bin in directory /lib/firmware/rtlwifi and the firmware binary is not included in the image.
A good example why the firmware should not have been stripped out of the source code and moved to a separate file.
Please add in the firmware file rtl8188eufw.bin
The text was updated successfully, but these errors were encountered: