Page 1 of 1

Raspberry and wireless

Posted: Tue Feb 24, 2015 11:40 am
by mrdebug
I use my raspberry pi with a wireless usb card.
All works well but, if I switch off - on the access point, the raspberry is off line. I have to restart it. Is there a way to have the raspberry on line after an access point off - on automatically?

Re: Raspberry and wireless

Posted: Tue Feb 24, 2015 11:52 am
by Massi
mrdebug wrote:I use my raspberry pi with a wireless usb card.
All works well but, if I switch off - on the access point, the raspberry is off line. I have to restart it. Is there a way to have the raspberry on line after an access point off - on automatically?
Hello,
i fixed this changing the ifupdown script

Go to /etc/ifplugd/action.d/ and backup the original ifupdown file
Then copy the ifupdown.sh file from /etc/wpa_supplicant/ifupdown.sh to the above directory (take care of extension -> remove .sh)
Make a convinced sudo reboot

Re: Raspberry and wireless

Posted: Sun Mar 01, 2015 8:50 am
by mrdebug
Perfect!
Does it work with wep and no key?

Re: Raspberry and wireless

Posted: Sun Mar 01, 2015 9:18 am
by Massi
mrdebug wrote:Perfect!
Does it work with wep and no key?
can't imagine why not, it's only a different config file..