I tried on the official Beaglebone black, with the image :

bone-debian-8.0-console-armhf-2015-05-08-2gb.img

the kernel is :

root@arm:~# uname -a
Linux arm 3.14.41-ti-r63 #1 SMP PREEMPT Thu May 7 16:30:13 UTC 2015 armv7l
GNU/Linux

eth0      Link encap:Ethernet  HWaddr 1c:ba:8c:d9:4c:77
          inet6 addr: fe80::1eba:8cff:fed9:4c77/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST DYNAMIC  MTU:1500  Metric:1
          RX packets:475 errors:0 dropped:0 overruns:0 frame:0
          TX packets:26 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:30795 (30.0 KiB)  TX bytes:5017 (4.8 KiB)
          Interrupt:56

still not working, my config :

auto lo
 iface lo inet loopback

auto eth0
iface eth0 inet static

address 190.190.167.10
netmask 255.255.0.0
gateway 190.190.255.253

iface usb0 inet static
address 192.168.7.2
netmask 255.255.255.0
network 192.168.7.0
gateway 192.168.7.1

dns-nameservers 190.190.1.84


any idea ?

Le ven. 5 juin 2015 à 16:21, Robert Nelson <[email protected]> a
écrit :

> On Fri, Jun 5, 2015 at 9:19 AM, Micka <[email protected]> wrote:
> > that ! Ok, No ....
> >
> > nano /etc/resolv.conf
> >
> > By default I have :
> >
> > nameserver 127.0.0.1
> > nameserver ::1
> >
> > Ok, I will test this with :
> >
> > nameserver 190.190.1.84
> >
> > I saved it, reboot the beagle, and the content of the file changed :
> >
> > # Generated by Connection Manager
> > nameserver 127.0.0.1
> > nameserver ::1
> >
> > That my first time that the connection manager in a linux machine change
> my
> > file !
>
> dns-nameservers 190.190.1.84 >> /etc/network/interfaces
>
> Regards,
>
>
> --
> Robert Nelson
> https://rcn-ee.com/
>
> --
> 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.

Reply via email to