Skip to content
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

Try this if it's not working after installtion... #452

Open
CarlMurray opened this issue Dec 11, 2023 · 0 comments
Open

Try this if it's not working after installtion... #452

CarlMurray opened this issue Dec 11, 2023 · 0 comments

Comments

@CarlMurray
Copy link

CarlMurray commented Dec 11, 2023

I cloned the v5.2.2.4 branch, ran make all, then sudo make install, the copied the rtl8188eufw.bin file to /lib/firmware/rtlwifi, then sudo reboot.

iw config wlan0 showed the wifi device, but it would not connect to the network.

To fix this try here: https://raspberrypi.stackexchange.com/questions/112062/raspbian-buster-lite-couldnt-communicate-with-wpa-supplicant

Worked perfectly for me (Pi2, Realtek Semiconductor Corp. RTL8188ETV Wireless LAN 802.11n Network Adapter)

the wlan0 interface does not sense the carrier and dhcpcd refuses to configure it. It seems that dhcpcd does not acknowledge that it is a WiFi adapter, so we have to force it. Just add an interface section into /etc/dhcpcd.conf:

interface wlan0
env ifwireless=1
env wpa_supplicant_driver=nl80211,wext

Then reload with:

sudo systemctl daemon-reload
sudo systemctl restart dhcpcd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant