thechansen
Posts: 2
Joined: Sat Jan 05, 2013 9:19 pm

Connect to wifi on boot or start Ad Hoc network.

Sat Jan 05, 2013 9:35 pm

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?

thechansen
Posts: 2
Joined: Sat Jan 05, 2013 9:19 pm

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

Sat Jan 05, 2013 10:24 pm

Never mind it was an issue with starting bash. Big thanks to Lasse Christiansen.

Return to “Networking and servers”