Wifi module no wpa

Moderators: adafruit_support_bill, adafruit

Forum rules
Talk about Adafruit Raspberry Pi® accessories! Please do not ask for Linux support, this is for Adafruit products only! For Raspberry Pi help please visit: http://www.raspberrypi.org/phpBB3/
Locked
featherodd
 
Posts: 16
Joined: Sat Sep 17, 2011 11:58 pm

Wifi module no wpa

Post by featherodd »

Anyone know how to setup the wifi module for a network with no security. I've tried

Code: Select all

auto wlan0
allow-hotplug wlan0
iface wlan0 inet dhcp
        wpa-ssid "tomato"
        wpa-psk ""
&

Code: Select all

auto wlan0
allow-hotplug wlan0
iface wlan0 inet dhcp
        ssid "tomato"
rebooted each time. no dice.

featherodd
 
Posts: 16
Joined: Sat Sep 17, 2011 11:58 pm

Re: Wifi module no wpa

Post by featherodd »

answer:

Code: Select all

auto wlan0
allow-hotplug wlan0
iface wlan0 inet dhcp
wireless-essid tomato
wireless-mode managed
props to: http://www.raspberrypi.org/phpBB3/viewt ... =27&t=7592

Locked
Forum rules
Talk about Adafruit Raspberry Pi® accessories! Please do not ask for Linux support, this is for Adafruit products only! For Raspberry Pi help please visit: http://www.raspberrypi.org/phpBB3/

Return to “Adafruit Raspberry Pi® accessories”