Hi i have debian wheazy installed and is working fine when i connect the 
beaglebone through usb.

Also when is conected to my router with the lan cable i can connect to it 
normally and work normal but when i reboot the beaglebone using the 
commands. reboot or shutdown -r now the beaglebone seems to reboots but 
dont conect to lan.

I just can get conection again reboting the beaglebone directly from the 
reboot button or with the power button.

I have internet with ISP orange, im in spain and i am using a livebox 2.1 
router.


Can you tell me what could be the problem?

I let you some information at the end if may help.

Thanks

user@beaglebone:~$ uname -a
> Linux beaglebone 3.8.13-bone43 #1 SMP Wed Mar 26 14:21:39 UTC 2014 armv7l 
> GNU/Linux
>

user@beaglebone:~$ lsb_release -a
> No LSB modules are available.
> Distributor ID: Debian
> Description:    Debian GNU/Linux 7.4 (wheezy)
> Release:        7.4
> Codename:       wheezy
>

user@beaglebone:~$ cat /etc/network/interfaces
> # This file describes the network interfaces available on your system
> # and how to activate them. For more information, see interfaces(5).
>
> # The loopback network interface
> auto lo
> iface lo inet loopback
>
> # The primary network interface
> auto eth0
> iface eth0 inet static
>     address 192.168.1.120
>     netmask 255.255.255.0
>     gateway 192.168.1.1
>
> # Example to keep MAC address between reboots
> #hwaddress ether DE:AD:BE:EF:CA:FE
>
> # WiFi Example
> #auto wlan0
> #iface wlan0 inet dhcp
> #    wpa-ssid "essid"
> #    wpa-psk  "password"
>
> # Ethernet/RNDIS gadget (g_ether)
> # ... or on host side, usbnet and random hwaddr
> # Note on some boards, usb0 is automaticly setup with an init script
> # in that case, to completely disable remove file [run_boot-scripts] from 
> the boot partition
> iface usb0 inet static
>     address 192.168.7.2
>     netmask 255.255.255.0
>     network 192.168.7.0
>     gateway 192.168.7.1
> user@beaglebone:~$
>

-- 
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