After you ssh over ethernet and you want to setup your WPA2 wifi connection with a connected usb wifi adapter, edit the file /etc/wpa_supplicant/wpa_supplicant.conf and add the following:
network={
ssid="wirelessnetwork"
psk="password"
proto=RSN
key_mgmt=WPA-PSK
pairwise=CCMP
auth_alg=OPEN
}
If you are like me and use X instead of vnc or rdp, there is a slight bug in Raspbian as of March 8, 2014 that will render your lxsession through your X-client (XQuartz for mac) with a non-responsive wallpaper and no X throughput.
To fix this:
1. Run lxsession once to create config files.
2. In an ssh session run : cp -rp /etc/xdg/lxpanel/profile/LXDE/* ~/.config/lxpanel/LXDE/
(found here http://www.raspberrypi.org/phpBB3/viewtopic.php?p=245144#p245144)
3. Run lxsession again and you should have a working lxsession ready to go
No comments:
Post a Comment