August 3, 2014 0

setting up wifi on raspberry pi

By in linux, raspberry pi

it seems that the /etc/network/interfaces file needs to contain:

wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf

and when this is the case you can specify wifi settings in the file /etc/wpa_supplicant/wpa_supplicant.conf

using this example:

network={
        ssid=”TNETRezound”
        psk=”PASSWORD”
        proto=RSN
        key_mgmt=WPA-PSK
        pairwise=CCMP
        auth_alg=OPEN
        priority=9
}

Tags: , ,


Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/mgis.dk/about/wp-includes/class-wp-comment-query.php on line 399

Leave a Reply