You are not logged in.
Pages: 1
I am having problems with my raspberry pi B connecting to the WiFi .
I have gone through the setup procedures and can connect while connected to LAN (hard wired) then I setup the wifi and and it connects with no problems but then i remove the LAN cable and it disconnects from the WiFi.. Just cant figure out what is going on.
help is greatly appreciated
Offline
Same problem. Has anyone solved this problem?
Offline
I think I had the same problem some years ago. You need to search on the raspberry pi forum. This is a raspberry pi problem not NanoDLP. I vaguely remember editing some text file for the wifi settings.
Try following this:
Offline
help this
for wifi interface type 2 command:
ip rule add from 192.168.1.181 table 181
ip route add 192.168.1.0/24 dev wlan0 table 181
Offline
Pages: 1