https://kerneldriver.wordpress.com/2012 ... pberry-pi/
I'm able to connect to my router, unfortunately, when I do, I get this strange IP: 169.254.232.164, and I don't know why.
This are my fles
/etc/network/interfaces
Code: Select all
# Include files from /etc/network/interfaces.d:
source-directory /etc/network/interfaces.d
auto lo
iface lo inet loopback
iface eth0 inet manual
#allow-hotplug wlan0
auto wlan0
iface wlan0 inet manual
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
iface default inet dhcpCode: Select all
network={
ssid="myssid"
proto=RSN
key_mgmt=WPA-PSK
pairwise=CCMP TKIP
group=CCMP TKIP
psk="mypass"
}