On Mon, Dec 7, 2015 at 10:17 AM, Fabian Dalbert <[email protected]> wrote:
> Here's what I see: > > Host: (sadly no journalctl as linux mint is still based on ubuntu 14.04) > [78574.911519] usb 2-1.7: new high-speed USB device number 15 using > ehci-pci > [78575.004301] usb 2-1.7: New USB device found, idVendor=1d6b, > idProduct=0104 > [78575.004305] usb 2-1.7: New USB device strings: Mfr=3, Product=4, > SerialNumber=5 > [78575.004307] usb 2-1.7: Product: BeagleBone > [78575.004309] usb 2-1.7: Manufacturer: Circuitco > [78575.004310] usb 2-1.7: SerialNumber: - > [78575.007074] rndis_host 2-1.7:1.0 eth1: register 'rndis_host' at > usb-0000:00:1d.0-1.7, RNDIS device, 84:eb:18:ae:cb:aa > [78575.007451] cdc_acm 2-1.7:1.2: This device cannot do calls on its own. > It is not a modem. > [78575.007474] cdc_acm 2-1.7:1.2: ttyACM0: USB ACM device > [78575.008073] usb-storage 2-1.7:1.4: USB Mass Storage device detected > [78575.008368] scsi24 : usb-storage 2-1.7:1.4 > [78576.007089] scsi 24:0:0:0: Direct-Access Linux File-Stor Gadget > 0401 PQ: 0 ANSI: 2 > [78576.007323] sd 24:0:0:0: Attached scsi generic sg2 type 0 > [78576.015073] sd 24:0:0:0: [sdb] 196608 512-byte logical blocks: (100 > MB/96.0 MiB) > [78576.015778] sd 24:0:0:0: [sdb] Write Protect is off > [78576.015782] sd 24:0:0:0: [sdb] Mode Sense: 0f 00 00 00 > [78576.016443] sd 24:0:0:0: [sdb] Write cache: enabled, read cache: > enabled, doesn't support DPO or FUA > [78576.019831] sdb: > [78576.023439] sd 24:0:0:0: [sdb] Attached SCSI removable disk > > fdalbert@edge ~ $ sudo ifconfig -a > > eth1 Link encap:Ethernet HWaddr 84:eb:18:ae:cb:aa > inet6 addr: fe80::86eb:18ff:feae:cbaa/64 Scope:Link > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:41 errors:0 dropped:0 overruns:0 frame:0 > TX packets:2 errors:522 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:1000 > RX bytes:7554 (7.5 KB) TX bytes:520 (520.0 B) > > fdalbert@edge ~ $ sudo dhclient -v eth1 > Internet Systems Consortium DHCP Client 4.2.4 > Copyright 2004-2012 Internet Systems Consortium. > All rights reserved. > For info, please visit https://www.isc.org/software/dhcp/ > > Listening on LPF/eth1/84:eb:18:ae:cb:aa > Sending on LPF/eth1/84:eb:18:ae:cb:aa > Sending on Socket/fallback > DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 3 (xid=0xfe901674) > DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 7 (xid=0xfe901674) > . > . > . > nothing > > Beaglebone: > root@beaglebone:~# systemd-journalctl | grep usb0 > Jan 01 00:00:09 beaglebone udhcpd[629]: is interface usb0 up and > configured?...e > Mar 01 20:46:05 beaglebone udhcpd[1056]: is interface usb0 up and > configured...s > Mar 01 20:46:05 beaglebone avahi-daemon[569]: New relevant interface > usb0.IP.... > Mar 01 20:46:05 beaglebone avahi-daemon[569]: Interface usb0.IPv4 no > longer .... > Mar 01 20:46:05 beaglebone avahi-daemon[569]: New relevant interface > usb0.IP.... > Mar 01 20:46:06 beaglebone avahi-daemon[569]: New relevant interface > usb0.IP.... > Mar 01 20:46:08 beaglebone ntpd[734]: Listen normally on 4 usb0 > 192.168.7.2...23 > Mar 01 20:46:08 beaglebone ntpd[734]: Listen normally on 5 usb0 > fe80::507b:...23 > root@beaglebone:~# dmesg | grep > usb0 > > [ 15.723970] usb0: HOST MAC 84:eb:18:ae:cb:aa > [ 15.728147] usb0: MAC 52:7b:9c:b8:2a:20 > ahh, looks like a race between usb0 & udhcpd.. is /opt/scripts/ up to date? cd /opt/scripts/ git pull 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.
