Jump to content

Raspberry Pi 4 Wifi not working

Hey, my raspberry pi 4 just wont connectto wifi whan i plug in a cable it works whan i try to conect to wifi conection, it fails and than deosnt show any wifi conections availible anymore.

if there is any networking in the console that i need to know please let me know,

if not than can you please help me with reclaming the thing?

Link to comment
https://linustechtips.com/topic/1280433-raspberry-pi-4-wifi-not-working/
Share on other sites

Link to post
Share on other sites

When I've run into this it's usually because wifi is being blocked by rfkill. I think this is done by default until you choose a country/locale using raspi-config. If you don't want to try that or it doesn't help, you can try unblocking it using the following command and then trying to start the wifi:

sudo rfkill unblock wifi

 

If that doesn't help, you can try some more things on webpage: https://raspberrytips.com/disable-wifi-raspberry-pi/

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×