Pi notes

From I Will Fear No Evil
Jump to navigation Jump to search

Different Gotchas on Pi

NFS seems to be quite the problem. This is the fix that works on my Pi II

reinstall nfs-kernel-server
update-rc.d -f rpcbind remove
update-rc.d rpcbind defaults

update-rc.d -f nfs-common remove
update-rc.d nfs-common defaults

update-rc.d -f nfs-kernel-server remove
update-rc.d nfs-kernel-server defaults

Location of WPA settings

  • /etc/wpa_supplicant/wpa_supplicant.conf
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=US
network={
        ssid="guyver_secure"
        psk="#####"
}