Y can see my rooter but my pc can’t see my raspberry

What is the problem?
Can’t WiFi connect
What did you already try to solve it?
No
Logs (syslog, dmesg, ... no logs, no support)
I logged in my pi not my router
Additional information about your network (Hardware you are trying to connect to, hardware you are trying to connect from, router, access point, used operating systems, ...)

Try connecting an Ethernet cable to the Pi so that you can remote into it using ssh. Then run ifconfig to see what's going on with the wlan0 device. It's likely missing the word RUNNING in the flags. This would simply mean that your wifi router didn't allow it to connect to your network.

Then troubleshoot the Pi's /boot/octopi-wpa-supplicant.txt file to fix it.

1 Like

Thank you for the help first. So i didn't understand you say the flag RUNNING where exactly.
ifconfig wlan say nothing.
But i make it to run.
With nano octopi-wpa.... i looked the file and have
2 configuration off the same thing. SSID=imac .....
and other was SSID=IMac the second was the right one. And was bad the country i had change it i dont know why. Thank You again.

1 Like

This flag means that the router likes your wifi adapter and your attempt at connecting via wifi, for what it's worth.

wlan0: flags=4163<UP,BROADCAST,--->RUNNING<---,MULTICAST>  mtu 1500
        ether dc:a6:32:80:48:ad  txqueuelen 1000  (Ethernet)
        RX packets 5801  bytes 974976 (952.1 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 4980  bytes 1225181 (1.1 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0