Ubuntu I believe uses a different network manager. connman or some such program. I could not say which for sure as I have not used Ubuntu for a very long time. However, you should be able to use google.
try googling -----> Ubuntu 14.04 how to static ip On Fri, Jun 6, 2014 at 6:09 AM, Kazz <[email protected]> wrote: > Hi all > On beaglebone black, I'm using Ubuntu 14.04 prebuilt image. > > I have a problem. > > I tried to connect with wifi. > I edited /etc/network/interfaces. > > auto lo > iface lo inet loopback > > auto eth0 > iface eth0 inet dhcp > # iface eth0 inet static > # address 192.168.12.111 > # netmask 255.255.255.0 > # gateway 192.168.12.1 > > auto wlan0 > iface wlan0 inet static > address 192.168.12.101 > netmask 255.255.255.0 > gateway 192.168.12.1 > wpa-ssid "wifi1" > wpa-psk "password" > > dns-nameservers 192.168.12.1 > > > in the state that does not connect the eht0, > If eth0 is dhcp , wlan0 can connect. > If eth0 is staic , wlan0 not be able to connect. > > What is solution? > > Thank you. > > -- > 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 [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
