Page 1 of 1

Connect to wifi on boot or start Ad Hoc network.

Posted: Sat Jan 05, 2013 9:35 pm
by thechansen
So I'm trying to setup this: http://lcdev.dk/2012/11/18/raspberry-pi ... -fallback/

This is a great option for when you want a your RPi to connect to your home network, and offer an ad hoc connection everywhere else. As of right now I'm stuck in configuring rc.local.

Code: Select all

ssids=( 'MyWlan' 'MyOtherWlan' )
seems to be the issue, I get a syntax error "(" unexpected. I'm not seeing the issue. Any ideas?

Re: Connect to wifi on boot or start Ad Hoc network.

Posted: Sat Jan 05, 2013 10:24 pm
by thechansen
Never mind it was an issue with starting bash. Big thanks to Lasse Christiansen.