me (Richard-tx change) 9:31 AM (less than a minute ago) When it comes to wifi and ARM devices and debian, there is one interfaces file that I use. So far it has worked every single time.
auto lo iface lo inet loopback iface eth0 inet static address 10.232.1.81 netmask 255.255.255.0 gateway 10.232.1.1 auto wlan0 allow-hotplug wlan0 iface wlan0 inet static address 10.232.1.99 netmask 255.255.255.0 gateway 10.232.1.1 wpa-passphrase password wpa-ssid myssid On Monday, March 31, 2014 3:01:04 AM UTC-5, messerk...@gmail.com wrote: > > > Hi, > > I configured the File /etc/network/interfaces like this. > > auto wlan0 > iface wlan0 inet static > wireless-mode managed > wireless-essid EDV3-E90 > address 10.2.90.101 > netmask 255.255.0.0 > gateway 10.2.255.254 > dns-nameservers 10.10.10.10 > wpa-driver wext > wpa-conf /etc/wpa_supplicant.conf > pre-up wpa_supplicant -B -Dwext -iwlan0 -c/etc/wpa_supplicant.conf > post-down killall -q wpa_supplicant > > But the BBB always connects to the wrong network. > Does anybody know a solution for this problem? > > > Regards, > Bernhard Messerklinger > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.