On Mon, Mar 21, 2016 at 8:36 AM, Daniel Benevides
<[email protected]> wrote:
> Hello,
>
> I'm a newbie with beaglebones black running debian...
>
> The problem arises with a beaglebone black rev c and the image
> BBB-eMMC-flasher-debian-8.3-iot-armhf-2016-03-13-4gb.img, but also happened
> with BBB-eMMC-flasher-debian-8.3-lxqt-4gb-armhf-2016-03-13-4gb.img.
>
> I cannot access the network through eth0.
>
> The same beaglebone worked with a debian wheezy image installed...
>
> Here is the problem:
>
> I've found the instructions on the thread
> https://groups.google.com/forum/#!topic/beagleboard/7pex-V9vYWw and removed
> connman, but the problem remains.
>
> I have the following configuration on the beaglebone:
>
> **** /etc/network/interfaces file:
>
> auto lo
> iface lo inet loopback
>
> allow-hotplug eth0

^^^  So remove your network cable and plug it back in.. Otherwise do
it this way:

auto eth0
allow-hotplug eth0

iface eth0 inet static
         address 192.168.20.79
         netmask 255.255.255.0
         network 192.168.20.0
         broadcast 192.168.20.255
         gateway 192.168.20.1
         dns-name-servers 192.168.20.200

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.

Reply via email to