The B3 is plugged into a Windows box via USB and thus appears as a new network connection. I want to give usb0 an IP address that is provided by the DHCP server on the host. Sadly, whatever I do, usb0 always ends up with an apparently dynamically assigned 192.168.7.2 address.
/etc/network/interfaces has, see below for failed attempts to disable on-board udhcpd. T++IA # iface usb0 inet dhcp #iface usb0 inet static # address 192.168.7.2 # netmask 255.255.255.0 # network 192.168.7.0 # gateway 192.168.7.1 Is there some special magic for disabling the on-board dhcpd? ubuntu@arm:~$ uname -r 3.8.13-bone47 ubuntu@arm:~$ sudo update-rc.d dhcpd disable update-rc.d: /etc/init.d/dhcpd: file does not exist ubuntu@arm:~$ sudo update-rc.d udhcpd disable update-rc.d: warning: start runlevel arguments (none) do not match udhcpd Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match udhcpd Default-Stop values (0 1 6) System start/stop links for /etc/init.d/udhcpd do not exist. -- 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.
