On Mon, Nov 6, 2017 at 10:05 AM, Grzegorz G <[email protected]> wrote: > BBBlack, image: debian-7.11-lxde > > how: > cd /opt/scripts > git pull > > After reboot there are two usb network interfaces (new is usb1). Both ip > addresses are not reachable from windows (no route entry in route print), > usb mass storage is still working. > > Some logs: > [ 11.737870] usb0: HOST MAC 04:a3:16:af:a1:6d > [ 11.737981] usb0: MAC 04:a3:16:af:a1:6e > [ 11.738706] usb1: HOST MAC 1c:ba:8c:a2:ed:72 > [ 11.738750] usb1: MAC 1c:ba:8c:a2:ed:73 > [ 11.775559] cpsw 4a100000.ethernet eth0: Link is Up - 100Mbps/Full - flow > control rx/tx > [ 11.775631] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready > [ 12.038548] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready > [ 12.117325] IPv6: ADDRCONF(NETDEV_UP): usb1: link is not ready > [ 12.117431] configfs-gadget gadget: high-speed config #1: c > [ 12.117881] IPv6: ADDRCONF(NETDEV_CHANGE): usb0: link becomes ready > > When I revert scripts to old version: > > root@beaglebone:/opt/scripts# git reflog > a5d5f43 HEAD@{0}: pull: Fast-forward > ce39028 HEAD@{1}: pull: Fast-forward > b71b6d7 HEAD@{2}: clone: from https://github.com/RobertCNelson/boot-scripts > > root@beaglebone:/opt/scripts# git reset --hard ce39028 > > then reboot abd usb0 192.168.7.2 is working again.
What kernel version? (uname -r) The dual usb's should only occur after 4.4.x, since that's when we patched the rndis driver to support Microsoft's built-in rndis driver (without a signed driver installer)... The 2nd interface (usb-cdc) is for mac users.. https://github.com/RobertCNelson/boot-scripts/blob/master/boot/am335x_evm.sh#L652-L668 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYj59KutFXwqF9QNno7h2L%3DpJPn13m_3r80C1fq8jvJorg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
