-
Notifications
You must be signed in to change notification settings - Fork 95
Description
Hi Robert,
First, big props for making the Ubuntu images for the Beaglebone - I use them as a base to build the Umikaze2 images for Replicape-powered 3D printers.
I'm trying to build an image of Umikaze which will work equally on the regular ethernet variant of the BBB, and on the newer wireless board. With the default kernel shipping it works fine (4.4.59-ti-r96). However since the 16.04.2 release, I've noticed that there are now two USB-ethernet interfaces showing up!
usb0 on 192.168.7.2 as expected
usb1 on 192.168.6.2 where I suspect hostapd being at fault.
For Umikaze we prefer using network-manager through the command line (nmtui) instead of connman so the script changes that part of the setup but usb1 is still present after reboot.
I've looked quite a bit in the /etc/interfaces* files but could find no reference to 192.168.6.2... How do I disable it?
I get the same issue with the wireless board, so it's consistent at least.