Re: [beagleboard] BeagleBone Black: Ethernet transmits packets but does not receive them

8,245 views
Skip to first unread message

Gerald Coley

unread,
Jun 10, 2013, 11:52:07 AM6/10/13
to beagl...@googlegroups.com
Request an RMA.

Gerald


On Mon, Jun 10, 2013 at 10:23 AM, <necron...@gmail.com> wrote:
I'm having a strange problem with my new BeagleBone black: I can transmit packets from the Ethernet port but not receive them.

When using DHCP, I can see (via a sniffer) the DHCP DISCOVER packet sent from the 'bone (via a network sniffer). I can see my DHCP server (dnsmasq 2.59 on stock Ubuntu 12.04 LTS 64-bit server) send a DHCP OFFER. But the 'bone acts like it never hears the offer; it just sends out more DISCOVERs at intervals. (The same DHCP server is working fine for dozens of clients from various vendors. There are plenty of leases left in the pool.)

If I set a static address and try to ping something, I see the 'bone send an ARP who-has, I see the target reply with an ARP is-at, but the 'bone just keeps ARP-ing, and never gets an entry in its ARP table.

In the ifconfig output, the eth0 interface shows 0 packets received and 0 errors. (The number transmitted is non-0.) Nothing suspicious in the dmesg output that I can see.

I've repeated the tests with both the latest Angstrom and with Ubuntu booted off an SD card. Same results. I've tried two different cables, and two different ports on two different Ethernet switches from different vendors. (All ports and cables verified to work fine with my laptop.)

One interesting observation: the port seems to always end up on 10Mbps, even when plugged into 100Mbps- (or gigabit-) capable ports. So, it looks like autonegotiation isn't working either.

I'm running on a 2A 5.00V regulated bench supply, and the DC looks clean on the o-scope.

Other 'bone functions (USB host, USB target, HDMI, LEDs) all seem to work fine.

I'm starting to suspect a hardware problem (busted PHY or magnetics; incomplete or bridged trace).

Any suggestions for stuff I should try before I RMA the poor little guy? (I'm an experienced Linux user and reasonably competent electronics hobbyist, if that matters.)

--
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 beagleboard...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 



--
Gerald
 

Gerald Coley

unread,
Jun 12, 2013, 7:29:43 PM6/12/13
to beagl...@googlegroups.com, necron...@gmail.com
Would you be willing to request an RMA and have us look at it to see if it really a HW issue?

Gerald



On Wed, Jun 12, 2013 at 6:20 PM, <rfe...@everestkc.net> wrote:
I'm also having the same issue.  It was working, then stopped after a few hours.  Tried the stock Linux, Ubuntu, and Debian.  It's a hardware issue.  Mine is going back to Newark.  See posts here for same problem:

Gerald Coley

unread,
Jun 12, 2013, 7:35:45 PM6/12/13
to beagl...@googlegroups.com, necron...@gmail.com
Or would you be willing to work with me to find a solution for this issue? There is a simple test to prove out your theory if you are interested.

Gerald

Kathryn Adeney

unread,
Jun 13, 2013, 12:27:09 PM6/13/13
to beagl...@googlegroups.com, necron...@gmail.com
I see a similar issue on my Beaglebone Black.  eth0 comes up initially but if I take it down it won't come back without a reboot.  When it is in this state, Wireshark can see packets coming to and from the BBB on the wire, but TX and RX stats displayed in ifconfig do not increase.  

I have tried this with:
-  two different BBBs, 
 - three different Linux 3.8 loads (the 3.8.11 it shipped with, 3.8.13 (2013-06-06, booting from SD), and a Debian demo image (3.8.13-bone20). 
 - 5V1A supply or USB power. 
 - I have the serial FTDI cable.

Example:

--- after boot (just the eth0 dmesg shown): ----

root@beaglebone:~# dmesg 
 ...  // just the eth -related ones (I think)
[   12.843873] net eth0: initializing cpsw version 1.12 (0)
[   12.848216] net eth0: phy found : id is : 0x7c0f1
[   12.848248] libphy: PHY 4a101000.mdio:01 not found
[   12.853364] net eth0: phy 4a101000.mdio:01 not found on slave 1
[   12.920613] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   15.926429] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
[   15.926491] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready

// eth0 did dhcp and came up automatically 

root@beaglebone:~# ifconfig eth0
eth0      Link encap:Ethernet  HWaddr C8:A0:30:B6:B0:AB  
          inet addr:10.10.10.100  Bcast:10.10.10.255  Mask:255.255.255.0
          inet6 addr: fe80::caa0:30ff:feb6:b0ab/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:16 errors:0 dropped:1 overruns:0 frame:0
          TX packets:41 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:2421 (2.3 KiB)  TX bytes:5349 (5.2 KiB)
          Interrupt:56 

// take it down. 

root@beaglebone:~# ifconfig eth0 down
root@beaglebone:~# ifconfig -a eth0
eth0      Link encap:Ethernet  HWaddr C8:A0:30:B6:B0:AB  
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:21 errors:0 dropped:1 overruns:0 frame:0
          TX packets:47 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:3119 (3.0 KiB)  TX bytes:5841 (5.7 KiB)
          Interrupt:56

// take it back up. 
//  TX and RX stop incrementing, even though when we do 
// udhcpc we can see traffic to and from the bone on the wire!. 
// ( note I think the libphy messages about mdio:01 are a red herring,
// relating to the not-present second slave port??  )

root@beaglebone:~# ifconfig eth0 up
[   46.543648] libphy: PHY 4a101000.mdio:01 not found                            
[   46.548717] net eth0: phy 4a101000.mdio:01 not found on slave 1
root@beaglebone:~# 
root@beaglebone:~# ifconfig eth0
eth0      Link encap:Ethernet  HWaddr C8:A0:30:B6:B0:AB  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:21 errors:0 dropped:1 overruns:0 frame:0
          TX packets:47 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:3119 (3.0 KiB)  TX bytes:5841 (5.7 KiB)
          Interrupt:56 

root@beaglebone:~# udhcpc -i eth0
udhcpc (v1.20.2) started
Sending discover...
Sending discover...
Sending discover...
Sending discover...
Sending discover...
Sending discover...
^C
root@beaglebone:~# ifconfig eth0
eth0      Link encap:Ethernet  HWaddr C8:A0:30:B6:B0:AB  
          inet addr:169.254.66.231  Bcast:169.254.255.255  Mask:255.255.0.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:21 errors:0 dropped:1 overruns:0 frame:0
          TX packets:47 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:3119 (3.0 KiB)  TX bytes:5841 (5.7 KiB)
          Interrupt:56 

// new dmesg after ifconfig eth0 down and then ifconfig eth0 up: 

[  250.747282] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready

[  264.214253] net eth0: initializing cpsw version 1.12 (0)

[  264.217970] net eth0: phy found : id is : 0x7c0f1

[  264.218000] libphy: PHY 4a101000.mdio:01 not found

[  264.223112] net eth0: phy 4a101000.mdio:01 not found on slave 1

[  264.234179] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready

[  266.223290] libphy: 4a101000.mdio:00 - Link is Up - 100/Full

[  266.223348] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready


When testing it with the debian image I also tried

network restart /etc/init.d/network restart, same results.

I have found eth0 is very stable on the Beaglebone White and from the schematic nothing has changed, so I am wondering about the driver changes under 3.8 kernel ... but can't find any known issues or patches or anything.   Linux Noob so maybe looking in the wrong places.

Thanks -

Kathryn.


Message has been deleted

rfe...@everestkc.net

unread,
Jun 15, 2013, 12:23:18 PM6/15/13
to beagl...@googlegroups.com, necron...@gmail.com
I submitted the paperwork to Newark for a RMA, but they never sent me an RMA, just refunded my credit card.  Oh well!  Do you want me to send the thing to you?

rfe...@everestkc.net

unread,
Jun 15, 2013, 12:25:29 PM6/15/13
to beagl...@googlegroups.com, necron...@gmail.com

I requested an RMA from Newark, but they never sent me one, just refunded my credit card.  Do you want me to mail it to you?

Gerald Coley

unread,
Jun 15, 2013, 9:08:33 PM6/15/13
to beagl...@googlegroups.com

Dale Schaafsma

unread,
Jun 19, 2013, 3:27:40 PM6/19/13
to beagl...@googlegroups.com, necron...@gmail.com
I can reproduce this behavior as well...note that I'm not on the 2013-06-06 image, but on the 2013.05.27 (I'm waiting to upgrade to 2013.06.17).
Initially I suspected that this was due to interaction with connman (which is quite poorly documented) however I'm not so sure.

In short, if "ifconfig eth0 down" is ever run, reboot is required to recover the ethernet port (even disconnecting/reconnecting the cable won't recover the port)
Also it behaves as the OP and Kathryn noted (transmit counted in ifconfig counts, but no rx counts).

So perhaps there's a software bug here? maybe something is not re-configured properly after "ifconfig eth0 up" or some power management interaction?

FWIW, the following will disconnect/reconnect without issues..but note the interface is not marked down.
Connman flags are: * = favorite, A = autoconnect, R = ready, O = online
root@beaglebone:~# /usr/lib/connman/test/test-connman services
* AO Wired                      { ethernet_c8a030aec6a8_cable }
root@beaglebone:~# /usr/lib/connman/test/test-connman disconnect ethernet_c8a030aec6a8_cable
root@beaglebone:~# ifconfig eth0
eth0      Link encap:Ethernet  HWaddr C8:A0:30:AE:C6:A8
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:13 errors:0 dropped:0 overruns:0 frame:0
          TX packets:51 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:2317 (2.2 KiB)  TX bytes:10628 (10.3 KiB)
          Interrupt:56

root@beaglebone:~# /usr/lib/connman/test/test-connman state
System is idle
root@beaglebone:~# /usr/lib/connman/test/test-connman services
* A  Wired                      { ethernet_c8a030aec6a8_cable }
root@beaglebone:~# /usr/lib/connman/test/test-connman connect ethernet_c8a030aec
6a8_cable
root@beaglebone:~# /usr/lib/connman/test/test-connman services
* AO Wired                      { ethernet_c8a030aec6a8_cable }
root@beaglebone:~# ifconfig eth0
eth0      Link encap:Ethernet  HWaddr C8:A0:30:AE:C6:A8
          inet addr:192.168.3.200  Bcast:192.168.3.255  Mask:255.255.255.0
          inet6 addr: fe80::caa0:30ff:feae:c6a8/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:26 errors:0 dropped:0 overruns:0 frame:0
          TX packets:98 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:4634 (4.5 KiB)  TX bytes:20521 (20.0 KiB)
          Interrupt:56

root@beaglebone:~# ping 192.168.3.1
PING 192.168.3.1 (192.168.3.1) 56(84) bytes of data.
64 bytes from 192.168.3.1: icmp_req=1 ttl=64 time=0.275 ms



-Dale

PLyttle

unread,
Jun 19, 2013, 4:54:21 PM6/19/13
to beagl...@googlegroups.com, necron...@gmail.com
Similar story here.
running Arch, Ethernet connnects once with DHCP (both dhcpcd and dhclient), either at boot or when plugged in (using netctl-ifplugd). after replugging, or down - up  no more received packets.
the same configuration on a raspberry pi works without a hitch (off course the raspi is armv6l and kernel 3.6.11 (no device tree)). I don't think I made a configuration error.

running Arch, kernel 3.8.13-bone21 (home built) and kernel 3.8.13-3 (stock) same behavior on both
It is clearly not limited to one distro.

LP

rfe...@everestkc.net

unread,
Jun 20, 2013, 10:30:24 PM6/20/13
to beagl...@googlegroups.com
I submitted an RMA request at that link, but nothing happens after I click submit.  Maybe I'll get an email confirmation.

Gerald Coley

unread,
Jun 20, 2013, 10:34:13 PM6/20/13
to beagl...@googlegroups.com
It have not seen it come through. Enter all the information requested into an email and send that to r...@beaglebopard.org.

Gerald

rfe...@everestkc.net

unread,
Jun 21, 2013, 10:33:42 PM6/21/13
to beagl...@googlegroups.com
OK sent in the RMA request (S/N 019132935333).  The web form didn't work since I have no email client installed on my lab PC.

Gerald Coley

unread,
Jun 22, 2013, 10:37:49 AM6/22/13
to beagl...@googlegroups.com
RMA received. Should be approved by Monday.

Gerald

nemanja

unread,
Jun 24, 2013, 12:47:04 PM6/24/13
to beagl...@googlegroups.com, necron...@gmail.com, rkst...@gmail.com
PLyttle,

I'm having the exact same issue with those kernels. I tried RCN's Ubuntu and Debian images and both have the issue, and another with my own custom kernel based on that one. Unplugging the ethernet for >30 seconds and plugging back in makes it no longer work, and doing ifconfig eth0 down, then up and it never works, dhclient can't get another IP.
But it does work on startup the once, like you said.

I'm not sure it is a hardware issue though because it happens on both of my rev A5A BBB boards with Ubuntu/Debian but NOT with the Angstrom image, that one seems to come back up with Ethernet no problem.

Robert Nelson

unread,
Jun 24, 2013, 12:51:55 PM6/24/13
to beagl...@googlegroups.com, necron...@gmail.com, rkst...@gmail.com
On Mon, Jun 24, 2013 at 11:47 AM, nemanja <ne...@nemik.net> wrote:
> PLyttle,
>
> I'm having the exact same issue with those kernels. I tried RCN's Ubuntu and
> Debian images and both have the issue, and another with my own custom kernel
> based on that one. Unplugging the ethernet for >30 seconds and plugging back
> in makes it no longer work, and doing ifconfig eth0 down, then up and it
> never works, dhclient can't get another IP.
> But it does work on startup the once, like you said.
>
> I'm not sure it is a hardware issue though because it happens on both of my
> rev A5A BBB boards with Ubuntu/Debian but NOT with the Angstrom image, that
> one seems to come back up with Ethernet no problem.

I believe it's a problem in the cpsw ethernet driver.. As the
beaglebone (classic) seems to have the same issue with v3.8.x, where
it worked fine with the old v3.2.x board tree..

Regards,

--
Robert Nelson
http://www.rcn-ee.com/

nemanja

unread,
Jun 24, 2013, 1:55:07 PM6/24/13
to beagl...@googlegroups.com, necron...@gmail.com, rkst...@gmail.com
Thank you Robert, that would make sense. 
I suspected there may be problems with the SMSC LAN8710 driver and tried this patch: http://www.spinics.net/lists/netdev/msg218399.html on the 3.8.13-22 kernel (newest pull from git) but it did not appear to fix it.

nemanja

unread,
Jun 24, 2013, 2:06:43 PM6/24/13
to beagl...@googlegroups.com, necron...@gmail.com, rkst...@gmail.com
I guess the driver isn't fully supported by the kernel? According to http://processors.wiki.ti.com/index.php/AM335x_CPSW_(Ethernet)_Driver's_Guide  I should be able to change things like Interrupt Pacing, but it says it is not supported:
"
ubuntu@arm:~$ sudo ethtool -C eth0 rx-usecs 500
Cannot get device coalesce settings: Operation not supported

nemanja

unread,
Jun 24, 2013, 2:50:40 PM6/24/13
to beagl...@googlegroups.com, necron...@gmail.com, rkst...@gmail.com
I did notice one more curious thing. Sometimes after I unplug and plug the Ethernet cable back in and cannot ping the BBB, if I connect the USB to establish the USB gadget ethernet, it forces the other one to come back up and respond.

If I do this over and over a few times, it eventually stops working, but for a couple of tries, it did somehow force the main PHY to recover.

PLyttle

unread,
Jun 25, 2013, 3:28:12 AM6/25/13
to beagl...@googlegroups.com, necron...@gmail.com, rkst...@gmail.com
I compiled a kernel with the cpsw driver as a module. This needs fixing of the davinci_cpdma.c source, because it does not export the symbols GPL(cpdma_ctlr_int_ctrl); GPL(cpdma_ctlr_eoi); GPL(cpdma_control_set). Fortunately Internet is a big help here :-)

when booting in this new kernel with netctl for eth0 enabled (standard dynamic profile)
modprobe ti_cpsw
netctl start eth0

everything works normally even unplugging and replugging the RJ-45 cable re-initiates the network (improvement here)

netctl stop eth0 stops the interface without apparent mishap, but when followed by netctl start eth0 no more received packets, which shows up as a failed dhcp lease attempt and net...@eth0.service entering a failed state.

The reason why I attempted a modular driver was to try to unload the module at this point an reload it to see if that would re-create a working interface, but this results in a kernel bug
[ 1734.862884] kernel BUG at net/core/dev.c:6286!                              
[ 1734.867528] Internal error: Oops - BUG: 0 [#1] ARM

and a segment error upon reboot.
Unable to handle kernel NULL pointer dereference at virtual address 00000000

I saved the stack trace if someone is interested.

LP

eskimobob

unread,
Jun 25, 2013, 1:27:04 PM6/25/13
to beagl...@googlegroups.com, necron...@gmail.com
I have found the same issue and there is another separate discussion about this in the group (see thread here).   I'd been thinking it was a problem with connman but after reading this thread, it seems that it is something more fundamental.

My findings:
1) If I boot without LAN cable attached then LAN is never available even after plugging LAN in.
2) If after booting with LAN attached, I unplug LAN for a few seconds then plug back in, the connection is re-established providing I add "Restart=on-failure" and "RestartSec=5" to the connman service control/launch file.
3) If after booting with LAN attached, I unplug LAN for more than 5 seconds, the connman service restarts but then the connection can never be re-established without reboot.

Happy to try things if suggestions are offered :-)

tlas...@gmail.com

unread,
Jul 7, 2013, 10:23:42 AM7/7/13
to beagl...@googlegroups.com, necron...@gmail.com
Any resolutions to this issue?  I am experiencing the same thing on BBB running Ubuntu 13.04.  When booted without a cable plugged in, the board can never get an IP address.

Thanks,

-Tom

eskimobob

unread,
Jul 7, 2013, 3:00:28 PM7/7/13
to beagl...@googlegroups.com, necron...@gmail.com, tlas...@gmail.com
I too have seen the problem both with Angstrom and Ubuntu (13.04).  RobertCNelson suggests:  "I believe it's a problem in the cpsw ethernet driver." (see above).  Presumably both Angstrom and Ubuntu pull in the same low level driver.  

It is not clear (to me at least) whether that means it is a problem which the community can/should fix or whether it is something that TI need to be made aware of so that they can fix it.
Can anyone clarify?

Louis Brown

unread,
Jul 7, 2013, 4:58:53 PM7/7/13
to beagl...@googlegroups.com

I RMA'd mine and they diagnosed a faulty ethernet controller, but nothing more specific yet.

eskimobob

unread,
Jul 8, 2013, 3:06:40 AM7/8/13
to beagl...@googlegroups.com, rfe...@everestkc.net
Interesting Louis, presumably you have received a new board now - can you confirm whether you see the same problem of no reconnection when you unplug the LAN for some seconds?
I have 3 BBB boards here (2 x A5A and 1 x A5B) which all do it so if it is a fault with the ethernet controller, there must be a bad batch - seems more likely to be SW though.

Kathryn Adeney

unread,
Jul 8, 2013, 10:42:40 AM7/8/13
to beagl...@googlegroups.com
Yes I have the same question - is there actually a h/w fix?  

There are some pretty relevant-sounding cspw driver fixes logged in Tony Lindgren's repo: http://git.kernel.org/cgit/linux/kernel/git/tmlind/linux-omap.git/log/drivers/net/ethernet/ti.  I think they are against a 3.11 kernel so maybe they are coming (soon I hope? - testing them on BBB exceeds my linux chops / available time).   But this blog post says Beagleboard.org will have a 3.11 build this summer: http://linuxgizmos.com/introducing-the-new-beaglebone-black-kernel/

So my current strategy is to wait it out.  But if there is a h/w fix or better strategy I'd sure like to know.

Kathryn.


--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to a topic in the Google Groups "BeagleBoard" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/beagleboard/mfQwHdfHyoo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to beagleboard...@googlegroups.com.

Gerald Coley

unread,
Jul 8, 2013, 10:50:24 AM7/8/13
to beagl...@googlegroups.com
There is no HW fix for this as the boards work fine as far as I know. I always make sure the cable is plugged in at power up when I use Ethernet  We test these boards before shipping and we have shipped a lot of them and not seen the issue at all.

Gerald



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 beagleboard...@googlegroups.com.

Kathryn Adeney

unread,
Jul 8, 2013, 11:01:13 AM7/8/13
to beagl...@googlegroups.com
HI Gerald, I think if the ethernet is plugged in when you power up you will never see the issue - and this is the right workaround to be sure.  The issue only occurs if ethernet is either unplugged or replugged, OR if it is taken down by software and then taken back up again.  These use cases would be supported by a "fully-functioning" ethernet interface, and and from the postings here it seems they are not working on the current BBB.  But it also seems very likely to be a driver problem in the 3.8 kernel, and not a hardware problem.

Kathryn.

Gerald Coley

unread,
Jul 8, 2013, 11:05:46 AM7/8/13
to beagl...@googlegroups.com
I would lean toward SW as well. 

I just plugged in the Ethernet after boot up. I am looking at www.foxnews.com.

Gerald

eskimobob

unread,
Jul 8, 2013, 11:10:31 AM7/8/13
to beagl...@googlegroups.com
Gerald, would you be able to unplug your ethernet cable for say 15 seconds then plug it back in.  Does it bring the lan back up?
In my case it does not on 3 boards running either the latest Angstrom or Ubuntu images.

Gerald Coley

unread,
Jul 8, 2013, 11:20:05 AM7/8/13
to beagl...@googlegroups.com
Worked fine. It was closer to 20 seconds.

Gerald

Kathryn Adeney

unread,
Jul 8, 2013, 11:26:30 AM7/8/13
to beagl...@googlegroups.com
That is very interesting!  What kind of switch is it plugged into?  I am using a little Netgear Gig-E ... maybe I should try 10/100 ...

Kathryn.

eskimobob

unread,
Jul 8, 2013, 11:29:18 AM7/8/13
to beagl...@googlegroups.com
Interesting indeed.  I am plugged into a 10/100 switch so doubt it is that.
What image are your running on that board Gerald? - if it is not the same as me then it is worth me trying that image.  I'd love to narrow down this problem.

Gerald Coley

unread,
Jul 8, 2013, 11:31:06 AM7/8/13
to beagl...@googlegroups.com
I am using a Trendnet TE100-S5. I am actually running right now the 7_4 test image. Before that it was the 6_20 image. No issues there that I can recall.

Gerald


--

eskimobob

unread,
Jul 8, 2013, 11:51:50 AM7/8/13
to beagl...@googlegroups.com
Oops - now I'm confused by those image numbers.  The Angstrom images seem to have 2013-06-06 release numbers so not sure what your numbers relate to.
if it helps uname -a gives me:
Linux beaglebone 3.8.13 #1 SMP Mon May 20 17:07:58 CEST 2013 armv7l GNU/Linux

Jason Kridner

unread,
Jul 8, 2013, 12:05:44 PM7/8/13
to beagl...@googlegroups.com
Do 'cat /etc/dogtag' from the shell to see the version or visit http://beagleboard.org/support/bone101/dog tag with your board connected over USB. 
--

Gerald Coley

unread,
Jul 8, 2013, 12:06:44 PM7/8/13
to beagl...@googlegroups.com
It is the date. It is explained at http://circuitco.com/support/index.php?title=Updating_The_Software

6_20 is the latest official version.

Gerald


--

eskimobob

unread,
Jul 8, 2013, 12:29:43 PM7/8/13
to beagl...@googlegroups.com
Thanks guys, I should have spotted that.
On this board, I have Cloud9 GNOME Image 2013.05.20

But the same thing happens on:
05_08
05_28


Unplugging LAN for more than 5 seconds then doing dmesg | tail shows:
[ 1736.786361] libphy: 4a101000.mdio:00 - Link is Down
[ 1736.905444] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
it never returns

root@beaglebone:~# ifup eth0

udhcpc (v1.20.2) started
Sending discover...
Sending discover...
Sending discover...
No lease, failing

I'm sure I've tried it on 06_06 image too but can't find the card with it on so will download the latest and try again with that.
Will report :-)

Gerald Coley

unread,
Jul 8, 2013, 12:42:29 PM7/8/13
to beagl...@googlegroups.com
Might as well just move onto the 6_20 release.

Gerald

Louis Brown

unread,
Jul 8, 2013, 12:34:02 PM7/8/13
to beagl...@googlegroups.com
Just to clarify, on mine that was diagnosed with a bad Ethernet, I can transmit packets, but could not receive them. There was never an issue, on all three distros, getting it up to transmit. The Ethernet died after a couple of hours.

Louis Brown

unread,
Jul 8, 2013, 12:48:54 PM7/8/13
to beagl...@googlegroups.com
Not yet, it's supposed to be delivered today, however have people visiting so may not get to it until later this week.
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to a topic in the Google Groups "BeagleBoard" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/beagleboard/mfQwHdfHyoo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to beagleboard...@googlegroups.com.

William Park

unread,
Jul 8, 2013, 2:02:41 PM7/8/13
to beagl...@googlegroups.com
That's strange.  Because, "hotplugging" does not work for me at all.  This is true for ethernet and USB disk.  They have to be plugged in before boot.  I've tried Angstrom, Ubuntu, Debian, all latest version.

eskimobob

unread,
Jul 8, 2013, 5:28:48 PM7/8/13
to beagl...@googlegroups.com
Ok, now reflashed an A5A BBB to the 6_20 image (boy that takes some time to complete!).
Rebooted and cat /etc/dogtag shows (Cloud9 GNOME Image 2013.06.20) so I know I am on an image that Gerald has found to work.

However I get the same result as before - If I unplug the LAN cable for some seconds (more than 5) and then plug it back in, the LAN connection is lost for good.

I thought I'd try and restart connman:
root@beaglebone:/etc/systemd/system/multi-user.target.wants# systemctl restart connman
root@beaglebone:/etc/systemd/system/multi-user.target.wants# [ 882.359973] libphy: PHY 4a101000.mdio:01 not found
[ 882.365022] net eth0: phy 4a101000.mdio:01 not found on slave 1

Looking in dmesg shows:
[ 882.019827] Bridge firewalling registered
[ 882.355689] net eth0: initializing cpsw version 1.12 (0)
[ 882.359939] net eth0: phy found : id is : 0x7c0f1
[ 882.359973] libphy: PHY 4a101000.mdio:01 not found
[ 882.365022] net eth0: phy 4a101000.mdio:01 not found on slave 1
[ 882.380732] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready

As another test, I thought I'd boot without the LAN connected and then try "hotplugging" it.  Upon boot, I see:

[ 6.529286] libphy: PHY 4a101000.mdio:01 not found
[ 6.534345] net eth0: phy 4a101000.mdio:01 not found on slave 1

if I book again with the LAN cable attached then I see in dmesg:

[ 6.588487] net eth0: initializing cpsw version 1.12 (0)
[ 6.590679] net eth0: phy found : id is : 0x7c0f1
[ 6.590698] libphy: PHY 4a101000.mdio:01 not found
[ 6.595752] net eth0: phy 4a101000.mdio:01 not found on slave 1
<snip>
[ 6.649978] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
<snip>
[ 10.736270] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
[ 10.736322] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready

Does any of that help?

Kathryn Adeney

unread,
Jul 8, 2013, 5:38:20 PM7/8/13
to beagl...@googlegroups.com
Thanks Martin, it helps me ... to avoid replicating those steps!   I'll try upgrading when the 7_4 load Gerald is using becomes available.  

(I've been assuming the "mdio:01 not found" log is expected, because there is no second phy ...) 

Kathryn.


--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to a topic in the Google Groups "BeagleBoard" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/beagleboard/mfQwHdfHyoo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to beagleboard...@googlegroups.com.

Gerald Coley

unread,
Jul 8, 2013, 7:21:07 PM7/8/13
to beagl...@googlegroups.com
Just go ahead and request and RMA.



Gerald


--

eskimobob

unread,
Jul 9, 2013, 2:18:55 AM7/9/13
to beagl...@googlegroups.com
Thanks Gerald, I can do that certainly but I wanted to be sure I am not wasting anyone's time first by exhausting all the alternatives.
I have extracted the eMMC image (06_20) and written to SC card so I can easily test my other boards.  
Now tested them and they exhibit the same behaviour (2 x A5B and 1 x A5A).

I am happy to purchase another board before requesting an RMA if that is likely to be useful? - I could get another board delivered to me tomorrow.
Message has been deleted
Message has been deleted

many4tun...@googlemail.com

unread,
Jul 9, 2013, 4:53:07 AM7/9/13
to beagl...@googlegroups.com
I am also having the same issues with the ethernet. I received my BBB A5C yesterday from Farnell and flashed the latest distro 2013-06-20.
The board will send packets but will not receive them.

eskimobob

unread,
Jul 9, 2013, 9:56:49 AM7/9/13
to beagl...@googlegroups.com, necron...@gmail.com
Hmmm - all of my boards have come via Farnell.
Perhaps it's not worth me getting another one to try after all?

many4tunetellers, did you realise you posted 3 times?

On Tuesday, 9 July 2013 09:02:15 UTC+1, many4tun...@googlemail.com wrote:
Yesterday I received my BBB A5C from Farnell and flashed the the latest image 2013-06.20 to the board and I am having the same issues, the board will send packets but it won't receive them.

Gerald Coley

unread,
Jul 9, 2013, 10:04:39 AM7/9/13
to beagl...@googlegroups.com, Douglas Henke

Why not send one boards in under RMA and let us look at it.? If it works here, that can send us in a the right direction.

Gerald



--

eskimobob

unread,
Jul 9, 2013, 10:37:10 AM7/9/13
to beagl...@googlegroups.com, Douglas Henke
Sounds good to me :-)
RMA request sent.  I may be able to get it in the post today.
Thanks Gerald.

Gerald Coley

unread,
Jul 9, 2013, 10:58:23 AM7/9/13
to beagl...@googlegroups.com
Wait to hear back from the RMA folks before you ship the board.

Gerald



--

many4tun...@googlemail.com

unread,
Jul 10, 2013, 7:19:29 AM7/10/13
to beagl...@googlegroups.com

Sorry about that I had no indication the the first 2 had been sent unil I moved to google groups. 

.

many4tun...@googlemail.com

unread,
Jul 10, 2013, 7:41:30 AM7/10/13
to beagl...@googlegroups.com, necron...@gmail.com


I have got the BBB ethernet working now. I cancelled the automatic login and selected my location to the UK.
 
After a reboot on the the login screen the bottom taskbar displayed GMT time and todays date.

The BBB switches off the HDMI output before the login screen and a keypress turns it back on.
Powering BBB up is a bit of a hit and miss affair. the power light just flickers and stays off so I have to disconnect something, ie HDMI lead, USB hub (powered one) or ethernet the reapply power. The PSU is a 5v 10w on and its not flaky.
Some apps like GIMP and ABIWord disconnects my mouse and the BBB freezes.
Mark 


































 

eskimobob

unread,
Jul 10, 2013, 8:06:22 AM7/10/13
to beagl...@googlegroups.com, necron...@gmail.com
Mark, how does this relate to the Ethernet problem described above?
It sounds as if you have posted to the wrong thread 8-p

many4tun...@googlemail.com

unread,
Jul 10, 2013, 10:31:24 AM7/10/13
to beagl...@googlegroups.com, necron...@gmail.com



















My ethernet proplem was the same as others described and I just listed a few issues I found as well

nemanja

unread,
Jul 10, 2013, 2:33:22 PM7/10/13
to beagl...@googlegroups.com
So far, the problem for me has been reproduce-able every time, on both Ubuntu and Angstrom images, by running:
"ifconfig eth0 down"
then
"ifconfig eth0 up" 

This should take down the interface and then bring it back up, it is the same thing that essentially happens when reconfiguring network settings. However after it is brought back up, it no longer can obtain a DHCP address and does not work with a static IP either. I do not think this is a hardware problem as it has been reproduces on 3 different BBB A5A boards. After a restart, it works OK.
I am hoping to use the BBB as a base for a commercial product whose Ethernet connection will need to be reconfigured in the field sometime without a restart, so just booting it up with a cable attached every time is not a realistic solution.

Gerald, if you really think it is still a hardware problem, I could RMA one of the boards.

Thomas Laskowski

unread,
Jul 16, 2013, 5:24:11 PM7/16/13
to beagl...@googlegroups.com, necron...@gmail.com
It scares me how quiet this group has been about this topic.  Isn't anyone else experiencing this issue out there?  We're considering switching to the original Beaglebone, because we are running out of time on our project.  Does anyone know if the original Beaglebone is stable?  Thanks,

-Tom

On Monday, 10 June 2013 11:23:32 UTC-4, necron...@gmail.com wrote:
I'm having a strange problem with my new BeagleBone black: I can transmit packets from the Ethernet port but not receive them.

When using DHCP, I can see (via a sniffer) the DHCP DISCOVER packet sent from the 'bone (via a network sniffer). I can see my DHCP server (dnsmasq 2.59 on stock Ubuntu 12.04 LTS 64-bit server) send a DHCP OFFER. But the 'bone acts like it never hears the offer; it just sends out more DISCOVERs at intervals. (The same DHCP server is working fine for dozens of clients from various vendors. There are plenty of leases left in the pool.)

If I set a static address and try to ping something, I see the 'bone send an ARP who-has, I see the target reply with an ARP is-at, but the 'bone just keeps ARP-ing, and never gets an entry in its ARP table.

In the ifconfig output, the eth0 interface shows 0 packets received and 0 errors. (The number transmitted is non-0.) Nothing suspicious in the dmesg output that I can see.

I've repeated the tests with both the latest Angstrom and with Ubuntu booted off an SD card. Same results. I've tried two different cables, and two different ports on two different Ethernet switches from different vendors. (All ports and cables verified to work fine with my laptop.)

One interesting observation: the port seems to always end up on 10Mbps, even when plugged into 100Mbps- (or gigabit-) capable ports. So, it looks like autonegotiation isn't working either.

I'm running on a 2A 5.00V regulated bench supply, and the DC looks clean on the o-scope.

Other 'bone functions (USB host, USB target, HDMI, LEDs) all seem to work fine.

I'm starting to suspect a hardware problem (busted PHY or magnetics; incomplete or bridged trace).

Any suggestions for stuff I should try before I RMA the poor little guy? (I'm an experienced Linux user and reasonably competent electronics hobbyist, if that matters.)

Gerald Coley

unread,
Jul 16, 2013, 5:29:03 PM7/16/13
to beagl...@googlegroups.com
I have had no issues in this area. I cannot make it fail, Unplugging and plugging it in won't fail. I am not sure what needs to be fixed if it keeps working. Ethernet HW is the exact same as the BeagleBone.

You have two options. Request and RMA and let us look at it, If the HW has a failure we will fix it. If not, then we can tell you and and see what might be wrong on your end.

Second option is to do nothing and see what others may fine.

I know we got one board in with is issue on an RMA. Worked fine.

Gerald



--

Thomas Laskowski

unread,
Jul 16, 2013, 5:53:27 PM7/16/13
to beagl...@googlegroups.com
Thank you for your input, Gerard.  I don't understand how it works for you guys.  I am using a gigabit switch and a gigabit router, but the board always boots with 10 base T.  The 100 base T light is off.  I don't know what to do, requesting an RMA doesn't seem to make sense, because it will probably work for you.

-Tom

Gerald Coley

unread,
Jul 16, 2013, 5:59:15 PM7/16/13
to beagl...@googlegroups.com
It may. It may not. We have had a couple of PHYs go bad. Go ahead and request the RMA.

Gerald

eskimobob

unread,
Jul 16, 2013, 6:09:17 PM7/16/13
to beagl...@googlegroups.com
My RMA authorisation came through this morning - it seems my request went into spam and has just been found fortunately.
I'm shipping one of my three boards to Texas for investigation - not sure how long it will take from the UK.
Fingers crossed they find something useful to all of us with the problem.

Charles Steinkuehler

unread,
Jul 16, 2013, 6:10:59 PM7/16/13
to beagl...@googlegroups.com, Thomas Laskowski
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 7/16/2013 4:53 PM, Thomas Laskowski wrote:
> Thank you for your input, Gerard. I don't understand how it works
> for you guys. I am using a gigabit switch and a gigabit router,
> but the board always boots with 10 base T. The 100 base T light is
> off. I don't know what to do, requesting an RMA doesn't seem to
> make sense, because it will probably work for you.

I am seeing some issues here. I do get a 100 MBit link, but I see
issues sometimes on reboot and when trying to reestablish link.

I'm virtually certain it is not a hardware issue...it "feels" like a
reset issue with the device driver, but I haven't had time to try and
track down the issue. For instance, occasionally DHCP will fail to
acquire a lease and the ethernet will be 'wedged' and not work. Of
interest is the phy is reset when the startup scripts launch the dhcp
client and if things are working properly I get a "link status up"
message from the kernel after the first DHCP packet was transmitted.
When DHCP fails, I don't get the link up message and I get the "no Rx
packets" behavior you describe.

Of course, I'm running Debian with a Xenomai patched kernel, so
despite the fact that I think the issue is related to the port of the
AM335x Ethernet driver to the 3.8 kernel, the "official" BeagleBone
folks are going to ignore any issues I have because I'm so far "off
the reservation".

I suspect you had good results with your BBW (as I did) because it's
running the 3.2 kernel.

I fully support the decision to use the 3.8 Kernel on the BeagleBone
Black, but it is definitely still a bit rough around the edges. I
also understand there might be a bit of back-story that explains why
the 3.8 stuff was not in better shape when the 'Black shipped, but
it's just heresay. :)

- --
Charles Steinkuehler
cha...@steinkuehler.net
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (MingW32)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlHlxPMACgkQLywbqEHdNFyAoACgxylOmCKVFv3MaEl/qnNdJR4v
ZM4AoMdQcmJlNzIfmNYww4ipicg6pdGq
=SdvX
-----END PGP SIGNATURE-----

Gerald Coley

unread,
Jul 16, 2013, 6:29:55 PM7/16/13
to beagl...@googlegroups.com, Thomas Laskowski
We will be watching for the Eskimbob board!

Gerald



Thomas Laskowski

unread,
Jul 16, 2013, 7:03:35 PM7/16/13
to beagl...@googlegroups.com, Thomas Laskowski
Sorry Gerald, I think I accidentally replied directly to you...

Gerald Coley

unread,
Jul 16, 2013, 7:14:00 PM7/16/13
to beagl...@googlegroups.com, Thomas Laskowski
Sounds good. Keep us updated!

Gerald

Charles Steinkuehler

unread,
Jul 16, 2013, 7:33:06 PM7/16/13
to beagl...@googlegroups.com, Thomas Laskowski, Gerald Coley
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I'm seeing identical results in the official Angstrom release and my
hacked MachineKit Debian based images. Some problem specifics.

With both images, if I ping the gateway and remove then re-insert the
Ethernet cable, everything behaves as expected. Packets get dropped
while the cable is unplugged, and the phy comes back up properly when
the Ethernet cable is reconnected.

The problems come when trying to bring an interface down and back up
again. In Angstrom (I tested the 6/20 release):

* Click on the "funny icon to the left of the date"
* Select "Properties"
* Click on "Wired Networks"
* Click the "Disable" button
* Wait a moment
* Click on the "Enable" button

In Debian just:

ifdown eth0
ifup eth0

After this sequence of events (bring the interface down and back up),
with *BOTH* distributions I see exactly the same behavior. I'm
getting DHCP packets at the DHCP server, replies are going out to the
'Bone, but they are not getting received. Ditto for various other
traffic (ie: ARP requests/replies).

I have played a bit with both distributions trying to get the broken
networking up from the command line. I am no newbie at this...I've
been using various network configuration commands at a _very_ low
level since the late 1990's with the Linux Router Project. I have so
far not been able to get any farther than the automated tools, with Tx
working and Rx dead. Tx counters in /proc/net/dev are incrementing,
but the Rx counters are stuck. I suspect unloading the Ethernet
driver and reloading it might fix the issue, but it's not compiled as
a loadable module. :-/

So this pretty much exactly matches the failure described in earlier
e-mails, the behavior is exactly the same between two completely
different OS installs and two different kernels (although they share
the same BeagleBone specific patch set).

Smells like a software driver bug to me...

Gerald: Can you test disabling and enabling the driver via the GUI on
a default install? I'd _really_ like to know if you see the same
problem or if it works for you.

- --
Charles Steinkuehler
cha...@steinkuehler.net
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (MingW32)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlHl2DIACgkQLywbqEHdNFyLlgCgjT1+3hSvY0joC0RoDTgvGa3u
lYkAoPr8WpIgbv97KLMAt6NRL9uCHpTo
=6wqY
-----END PGP SIGNATURE-----

Charles Steinkuehler

unread,
Jul 16, 2013, 7:35:24 PM7/16/13
to beagl...@googlegroups.com
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 7/16/2013 6:33 PM, Charles Steinkuehler wrote:
> I'm seeing identical results in the official Angstrom release and
> my hacked MachineKit Debian based images. Some problem specifics.
>
> With both images, if I ping the gateway and remove then re-insert
> the Ethernet cable, everything behaves as expected. Packets get
> dropped while the cable is unplugged, and the phy comes back up
> properly when the Ethernet cable is reconnected.
>
> The problems come when trying to bring an interface down and back
> up again. In Angstrom (I tested the 6/20 release):
>
> * Click on the "funny icon to the left of the date" * Select
> "Properties"

Oops..."Properties" above should be "Preferences"

> * Click on "Wired Networks" * Click the "Disable" button * Wait a
> moment * Click on the "Enable" button

- --
Charles Steinkuehler
cha...@steinkuehler.net
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (MingW32)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlHl2LwACgkQLywbqEHdNFxksgCeI9+YD3CpQVouvbHUL0hUL3lr
OooAn3Y6lHsV0PwRGApk7YE6vB2/BDdQ
=j2e9
-----END PGP SIGNATURE-----

Thomas Laskowski

unread,
Jul 16, 2013, 7:39:20 PM7/16/13
to beagl...@googlegroups.com, Thomas Laskowski, Gerald Coley
I get the same result when using ifconfig eth0 down/up on a stock image.  But unplugging then plugging back in, or plugging in a cable after a boot works fine.

-Tom

Kathryn Adeney

unread,
Jul 16, 2013, 8:53:50 PM7/16/13
to beagl...@googlegroups.com, necron...@gmail.com
Gerald, a few posts back you mentioned that you were using a test Angstrom image from 7_4.   Do you know the kernel version in there?  

Thanks,
Kathryn.

Gerald Coley

unread,
Jul 16, 2013, 9:09:57 PM7/16/13
to beagl...@googlegroups.com, Douglas Henke
I believe all of them are based on the 3.8.13 kernel.

Gerald



--

Thomas Laskowski

unread,
Jul 17, 2013, 8:49:04 AM7/17/13
to beagl...@googlegroups.com, necron...@gmail.com
Hi,

I'm trying to flash the Angstrom image onto the internal flash when booted from a micro SD.  I am getting an error:

No space left on device

I'm using the Cloud9-IDE-GNOME xz image.  It should fit!

What am I doing wrong?

Thanks,

-Tom

Thomas Laskowski

unread,
Jul 17, 2013, 9:07:40 AM7/17/13
to beagl...@googlegroups.com, necron...@gmail.com
Sorry, wrong forum.  I still start a new topic.

Thomas Laskowski

unread,
Jul 17, 2013, 12:15:22 PM7/17/13
to beagl...@googlegroups.com, Thomas Laskowski
The "bad" board is indeed bad.  I flashed the latest Angstrom image onto eMMC and it fails the cable unplug test.  The other board works fine so far.

-Tom

eskimobob

unread,
Jul 25, 2013, 12:04:48 PM7/25/13
to beagl...@googlegroups.com, Thomas Laskowski
Just had an email to say that the Beagle Hospital has now received my RMA board and are going to run it through some tests.
I'm hoping they find a software issue that can be fixed because I have two more BBBs here that exhibit the same problem.

Gerald Coley

unread,
Jul 25, 2013, 1:44:10 PM7/25/13
to beagl...@googlegroups.com, Thomas Laskowski
Hospital only handles HW issues and repairs any damaged or failed parts.You won't be seeing any SW solutions from the hospital.

Gerald



Thomas Laskowski

unread,
Jul 25, 2013, 6:50:29 PM7/25/13
to beagl...@googlegroups.com, Thomas Laskowski
My other board is still working.  Running Debian Wheezy.  I also sent a board for RMA and they said there was a short on the Ethernet chip.  They fixed it and are sending it back.

-Tom

eskimobob

unread,
Jul 26, 2013, 6:29:54 PM7/26/13
to beagl...@googlegroups.com, Thomas Laskowski
Thanks Gerald, that makes sense.  I had hoped therefore that they would at least recreate the problem and say it was either hardware or software however I have just heard:

"Since the software in your unit is 2013-06-20, we have run our production tests on it without reflashing its eMMC. Everything is working fine. We also performed manual ping and iperf tests on that unit and re-created your failure scenarios (hot plugging Ethernet cable on start up, removing and hot plugging). We haven't seen anything unusual so far. It is now in Ethernet burn-in test. We will keep you updated as we find out anything new."

Based on that feedback, it seems likely that they will not see the problem.  That leads me to wonder again whether it has something to do with my setup - e.g. router.
Can anyone think of any other useful tests I can suggest to them that might reveal the problem?  I intend checking that when removing the LAN, they are waiting at least 5 secs before hot plugging.  Also I will suggest they try ifdown eth0 followed by ifup eth0.

Martin

Gerald Coley

unread,
Jul 26, 2013, 9:20:38 PM7/26/13
to beagl...@googlegroups.com, Thomas Laskowski
That is what I see as well. It could eb a protocol issue or as you say something in your setup. Maybe try and simplify the scenario, like connecting it to a PC. No network, fix the IP address and see how it looks.

Gerald



--

eskimobob

unread,
Jul 29, 2013, 3:40:37 PM7/29/13
to beagl...@googlegroups.com, Thomas Laskowski
Only just getting time to play with this again...

In order to try out Gerald's suggestions, I set it to static IP using Derek Molloy's blog instructions (here).  Note: I'm still testing for the moment on my router.  I was surprised to find that unplugging the LAN, waiting more than 10 seconds then hot-plugging it resulted in automatic reconnection to the router, something I have never seen before.

Ok, I thought it must be something weird when configured to use dhcp instead of static address.  I therefore used set-ipv4-method to change back to dhcp but found that no matter what, I could not connect to my network.

Although it had clearly set the mode to dhcp, I could not find out how to use connman to remove the nameservers that I had set.  I therefore edited the settings file manually to remove the nameserver info then rebooted.  Now, it comes up in dhcp mode and connects happily to my router time and again regardless of how many times I unplug and hot-plug the LAN cable :-/

Something is apparently different - but what!
Off to do some more investigation.

nemanja

unread,
Jul 29, 2013, 6:44:25 PM7/29/13
to beagl...@googlegroups.com, Thomas Laskowski
Exactly eskimobob, that's what I see too. Switching between static and DHCP usually requires a restart of the networking interfaces and service. That's what always kills it for me and explains why it worked when you rebooted. But doing it while BBB is running causes the networking portion to fail.

eskimobob

unread,
Jul 30, 2013, 4:01:45 AM7/30/13
to beagl...@googlegroups.com, Thomas Laskowski
After pulling my hair out trying to get back to the "not-working" situation, I came to the conclusion that something else must have changed in my setup.  It turns out that my router has 3 x 10/100 LAN ports and 1 x 10/100/1000 LAN port.  Between my previous testing and my subsequent tests to try a static IP, I had changed the port that the BBB LAN cable was attached to.

I have now confirmed that when connecting to the 10/100 port, I see the problem but when connecting to the 10/100/1000 port, I see absolutely no problem whatsoever.

I am going to do some more investigation this morning but at least now I have something to focus on and I can reliably recreate the problem and reliably remove the problem.

My plan is to try fitting a 10/100 switch between the working port and the BBB to see if that affects things.  If anyone has any further suggestions for things to try that might help resolve what is causing this, please shout...

eskimobob

unread,
Jul 30, 2013, 7:25:50 AM7/30/13
to beagl...@googlegroups.com, Thomas Laskowski
Ok, more info:

If I plug into the 10/100/1000 Base-T port on the router, I can repeatedly hot-plug.  The bold info below just shows how I have it connected.  I get messages like:

BBB - GigE on router
[ 2605.699821] libphy: 4a101000.mdio:00 - Link is Down
[ 2606.517224] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 2615.266472] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
[ 2615.266599] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready


I tried next inserting a 10 Base-T hub into the link, again it reconnects as follows (yellow LED off as expected since not 100 connection):

BBB - 10 Base-T hub - GigE on router
[ 2534.629535] libphy: 4a101000.mdio:00 - Link is Down
[ 2534.743363] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 2547.407123] libphy: 4a101000.mdio:00 - Link is Up - 10/Half
[ 2547.407247] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready

So, plugging instead in to one of the 100 Base-T ports on the router, it never reconnects - I get:

BBB - 100 Base-T on router
[ 2671.551383] libphy: 4a101000.mdio:00 - Link is Down
[ 2671.657297] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready

BUT - if while in that mode, I insert the 10 Base-T hub in the link, it will reconnect - I get:

BBB - 10 Base-T hub - 100 Base-T on router
[ 2761.391537] libphy: 4a101000.mdio:00 - Link is Up - 10/Half
[ 2761.391662] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready

So I know that it can connect to the 100 Base-T port on the router if I put a 10 Base-T hub in the way.  I am just unsure what that means...

Going back to basics, if I boot while connected to the 100 Base-T port on the router, dmesg shows that it can connect to that port:

BBB - 100 Base-T on router
From boot with LAN connected
[ 23.445684] net eth0: initializing cpsw version 1.12 (0)
[ 23.447890] net eth0: phy found : id is : 0x7c0f1
[ 23.447909] libphy: PHY 4a101000.mdio:01 not found
[ 23.452960] net eth0: phy 4a101000.mdio:01 not found on slave 1
[ 23.481040] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 27.594331] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
[ 27.594395] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready

But after boot, if I unplug it, I get:

[ 340.879107] libphy: 4a101000.mdio:00 - Link is Down
[ 340.932015] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready

And it will never reconnect however many times I hot-plug it.

BUT - if I plug it back in to the same router port but via the 10 Base-T hub, it reconnects:

[ 367.570844] libphy: 4a101000.mdio:00 - Link is Up - 10/Half
[ 367.570899] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready

Does any of that give anyone a clue?
I am going to update the guys at the Beagle Hospital with this info too.

eskimobob

unread,
Jul 31, 2013, 6:34:20 AM7/31/13
to beagl...@googlegroups.com, Thomas Laskowski
Based on my testing above, it seems likely that this is a software problem related to the control of the PHY.  Since the problem appears in both the Angstrom release and the Ubuntu release, it seems likely to me at least that the problem lies in the TI CPSW driver code.  I don't know how I might progress this further at this time though so probably have to just live with it...

Can anyone else above who has seen this problem try a similar experiment to mine and see if their problem is also "cured" by inserting a 10 Base-T hub in the path?

Thomas Laskowski

unread,
Jul 31, 2013, 7:21:37 AM7/31/13
to beagl...@googlegroups.com, Thomas Laskowski
Yeah, I think something's definitely up with the driver.  I have it plugged into a gigabit switch and router.  It works fine, but I had to RMA one board.  They found a short in the Ethernet chip.

-Tom

David Lambert

unread,
Jul 31, 2013, 9:40:37 AM7/31/13
to beagl...@googlegroups.com
I have also seen this on BBW. I have also been unable to ping from U-Boot on occasions. Once the PHY chip gets into this state, no software can talk to it, so only a hard reset works. Gerald Coley has some good suggestions, but I have yet to pin it down. Please see the thread:

"BBB and BBW Ethernet problems" for details.


HTH

Dave.
--

Thomas Laskowski

unread,
Jul 31, 2013, 11:14:51 AM7/31/13
to beagl...@googlegroups.com
You know something is wrong because when you do ifconfig eth0 down then up it never comes back up!

-Tom

eskimobob

unread,
Jul 31, 2013, 11:31:31 AM7/31/13
to beagl...@googlegroups.com
Tom, the Beagle Hospital guys tell that this particular problem (ifconfig eth0 down etc) - "is a known issue for ifconfig that has been addressed".  They didn't say how that had been addressed but I am guessing something is in the pipeline somewhere.  I think it is a different problem though to the one here which seems on the surface to be related to connections on 100 Base-T ports...

Dave, I had previously read through your topic and while it does sound similar, I am not convinced it is the same.  You indicate that the PHY has hung and cannot be cleared.  In my recent post here, I have demonstrated that while I cannot connect directly to the 100 Base-T port, if I put a 10 Base-T hub in the line that I can connect again - i.e. the PHY had not hung, it was simply not able to connect for some unknown reason.

David Lambert

unread,
Jul 31, 2013, 11:40:51 AM7/31/13
to beagl...@googlegroups.com
On 13-07-31 10:31 AM, eskimobob wrote:
Tom, the Beagle Hospital guys tell that this particular problem (ifconfig eth0 down etc) - "is a known issue for ifconfig that has been addressed".  They didn't say how that had been addressed but I am guessing something is in the pipeline somewhere.  I think it is a different problem though to the one here which seems on the surface to be related to connections on 100 Base-T ports...

Dave, I had previously read through your topic and while it does sound similar, I am not convinced it is the same.  You indicate that the PHY has hung and cannot be cleared.  In my recent post here, I have demonstrated that while I cannot connect directly to the 100 Base-T port, if I put a 10 Base-T hub in the line that I can connect again - i.e. the PHY had not hung, it was simply not able to connect for some unknown reason.
I agree there most probably are two problems. I think the symptoms are so similar, it is easy to cross-post ;)

alex.h...@gmail.com

unread,
Aug 28, 2013, 9:08:28 PM8/28/13
to beagl...@googlegroups.com
Hi eskimobob.

Can you ask the hospital guys how the issue has been addressed more specifically?

On the topic, I can echo similar issues. First, after I bring the interface up for the first time, I have to wait ~12s before the BBB can accept a DHCP OFFER. Bringing the interface up seems to intialize the PHY:
[    6.113545] net eth0: initializing cpsw version 1.12 (0) |
[    6.115769] net eth0: phy found : id is : 0x7c0f1
after which (after the delay) I can use ifup to connect. Using connman to bring up the interface gets a 169.x address initially, but by resetting the ipv4 method to dhcp I can have get an IP address, so I see a similar effect of the board not receiving DHCP OFFER.

Second I cannot reconnect after using ifdown to bring the interface down. However if I unplug and replug the cable while using connman, connman goes through the same status as startup on plugin - if I tell it to check dhcp again, it will connect.

I'm currently using the CLOUD9 GNOME Image 2013.05.20, fully upgraded through opkg, but I will try to test a later image tomorrow and see if the issue is fixed as the hospital guys say.

Gerald Coley

unread,
Aug 28, 2013, 9:29:01 PM8/28/13
to beagl...@googlegroups.com
I suspect that in that  instance they replaced a faulty PHY device. A bad part on the board. That is all they do. Replace bad parts.

I would however in your case, upgrade to a newer image.

If you think the board i s bad, request an RMA.

Gerald

houssam....@liu.edu.lb

unread,
Sep 12, 2013, 2:32:18 PM9/12/13
to beagl...@googlegroups.com
Hi Gerald,
I have had problems with the SMSC LAN8710 auto MDI-X feature is buggy and would cause LAN connectivity problems similar to the ones noted above.  For me disabling the auto MDI-X (feature!) solved these problems (see http://www.spinics.net/lists/netdev/msg218399.html for a patch for this problem).

Note that any patch has to make sure that auto-mdix disable bit is SET, this bit needs to be updated after soft/hard reset to the PHY cause the bit gets cleared.

Hope this helps
Hussein

Gerald Coley

unread,
Sep 12, 2013, 2:49:25 PM9/12/13
to beagl...@googlegroups.com
OK. You will need to push the patch.

Gerald

voodo...@gmail.com

unread,
Sep 18, 2013, 11:40:42 AM9/18/13
to beagl...@googlegroups.com
Gerald,  how can you tell on this forum, that everything is working fine?

At this moment, i have on the table different linux devices... BeagleBone black(4 pieces, different revisions), acme aria g25(4 pieces).
In aria g25 is similiar phy smsc lan8720, in beaglebone is lan8710. BOTH of this devices have problem, when there is device not supporting auto MDI/MDIX on the other side....  So as Hussein said, it is software bug in smsc lan phy linux kernel module.

Symptoms:  

1) when there is no ethernet cable plugged in during boot, it is not possible to bring the link up after plugging the cable after boot.
2) when you start ping - almost with fixed IP,  pull out the ethernet cable, and plug it back within 5 seconds, everything is ok.. 
3) when you start ping - almost with fixed IP,  pull out the ethernet cable, and plug it back after 5 sedonds, the link will remain down....

So, i downloaded kernel source 3.11, used this patch: http://www.spinics.net/lists/netdev/msg218399.html 
Instaled this kernel both to acme aria G25s,  and BeagleBone blacks, every board works perfect!
 



Dňa štvrtok, 12. septembra 2013 20:49:25 UTC+2 Gerald napísal(-a):

Gerald Coley

unread,
Sep 18, 2013, 11:49:12 AM9/18/13
to beagl...@googlegroups.com
I can tell from this forum that a lot of people have no issues.

I can also tell that some people have issues.

So, from that I can determine that there are variable and different environments that have an impact on the working condition of the Ethernet. We test Ethernet on every board that ships out so we know the HW works, it send ones and zeros. I also know as you have confirmed, that the HW is fine with the patched 3.11 kernel

If you want to use the 3.11 kernel then fine. I rely on the SW team to set the direction of the SW. If you have  a complaint, then I would use your influence to convince the SW team to move to another kernel. However, I do know on the 3.11 kernel some things do not work. So, as long as Ethernet is the only feature you need then that should be OK. But, other things do not work. I hope none of those are needed.


Gerald





st...@connection-telecom.com

unread,
Nov 2, 2013, 3:47:16 PM11/2/13
to beagl...@googlegroups.com


On Wednesday, 18 September 2013 17:49:12 UTC+2, Gerald wrote:
I can tell from this forum that a lot of people have no issues.

I can also tell that some people have issues.


Hi Gerald,

What advice to get the Ethernet on the BBB to work properly?

I have 2 units purchased a couple of weeks back.  Both behave the same as described above.

Thanks,
Steve
 

Gerald Coley

unread,
Nov 2, 2013, 5:37:29 PM11/2/13
to beagl...@googlegroups.com
-This sounds to be either SW or Network related.

-It could be bad cable.

-It could be a DHCP server issue or a bad IP address such that the router does not know where to route messages.

-The fact it happens on two cards, makes it less likely to be a board issue.

-Make sure the Ethernet cable is plugged in before you power up the board.

-I have seen that if you have the USB cable connected and you have run the getting started stuff, the board decides to create its own DHCP server,. That can sometimes mess up the Ethernet. Make sure USB is unplugged from the PC and power up the board. Then ping the address as set by your DHCP sever to the assigned address.


Gerald



--

st...@connection-telecom.com

unread,
Nov 3, 2013, 2:08:52 PM11/3/13
to beagl...@googlegroups.com

Hi Gerald,


On Saturday, 2 November 2013 23:37:29 UTC+2, Gerald wrote:

-It could be bad cable.

Cable works with other equipment.  And my BBB does sometimes successfully connect. I didn't find a single consistent way to get it to connect every time.


-It could be a DHCP server issue or a bad IP address such that the router does not know where to route messages.

It seems to be the standard "transmits" and doesn't receive.  I can see the DHCP traffic transmitted but the BBB doesn't receive the reply.  We don't see issues with our DHCP server in other circumstances and can see the DHCP server responding to the requests from the BBB.

Regards,
Steve
 

st...@connection-telecom.com

unread,
Nov 4, 2013, 7:35:05 AM11/4/13
to beagl...@googlegroups.com, st...@connection-telecom.com


On Sunday, 3 November 2013 21:08:52 UTC+2, st...@connection-telecom.com wrote:

Hi Gerald,



Further input on this bootstrap problem on the BBB eth0:


First test:

a) I connected the eth0 interface to my Mac using an Apple USB<->100bt adapter.
b) Powered up the BBB.

Result was that the BBB successfully requested and received an IP via DHCP on eth0, and I was able to ssh in.
I tested a number of times with success every time.

Second test:

a) I connected eth eth0 interface to our office LAN Netgear GSM7248 switch with 1000bt ports.
b) Powered up the BBB
c) BBB did not acquire an IP
d) Connected usb to the BBB and ssh'ed in via 192.168.7.2.
e) "ifconfig" showed that the eth0 interface had a 169.254 address (169.254.37.137/16 to be specific).
f) I then did "ifup eth0" and the BBB immediately was successful to get an IP.

I have the "logread" kernel log from boot up which I append:

Jan  1 00:00:03 beaglebone user.notice kernel: [    0.000000] Linux version 3.8.13 (koen@rrMBP) (gcc version 4.7.3 20130205 (prerelease) (Linaro GCC 4.7-2013.02-01) ) #1 SMP Thu Sep 12 10:27:06 CEST 2013
Jan  1 00:00:03 beaglebone user.warn kernel: [    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=50c5387d
Jan  1 00:00:03 beaglebone user.warn kernel: [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
Jan  1 00:00:03 beaglebone user.info kernel: [    0.000000] Machine: Generic AM33XX (Flattened Device Tree), model: TI AM335x BeagleBone
Jan  1 00:00:03 beaglebone user.warn kernel: [    0.000000] Memory policy: ECC disabled, Data cache writeback
Jan  1 00:00:03 beaglebone user.info kernel: [    0.000000] AM335X ES1.0 (neon )
Jan  1 00:00:03 beaglebone user.info kernel: [    0.000000] PERCPU: Embedded 8 pages/cpu @c0b34000 s9408 r8192 d15168 u32768
Jan  1 00:00:03 beaglebone user.warn kernel: [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 129792
Jan  1 00:00:03 beaglebone user.notice kernel: [    0.000000] Kernel command line: console=ttyO0,115200n8 quiet drm.debug=7 root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait
Jan  1 00:00:03 beaglebone user.info kernel: [    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
Jan  1 00:00:04 beaglebone user.info kernel: [    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Jan  1 00:00:04 beaglebone user.info kernel: [    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Jan  1 00:00:04 beaglebone user.notice kernel: [    0.000000] __ex_table already sorted, skipping sort
Jan  1 00:00:04 beaglebone user.info kernel: [    0.000000] allocated 1048576 bytes of page_cgroup
Jan  1 00:00:04 beaglebone user.info kernel: [    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
Jan  1 00:00:04 beaglebone user.info kernel: [    0.000000] Memory: 511MB = 511MB total
Jan  1 00:00:04 beaglebone user.notice kernel: [    0.000000] Memory: 510296k/510296k available, 13992k reserved, 0K highmem
Jan  1 00:00:04 beaglebone user.notice kernel: [    0.000000] Virtual kernel memory layout:
Jan  1 00:00:04 beaglebone user.notice kernel: [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
Jan  1 00:00:04 beaglebone user.notice kernel: [    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
Jan  1 00:00:04 beaglebone user.notice kernel: [    0.000000]     vmalloc : 0xe0800000 - 0xff000000   ( 488 MB)
Jan  1 00:00:04 beaglebone user.notice kernel: [    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
Jan  1 00:00:04 beaglebone user.notice kernel: [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
Jan  1 00:00:04 beaglebone user.notice kernel: [    0.000000]     modules : 0xbf800000 - 0xbfe00000   (   6 MB)
Jan  1 00:00:04 beaglebone user.notice kernel: [    0.000000]       .text : 0xc0008000 - 0xc060fc28   (6176 kB)
Jan  1 00:00:04 beaglebone user.notice kernel: [    0.000000]       .init : 0xc0610000 - 0xc06524c0   ( 266 kB)
Jan  1 00:00:04 beaglebone user.notice kernel: [    0.000000]       .data : 0xc0654000 - 0xc06c9fa0   ( 472 kB)
Jan  1 00:00:04 beaglebone user.notice kernel: [    0.000000]        .bss : 0xc06c9fa0 - 0xc0723d3c   ( 360 kB)
Jan  1 00:00:04 beaglebone user.info kernel: [    0.000000] Hierarchical RCU implementation.
Jan  1 00:00:04 beaglebone user.info kernel: [    0.000000] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1.
Jan  1 00:00:04 beaglebone user.info kernel: [    0.000000] NR_IRQS:16 nr_irqs:16 16
Jan  1 00:00:04 beaglebone user.info kernel: [    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
Jan  1 00:00:04 beaglebone user.info kernel: [    0.000000] Total of 128 interrupts on 1 active controller
Jan  1 00:00:04 beaglebone user.info kernel: [    0.000000] OMAP clockevent source: GPTIMER1 at 24000000 Hz
Jan  1 00:00:04 beaglebone user.info kernel: [    0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
Jan  1 00:00:04 beaglebone user.info kernel: [    0.000000] OMAP clocksource: GPTIMER2 at 24000000 Hz
Jan  1 00:00:04 beaglebone user.info kernel: [    0.000000] Console: colour dummy device 80x30
Jan  1 00:00:04 beaglebone user.info kernel: [    0.000362] Calibrating delay loop... 545.07 BogoMIPS (lpj=531968)
Jan  1 00:00:04 beaglebone user.info kernel: [    0.015428] pid_max: default: 32768 minimum: 301
Jan  1 00:00:04 beaglebone user.info kernel: [    0.015664] Security Framework initialized
Jan  1 00:00:04 beaglebone user.info kernel: [    0.015757] Mount-cache hash table entries: 512
Jan  1 00:00:04 beaglebone user.info kernel: [    0.026347] Initializing cgroup subsys cpuacct
Jan  1 00:00:04 beaglebone user.info kernel: [    0.026382] Initializing cgroup subsys memory
Jan  1 00:00:04 beaglebone user.info kernel: [    0.026446] Initializing cgroup subsys blkio
Jan  1 00:00:04 beaglebone user.info kernel: [    0.026583] CPU: Testing write buffer coherency: ok
Jan  1 00:00:04 beaglebone user.info kernel: [    0.027119] CPU0: thread -1, cpu 0, socket -1, mpidr 0
Jan  1 00:00:04 beaglebone user.info kernel: [    0.027253] Setting up static identity map for 0x8038a5e0 - 0x8038a62c
Jan  1 00:00:04 beaglebone user.info kernel: [    0.028566] Brought up 1 CPUs
Jan  1 00:00:04 beaglebone user.info kernel: [    0.028591] SMP: Total of 1 processors activated (545.07 BogoMIPS).
Jan  1 00:00:04 beaglebone user.info kernel: [    0.029889] devtmpfs: initialized
Jan  1 00:00:04 beaglebone user.info kernel: [    0.094652] pinctrl core: initialized pinctrl subsystem
Jan  1 00:00:04 beaglebone user.info kernel: [    0.094867] rstctl core: initialized rstctl subsystem
Jan  1 00:00:04 beaglebone user.info kernel: [    0.095365] regulator-dummy: no parameters
Jan  1 00:00:04 beaglebone user.info kernel: [    0.095926] NET: Registered protocol family 16
Jan  1 00:00:04 beaglebone user.info kernel: [    0.096781] DMA: preallocated 256 KiB pool for atomic coherent allocations
Jan  1 00:00:04 beaglebone user.info kernel: [    0.106882] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
Jan  1 00:00:04 beaglebone user.warn kernel: [    0.107701] platform 49000000.edma: alias fck already exists
Jan  1 00:00:04 beaglebone user.warn kernel: [    0.107735] platform 49000000.edma: alias fck already exists
Jan  1 00:00:04 beaglebone daemon.info avahi-daemon[140]: Found user 'avahi' (UID 998) and group 'avahi' (GID 996).
Jan  1 00:00:04 beaglebone user.warn kernel: [    0.107762] platform 49000000.edma: alias fck already exists
Jan  1 00:00:04 beaglebone daemon.info avahi-daemon[140]: Successfully dropped root privileges.
Jan  1 00:00:04 beaglebone user.info kernel: [    0.109079] OMAP GPIO hardware version 0.1
Jan  1 00:00:04 beaglebone user.info kernel: [    0.113781] gpio-rctrl rstctl.4: loaded OK
Jan  1 00:00:04 beaglebone user.info kernel: [    0.119396] hw-breakpoint: debug architecture 0x4 unsupported.
Jan  1 00:00:04 beaglebone user.info kernel: [    0.121528] cpsw.0: No hwaddr in dt. Using c8:a0:30:b9:8c:ec from efuse
Jan  1 00:00:04 beaglebone user.info kernel: [    0.121560] cpsw.1: No hwaddr in dt. Using c8:a0:30:b9:8c:ee from efuse
Jan  1 00:00:04 beaglebone user.info kernel: [    0.137018] bio: create slab <bio-0> at 0
Jan  1 00:00:04 beaglebone daemon.info avahi-daemon[140]: avahi-daemon 0.6.31 starting up.
Jan  1 00:00:04 beaglebone user.info kernel: [    0.149066] edma-dma-engine edma-dma-engine.0: TI EDMA DMA engine driver
Jan  1 00:00:04 beaglebone user.info kernel: [    0.149502] vmmcsd_fixed: 3300 mV
Jan  1 00:00:04 beaglebone user.notice kernel: [    0.152417] SCSI subsystem initialized
Jan  1 00:00:04 beaglebone user.info kernel: [    0.152837] usbcore: registered new interface driver usbfs
Jan  1 00:00:04 beaglebone user.info kernel: [    0.152949] usbcore: registered new interface driver hub
Jan  1 00:00:04 beaglebone user.info kernel: [    0.153225] usbcore: registered new device driver usb
Jan  1 00:00:04 beaglebone user.info kernel: [    0.155287] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
Jan  1 00:00:04 beaglebone user.info kernel: [    0.156817] input: tps65217_pwr_but as /devices/ocp.3/44e0b000.i2c/i2c-0/0-0024/input/input0
Jan  1 00:00:04 beaglebone user.info kernel: [    0.159042] DCDC1: at 1500 mV
Jan  1 00:00:04 beaglebone user.info kernel: [    0.160253] vdd_mpu: 925 <--> 1325 mV at 1100 mV
Jan  1 00:00:04 beaglebone user.info kernel: [    0.161358] vdd_core: 925 <--> 1150 mV at 1100 mV
Jan  1 00:00:04 beaglebone user.info kernel: [    0.162504] LDO1: at 1800 mV
Jan  1 00:00:04 beaglebone user.info kernel: [    0.163598] LDO2: at 3300 mV
Jan  1 00:00:04 beaglebone user.info kernel: [    0.165572] LDO3: 1800 mV
Jan  1 00:00:04 beaglebone user.info kernel: [    0.166746] LDO4: at 3300 mV
Jan  1 00:00:04 beaglebone user.info kernel: [    0.167743] tps65217 0-0024: TPS65217 ID 0xe version 1.2
Jan  1 00:00:04 beaglebone user.warn kernel: [    0.168479] omap_i2c 44e0b000.i2c: unable to select pin group
Jan  1 00:00:04 beaglebone user.info kernel: [    0.169186] omap_i2c 4819c000.i2c: bus 1 rev0.11 at 100 kHz
Jan  1 00:00:04 beaglebone user.warn kernel: [    0.171508] omap_i2c 4819c000.i2c: unable to select pin group
Jan  1 00:00:04 beaglebone daemon.info connmand[127]: Connection Manager version 1.4
Jan  1 00:00:04 beaglebone daemon.info avahi-daemon[140]: Successfully called chroot().
Jan  1 00:00:04 beaglebone user.info kernel: [    0.171800] media: Linux media interface: v0.10
Jan  1 00:00:04 beaglebone daemon.info avahi-daemon[140]: Successfully dropped remaining capabilities.
Jan  1 00:00:04 beaglebone user.info kernel: [    0.171902] Linux video capture interface: v2.00
Jan  1 00:00:05 beaglebone daemon.info avahi-daemon[140]: Loading service file /services/cloud9-avahi.service.
Jan  1 00:00:05 beaglebone user.info kernel: [    0.172044] pps_core: LinuxPPS API ver. 1 registered
Jan  1 00:00:05 beaglebone daemon.info avahi-daemon[140]: Loading service file /services/gateone-avahi.service.
Jan  1 00:00:05 beaglebone user.info kernel: [    0.172061] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giom...@linux.it>
Jan  1 00:00:05 beaglebone daemon.info avahi-daemon[140]: Loading service file /services/sftp-ssh.service.
Jan  1 00:00:05 beaglebone user.info kernel: [    0.172756] Advanced Linux Sound Architecture Driver Initialized.
Jan  1 00:00:05 beaglebone daemon.info avahi-daemon[140]: Loading service file /services/ssh.service.
Jan  1 00:00:05 beaglebone user.info kernel: [    0.174098] Switching to clocksource gp_timer
Jan  1 00:00:05 beaglebone daemon.info avahi-daemon[140]: Loading service file /services/udisks.service.
Jan  1 00:00:05 beaglebone user.info kernel: [    0.192221] NET: Registered protocol family 2
Jan  1 00:00:05 beaglebone daemon.info avahi-daemon[140]: Network interface enumeration completed.
Jan  1 00:00:05 beaglebone user.info kernel: [    0.193216] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
Jan  1 00:00:05 beaglebone daemon.info avahi-daemon[140]: Registering HINFO record with values 'ARMV7L'/'LINUX'.
Jan  1 00:00:05 beaglebone user.info kernel: [    0.193359] TCP bind hash table entries: 4096 (order: 4, 81920 bytes)
Jan  1 00:00:05 beaglebone daemon.info connmand[127]: Checking loopback interface settings
Jan  1 00:00:05 beaglebone daemon.info avahi-daemon[140]: Server startup complete. Host name is beaglebone.local. Local service cookie is 3118606904.
Jan  1 00:00:05 beaglebone user.info kernel: [    0.193520] TCP: Hash tables configured (established 4096 bind 4096)
Jan  1 00:00:05 beaglebone daemon.info connmand[127]: System hostname is beaglebone
Jan  1 00:00:05 beaglebone daemon.info avahi-daemon[140]: Service "beaglebone" (/services/udisks.service) successfully established.
Jan  1 00:00:05 beaglebone user.info kernel: [    0.193610] TCP: reno registered
Jan  1 00:00:05 beaglebone daemon.info avahi-daemon[140]: Service "beaglebone" (/services/ssh.service) successfully established.
Jan  1 00:00:05 beaglebone user.info kernel: [    0.193638] UDP hash table entries: 256 (order: 1, 12288 bytes)
Jan  1 00:00:05 beaglebone daemon.info avahi-daemon[140]: Service "beaglebone" (/services/sftp-ssh.service) successfully established.
Jan  1 00:00:05 beaglebone user.info kernel: [    0.193684] UDP-Lite hash table entries: 256 (order: 1, 12288 bytes)
Jan  1 00:00:05 beaglebone daemon.info avahi-daemon[140]: Service "GateOne on beaglebone" (/services/gateone-avahi.service) successfully established.
Jan  1 00:00:05 beaglebone daemon.info connmand[127]: lo {newlink} index 1 operstate 0 <UNKNOWN>
Jan  1 00:00:05 beaglebone user.info kernel: [    0.194168] NET: Registered protocol family 1
Jan  1 00:00:05 beaglebone daemon.notice dbus[138]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service'
Jan  1 00:00:05 beaglebone daemon.info avahi-daemon[140]: Service "Cloud9 IDE on beaglebone" (/services/cloud9-avahi.service) successfully established.
Jan  1 00:00:05 beaglebone daemon.info connmand[127]: eth0 {create} index 2 type 1 <ETHER>
Jan  1 00:00:05 beaglebone user.info kernel: [    0.194712] RPC: Registered named UNIX socket transport module.
Jan  1 00:00:05 beaglebone daemon.info connmand[127]: eth0 {update} flags 4098 <DOWN>
Jan  1 00:00:06 beaglebone user.info kernel: [    0.194732] RPC: Registered udp transport module.
Jan  1 00:00:06 beaglebone daemon.info connmand[127]: eth0 {newlink} index 2 address C8:A0:30:B9:8C:EC mtu 1500
Jan  1 00:00:06 beaglebone user.info kernel: [    0.194746] RPC: Registered tcp transport module.
Jan  1 00:00:06 beaglebone daemon.notice dbus[138]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Jan  1 00:00:06 beaglebone daemon.info connmand[127]: eth0 {newlink} index 2 operstate 2 <DOWN>
Jan  1 00:00:06 beaglebone user.info kernel: [    0.194761] RPC: Registered tcp NFSv4.1 backchannel transport module.
Jan  1 00:00:06 beaglebone daemon.info connmand[127]: Adding interface eth0 [ ethernet ]
Jan  1 00:00:06 beaglebone user.info kernel: [    0.195522] hw perfevents: enabled with ARMv7 Cortex-A8 PMU driver, 5 counters available
Jan  1 00:00:06 beaglebone user.info kernel: [    0.196062] CPU PMU: attempt to register multiple PMU devices!
Jan  1 00:00:06 beaglebone user.warn kernel: [    0.196103] arm-pmu: probe of arm-pmu failed with error -28
Jan  1 00:00:06 beaglebone user.err kernel: [    0.196491] omap2_mbox_probe: platform not supported
Jan  1 00:00:06 beaglebone user.notice kernel: [    0.200320] VFS: Disk quotas dquot_6.5.2
Jan  1 00:00:06 beaglebone user.warn kernel: [    0.200555] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Jan  1 00:00:06 beaglebone user.notice kernel: [    0.201928] NFS: Registering the id_resolver key type
Jan  1 00:00:06 beaglebone daemon.info connmand[127]: usb0 {create} index 3 type 1 <ETHER>
Jan  1 00:00:06 beaglebone user.notice kernel: [    0.202055] Key type id_resolver registered
Jan  1 00:00:06 beaglebone daemon.info connmand[127]: usb0 {update} flags 4098 <DOWN>
Jan  1 00:00:06 beaglebone user.notice kernel: [    0.202072] Key type id_legacy registered
Jan  1 00:00:06 beaglebone daemon.info connmand[127]: usb0 {newlink} index 3 address 1A:4B:68:D0:89:A8 mtu 1500
Jan  1 00:00:06 beaglebone user.info kernel: [    0.202138] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
Jan  1 00:00:06 beaglebone daemon.info connmand[127]: usb0 {newlink} index 3 operstate 2 <DOWN>
Jan  1 00:00:06 beaglebone user.info kernel: [    0.202581] msgmni has been set to 996
Jan  1 00:00:06 beaglebone daemon.info connmand[127]: Adding interface usb0 [ gadget ]
Jan  1 00:00:06 beaglebone user.info kernel: [    0.205390] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
Jan  1 00:00:06 beaglebone daemon.info connmand[127]: eth0 {update} flags 4163 <UP,RUNNING>
Jan  1 00:00:06 beaglebone user.info kernel: [    0.205489] io scheduler noop registered
Jan  1 00:00:06 beaglebone daemon.info connmand[127]: eth0 {newlink} index 2 address C8:A0:30:B9:8C:EC mtu 1500
Jan  1 00:00:06 beaglebone user.info kernel: [    0.205508] io scheduler deadline registered
Jan  1 00:00:06 beaglebone daemon.info connmand[127]: eth0 {newlink} index 2 operstate 0 <UNKNOWN>
Jan  1 00:00:06 beaglebone user.info kernel: [    0.205552] io scheduler cfq registered (default)
Jan  1 00:00:06 beaglebone daemon.info connmand[127]: eth0 {update} flags 4099 <UP>
Jan  1 00:00:06 beaglebone daemon.info avahi-daemon[140]: Joining mDNS multicast group on interface usb0.IPv4 with address 192.168.7.2.
Jan  1 00:00:06 beaglebone user.err kernel: [    0.207177] tps65217-bl tps65217-bl: no platform data provided
Jan  1 00:00:06 beaglebone daemon.info connmand[127]: eth0 {newlink} index 2 address C8:A0:30:B9:8C:EC mtu 1500
Jan  1 00:00:06 beaglebone daemon.info avahi-daemon[140]: New relevant interface usb0.IPv4 for mDNS.
Jan  1 00:00:06 beaglebone daemon.info udhcpd[259]: udhcpd (v1.20.2) started
Jan  1 00:00:06 beaglebone user.warn kernel: [    0.207219] tps65217-bl: probe of tps65217-bl failed with error -22
Jan  1 00:00:06 beaglebone daemon.info connmand[127]: eth0 {newlink} index 2 operstate 2 <DOWN>
Jan  1 00:00:06 beaglebone daemon.info avahi-daemon[140]: Registering new address record for 192.168.7.2 on usb0.IPv4.
Jan  1 00:00:06 beaglebone user.info kernel: [    0.208213] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Jan  1 00:00:06 beaglebone daemon.info connmand[127]: usb0 {add} address 192.168.7.2/24 label usb0 family 2
Jan  1 00:00:10 beaglebone daemon.info avahi-daemon[140]: Withdrawing address record for 192.168.7.2 on usb0.
Jan  1 00:00:10 beaglebone user.warn kernel: [    0.210751] omap_uart 44e09000.serial: did not get pins for uart0 error: -19
Jan  1 00:00:10 beaglebone daemon.info connmand[127]: usb0 {update} flags 4099 <UP>
Jan  1 00:00:10 beaglebone daemon.info avahi-daemon[140]: Leaving mDNS multicast group on interface usb0.IPv4 with address 192.168.7.2.
Jan  1 00:00:10 beaglebone user.info kernel: [    0.211026] 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 88) is a OMAP UART0
Jan  1 00:00:10 beaglebone daemon.info connmand[127]: usb0 {newlink} index 3 address 1A:4B:68:D0:89:A8 mtu 1500
Jan  1 00:00:10 beaglebone daemon.info avahi-daemon[140]: Interface usb0.IPv4 no longer relevant for mDNS.
Jan  1 00:00:10 beaglebone user.info kernel: [    0.223438] console [ttyO0] enabled
Jan  1 00:00:10 beaglebone daemon.info connmand[127]: usb0 {newlink} index 3 operstate 2 <DOWN>
Jan  1 00:00:10 beaglebone daemon.info avahi-daemon[140]: Joining mDNS multicast group on interface usb0.IPv4 with address 192.168.7.2.
Jan  1 00:00:10 beaglebone user.info kernel: [    0.224642] [drm] Initialized drm 1.1.0 20060810
Jan  1 00:00:10 beaglebone daemon.info connmand[127]: usb0 {add} route 192.168.7.0 gw 0.0.0.0 scope 253 <LINK>
Jan  1 00:00:10 beaglebone daemon.info avahi-daemon[140]: New relevant interface usb0.IPv4 for mDNS.
Jan  1 00:00:10 beaglebone daemon.info connmand[127]: usb0 {del} address 192.168.7.2/24 label usb0
Jan  1 00:00:11 beaglebone daemon.info avahi-daemon[140]: Registering new address record for 192.168.7.2 on usb0.IPv4.
Jan  1 00:00:11 beaglebone user.info kernel: [    0.238445] brd: module loaded
Jan  1 00:00:11 beaglebone daemon.info connmand[127]: usb0 {del} route 192.168.7.0 gw 0.0.0.0 scope 253 <LINK>
Jan  1 00:00:11 beaglebone user.info kernel: [    0.245470] loop: module loaded
Jan  1 00:00:11 beaglebone daemon.info connmand[127]: usb0 {add} address 192.168.7.2/30 label usb0 family 2
Jan  1 00:00:11 beaglebone user.info kernel: [    0.245596] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
Jan  1 00:00:11 beaglebone daemon.info connmand[127]: usb0 {add} route 192.168.7.0 gw 0.0.0.0 scope 253 <LINK>
Jan  1 00:00:11 beaglebone user.info kernel: [    0.245676] at24 1-0054: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
Jan  1 00:00:11 beaglebone daemon.info connmand[127]: usb0 {add} route 192.168.7.0 gw 0.0.0.0 scope 253 <LINK>
Jan  1 00:00:11 beaglebone user.info kernel: [    0.245745] at24 1-0055: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
Jan  1 00:00:11 beaglebone daemon.info connmand[127]: eth0 {add} route fe80:: gw :: scope 0 <UNIVERSE>
Jan  1 00:00:11 beaglebone daemon.info avahi-daemon[140]: Registering new address record for fe80::caa0:30ff:feb9:8cec on eth0.*.
Jan  1 00:00:11 beaglebone user.info kernel: [    0.245816] at24 1-0056: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
Jan  1 00:00:11 beaglebone daemon.info connmand[127]: eth0 {update} flags 69699 <UP,RUNNING,LOWER_UP>
Jan  1 00:00:11 beaglebone user.info kernel: [    0.245885] at24 1-0057: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
Jan  1 00:00:11 beaglebone daemon.info avahi-daemon[140]: Withdrawing address record for fe80::caa0:30ff:feb9:8cec on eth0.
Jan  1 00:00:11 beaglebone daemon.info connmand[127]: eth0 {newlink} index 2 address C8:A0:30:B9:8C:EC mtu 1500
Jan  1 00:00:11 beaglebone user.info kernel: [    0.253063] bone-capemgr bone_capemgr.9: Baseboard: 'A335BNLT,0A5C,3513BBBK0549'
Jan  1 00:00:11 beaglebone daemon.info connmand[127]: eth0 {newlink} index 2 operstate 6 <UP>
Jan  1 00:00:11 beaglebone user.info kernel: [    0.253105] bone-capemgr bone_capemgr.9: compatible-baseboard=ti,beaglebone-black
Jan  1 00:00:11 beaglebone daemon.info connmand[127]: eth0 {del} route fe80:: gw :: scope 0 <UNIVERSE>
Jan  1 00:00:11 beaglebone user.err kernel: [    0.283596] bone-capemgr bone_capemgr.9: slot #0: No cape found
Jan  1 00:00:11 beaglebone user.err kernel: [    0.320703] bone-capemgr bone_capemgr.9: slot #1: No cape found
Jan  1 00:00:11 beaglebone user.err kernel: [    0.357811] bone-capemgr bone_capemgr.9: slot #2: No cape found
Jan  1 00:00:11 beaglebone user.err kernel: [    0.394920] bone-capemgr bone_capemgr.9: slot #3: No cape found
Jan  1 00:00:11 beaglebone user.info kernel: [    0.401229] bone-capemgr bone_capemgr.9: slot #4: specific override
Jan  1 00:00:11 beaglebone user.info kernel: [    0.401272] bone-capemgr bone_capemgr.9: bone: Using override eeprom data at slot 4
Jan  1 00:00:11 beaglebone user.info kernel: [    0.401302] bone-capemgr bone_capemgr.9: slot #4: 'Bone-LT-eMMC-2G,00A0,Texas Instrument,BB-BONE-EMMC-2G'
Jan  1 00:00:11 beaglebone user.info kernel: [    0.401459] bone-capemgr bone_capemgr.9: slot #5: specific override
Jan  1 00:00:11 beaglebone user.info kernel: [    0.401496] bone-capemgr bone_capemgr.9: bone: Using override eeprom data at slot 5
Jan  1 00:00:11 beaglebone user.info kernel: [    0.401524] bone-capemgr bone_capemgr.9: slot #5: 'Bone-Black-HDMI,00A0,Texas Instrument,BB-BONELT-HDMI'
Jan  1 00:00:11 beaglebone user.info kernel: [    0.401662] bone-capemgr bone_capemgr.9: slot #6: specific override
Jan  1 00:00:11 beaglebone user.info kernel: [    0.401697] bone-capemgr bone_capemgr.9: bone: Using override eeprom data at slot 6
Jan  1 00:00:11 beaglebone user.info kernel: [    0.401726] bone-capemgr bone_capemgr.9: slot #6: 'Bone-Black-HDMIN,00A0,Texas Instrument,BB-BONELT-HDMIN'
Jan  1 00:00:11 beaglebone user.info kernel: [    0.402359] bone-capemgr bone_capemgr.9: initialized OK.
Jan  1 00:00:11 beaglebone user.info kernel: [    0.404344] OneNAND driver initializing
Jan  1 00:00:11 beaglebone daemon.warn connmand[127]: Skipping disconnect of carrier, network is connecting.
Jan  1 00:00:11 beaglebone user.info kernel: [    0.404827] bone-capemgr bone_capemgr.9: slot #4: Requesting firmware 'cape-bone-2g-emmc1.dtbo' for board-name 'Bone-LT-eMMC-2G', version '00A0'
Jan  1 00:00:11 beaglebone daemon.info connmand[127]: eth0 {add} route fe80:: gw :: scope 0 <UNIVERSE>
Jan  1 00:00:11 beaglebone user.info kernel: [    0.404861] bone-capemgr bone_capemgr.9: slot #4: dtbo 'cape-bone-2g-emmc1.dtbo' loaded; converting to live tree
Jan  1 00:00:11 beaglebone user.info kernel: [    0.405171] bone-capemgr bone_capemgr.9: slot #4: #2 overlays
Jan  1 00:00:11 beaglebone user.info kernel: [    0.406043] bone-capemgr bone_capemgr.9: slot #4: Applied #2 overlays.
Jan  1 00:00:11 beaglebone user.info kernel: [    0.406223] bone-capemgr bone_capemgr.9: slot #5: Requesting firmware 'cape-boneblack-hdmi-00A0.dtbo' for board-name 'Bone-Black-HDMI', version '00A0'
Jan  1 00:00:11 beaglebone user.info kernel: [    0.406270] bone-capemgr bone_capemgr.9: slot #5: dtbo 'cape-boneblack-hdmi-00A0.dtbo' loaded; converting to live tree
Jan  1 00:00:11 beaglebone user.info kernel: [    0.407439] bone-capemgr bone_capemgr.9: slot #5: #4 overlays
Jan  1 00:00:11 beaglebone user.info kernel: [    0.409844] usbcore: registered new interface driver asix
Jan  1 00:00:11 beaglebone user.info kernel: [    0.409973] usbcore: registered new interface driver cdc_ether
Jan  1 00:00:11 beaglebone user.info kernel: [    0.410096] usbcore: registered new interface driver smsc95xx
Jan  1 00:00:11 beaglebone user.info kernel: [    0.410187] usbcore: registered new interface driver net1080
Jan  1 00:00:11 beaglebone user.info kernel: [    0.410277] usbcore: registered new interface driver cdc_subset
Jan  1 00:00:12 beaglebone user.info kernel: [    0.410365] usbcore: registered new interface driver zaurus
Jan  1 00:00:12 beaglebone user.info kernel: [    0.410638] usbcore: registered new interface driver cdc_ncm
Jan  1 00:00:12 beaglebone user.warn kernel: [    0.412552] platform 4830e000.fb: alias fck already exists
Jan  1 00:00:12 beaglebone daemon.notice dbus[138]: [system] Activating via systemd: service name='org.freedesktop.ConsoleKit' unit='console-kit-daemon.service'
Jan  1 00:00:12 beaglebone user.info kernel: [    0.414184] bone-capemgr bone_capemgr.9: slot #5: Applied #4 overlays.
Jan  1 00:00:12 beaglebone user.info kernel: [    0.414282] bone-capemgr bone_capemgr.9: slot #6: Requesting firmware 'cape-boneblack-hdmin-00A0.dtbo' for board-name 'Bone-Black-HDMIN', version '00A0'
Jan  1 00:00:12 beaglebone user.info kernel: [    0.414326] bone-capemgr bone_capemgr.9: slot #6: dtbo 'cape-boneblack-hdmin-00A0.dtbo' loaded; converting to live tree
Jan  1 00:00:12 beaglebone user.err kernel: [    0.414761] bone-capemgr bone_capemgr.9: slot #6: BB-BONELT-HDMIN conflict P8.45 (#5:BB-BONELT-HDMI)
Jan  1 00:00:12 beaglebone user.err kernel: [    0.424370] bone-capemgr bone_capemgr.9: slot #6: Failed verification
Jan  1 00:00:12 beaglebone user.info kernel: [    0.431143] bone-capemgr bone_capemgr.9: loader: retrying slot-6 BB-BONELT-HDMIN:00A0 (prio 2)
Jan  1 00:00:12 beaglebone user.info kernel: [    0.431450] usbcore: registered new interface driver cdc_acm
Jan  1 00:00:12 beaglebone user.info kernel: [    0.431467] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
Jan  1 00:00:12 beaglebone user.info kernel: [    0.431481] Initializing USB Mass Storage driver...
Jan  1 00:00:12 beaglebone user.info kernel: [    0.431607] usbcore: registered new interface driver usb-storage
Jan  1 00:00:12 beaglebone user.info kernel: [    0.431621] USB Mass Storage support registered.
Jan  1 00:00:12 beaglebone user.info kernel: [    0.431849] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)
Jan  1 00:00:12 beaglebone user.info kernel: [    0.432295] musb-hdrc musb-hdrc.0.auto: pdev->id = 0
Jan  1 00:00:12 beaglebone user.info kernel: [    0.432323] musb-hdrc musb-hdrc.0.auto: drivers/usb/musb/musb_dsps.c:468 dsps_musb_init: OK
Jan  1 00:00:12 beaglebone user.info kernel: [    0.432575] musb-hdrc musb-hdrc.0.auto: *** mode=3
Jan  1 00:00:12 beaglebone user.info kernel: [    0.432597] musb-hdrc musb-hdrc.0.auto: *** power=250
Jan  1 00:00:12 beaglebone user.info kernel: [    0.433460] musb-hdrc musb-hdrc.1.auto: pdev->id = 1
Jan  1 00:00:12 beaglebone user.info kernel: [    0.433491] musb-hdrc musb-hdrc.1.auto: drivers/usb/musb/musb_dsps.c:468 dsps_musb_init: OK
Jan  1 00:00:12 beaglebone daemon.notice dbus[138]: [system] Activating service name='org.freedesktop.PolicyKit1' (using servicehelper)
Jan  1 00:00:12 beaglebone user.info kernel: [    0.433714] musb-hdrc musb-hdrc.1.auto: *** mode=1
Jan  1 00:00:12 beaglebone user.info kernel: [    0.433735] musb-hdrc musb-hdrc.1.auto: *** power=250
Jan  1 00:00:12 beaglebone user.info kernel: [    0.433756] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
Jan  1 00:00:12 beaglebone user.info kernel: [    0.434287] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 1
Jan  1 00:00:12 beaglebone user.info kernel: [    0.434514] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
Jan  1 00:00:12 beaglebone user.info kernel: [    0.434536] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan  1 00:00:12 beaglebone user.info kernel: [    0.434557] usb usb1: Product: MUSB HDRC host driver
Jan  1 00:00:12 beaglebone user.info kernel: [    0.434576] usb usb1: Manufacturer: Linux 3.8.13 musb-hcd
Jan  1 00:00:12 beaglebone user.info kernel: [    0.434595] usb usb1: SerialNumber: musb-hdrc.1.auto
Jan  1 00:00:12 beaglebone user.info kernel: [    0.435637] hub 1-0:1.0: USB hub found
Jan  1 00:00:12 beaglebone user.info kernel: [    0.435675] hub 1-0:1.0: 1 port detected
Jan  1 00:00:12 beaglebone user.info kernel: [    0.437076] mousedev: PS/2 mouse device common for all mice
Jan  1 00:00:12 beaglebone user.info kernel: [    0.439543] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
Jan  1 00:00:12 beaglebone user.info kernel: [    0.440033] i2c /dev entries driver
Jan  1 00:00:12 beaglebone user.info kernel: [    0.441818] pps_ldisc: PPS line discipline registered
Jan  1 00:00:12 beaglebone user.info kernel: [    0.442021] Driver for 1-wire Dallas network protocol.
Jan  1 00:00:12 beaglebone user.info kernel: [    0.443921] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
Jan  1 00:00:12 beaglebone user.info kernel: [    0.444285] cpuidle: using governor ladder
Jan  1 00:00:12 beaglebone user.info kernel: [    0.444304] cpuidle: using governor menu
Jan  1 00:00:12 beaglebone user.err kernel: [    0.444782] omap_hsmmc mmc.5: of_parse_phandle_with_args of 'reset' failed
Jan  1 00:00:12 beaglebone user.warn kernel: [    0.452030] omap_hsmmc mmc.5: Failed to get rstctl; not using any
Jan  1 00:00:12 beaglebone user.err kernel: [    0.452079] bone-capemgr bone_capemgr.9: loader: failed to load slot-6 BB-BONELT-HDMIN:00A0 (prio 2)
Jan  1 00:00:12 beaglebone user.info kernel: [    0.462150] edma-dma-engine edma-dma-engine.0: allocated channel for 0:25
Jan  1 00:00:12 beaglebone user.info kernel: [    0.462239] edma-dma-engine edma-dma-engine.0: allocated channel for 0:24
Jan  1 00:00:12 beaglebone user.warn kernel: [    0.462481] mmc.5 supply vmmc_aux not found, using dummy regulator
Jan  1 00:00:12 beaglebone user.warn kernel: [    0.462926] omap_hsmmc mmc.5: pins are not configured from the driver
Jan  1 00:00:12 beaglebone user.info kernel: [    0.489019] gpio-rctrl rstctl.4: gpio_rctrl_request eMMC_RSTn
Jan  1 00:00:12 beaglebone user.info kernel: [    0.489107] omap_hsmmc mmc.11: Got rstctl (gpio:#0 name eMMC_RSTn) label:eMMC_RSTn
Jan  1 00:00:12 beaglebone user.info kernel: [    0.489129] gpio-rctrl rstctl.4: gpio_rctrl_deassert eMMC_RSTn
Jan  1 00:00:12 beaglebone user.info kernel: [    0.489458] edma-dma-engine edma-dma-engine.0: allocated channel for 0:3
Jan  1 00:00:12 beaglebone user.info kernel: [    0.489541] edma-dma-engine edma-dma-engine.0: allocated channel for 0:2
Jan  1 00:00:12 beaglebone user.warn kernel: [    0.490069] mmc.11 supply vmmc_aux not found, using dummy regulator
Jan  1 00:00:12 beaglebone user.warn kernel: [    0.490207] omap_hsmmc mmc.11: pins are not configured from the driver
Jan  1 00:00:12 beaglebone user.err kernel: [    0.518496] pinctrl-single 44e10800.pinmux: pin 44e10854 already requested by 44e10800.pinmux; cannot claim for gpio-leds.8
Jan  1 00:00:12 beaglebone user.err kernel: [    0.530237] pinctrl-single 44e10800.pinmux: pin-21 (gpio-leds.8) status -22
Jan  1 00:00:13 beaglebone user.err kernel: [    0.537564] pinctrl-single 44e10800.pinmux: could not request pin 21 on device pinctrl-single
Jan  1 00:00:13 beaglebone user.warn kernel: [    0.546757] leds-gpio gpio-leds.8: pins are not configured from the driver
Jan  1 00:00:13 beaglebone user.info kernel: [    0.548168] ledtrig-cpu: registered to indicate activity on CPUs
Jan  1 00:00:13 beaglebone user.info kernel: [    0.548601] edma-dma-engine edma-dma-engine.0: allocated channel for 0:36
Jan  1 00:00:13 beaglebone user.info kernel: [    0.548688] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
Jan  1 00:00:13 beaglebone user.info kernel: [    0.550884] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
Jan  1 00:00:13 beaglebone user.info kernel: [    0.551013] edma-dma-engine edma-dma-engine.0: allocated channel for 0:5
Jan  1 00:00:13 beaglebone user.info kernel: [    0.551093] edma-dma-engine edma-dma-engine.0: allocated channel for 0:6
Jan  1 00:00:13 beaglebone user.info kernel: [    0.556712] usbcore: registered new interface driver usbhid
Jan  1 00:00:13 beaglebone user.info kernel: [    0.556733] usbhid: USB HID core driver
Jan  1 00:00:13 beaglebone user.info kernel: [    0.561186] davinci_evm sound.14:  nxp-hdmi-hifi <-> 48038000.mcasp mapping ok
Jan  1 00:00:13 beaglebone user.info kernel: [    0.565522] TCP: cubic registered
Jan  1 00:00:13 beaglebone user.info kernel: [    0.565543] Initializing XFRM netlink socket
Jan  1 00:00:13 beaglebone user.info kernel: [    0.565587] NET: Registered protocol family 17
Jan  1 00:00:13 beaglebone user.info kernel: [    0.565661] NET: Registered protocol family 15
Jan  1 00:00:13 beaglebone daemon.info avahi-daemon[140]: Registering new address record for fe80::caa0:30ff:feb9:8cec on eth0.*.
Jan  1 00:00:13 beaglebone user.notice kernel: [    0.565805] Key type dns_resolver registered
Jan  1 00:00:13 beaglebone daemon.info polkitd[422]: started daemon version 0.104 using authority implementation `local' version `0.104'
Jan  1 00:00:13 beaglebone user.info kernel: [    0.566106] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
Jan  1 00:00:13 beaglebone daemon.notice dbus[138]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Jan  1 00:00:13 beaglebone user.info kernel: [    0.566144] ThumbEE CPU extension supported.
Jan  1 00:00:13 beaglebone user.notice kernel: [    0.566187] Registering SWP/SWPB emulation handler
Jan  1 00:00:13 beaglebone user.info kernel: [    0.567339] registered taskstats version 1
Jan  1 00:00:13 beaglebone daemon.notice dbus[138]: [system] Successfully activated service 'org.freedesktop.ConsoleKit'
Jan  1 00:00:13 beaglebone user.info kernel: [    0.570485] tilcdc 4830e000.fb: No power control GPIO
Jan  1 00:00:13 beaglebone user.info kernel: [    0.601613] mmc1: BKOPS_EN bit is not set
Jan  1 00:00:13 beaglebone user.info kernel: [    0.604255] mmc1: new high speed MMC card at address 0001
Jan  1 00:00:13 beaglebone user.info kernel: [    0.605049] mmcblk0: mmc1:0001 MMC02G 1.78 GiB
Jan  1 00:00:13 beaglebone user.info kernel: [    0.605410] mmcblk0boot0: mmc1:0001 MMC02G partition 1 1.00 MiB
Jan  1 00:00:13 beaglebone user.info kernel: [    0.605757] mmcblk0boot1: mmc1:0001 MMC02G partition 2 1.00 MiB
Jan  1 00:00:13 beaglebone user.info kernel: [    0.608077]  mmcblk0: p1 p2
Jan  1 00:00:13 beaglebone user.info kernel: [    0.610768]  mmcblk0boot1: unknown partition table
Jan  1 00:00:13 beaglebone user.info kernel: [    0.612766]  mmcblk0boot0: unknown partition table
Jan  1 00:00:13 beaglebone user.info kernel: [    0.679232] tilcdc 4830e000.fb: found TDA19988
Jan  1 00:00:13 beaglebone user.info kernel: [    0.680114] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
Jan  1 00:00:13 beaglebone user.info kernel: [    0.680130] [drm] No driver support for vblank timestamp query.
Jan  1 00:00:13 beaglebone user.info kernel: [    0.680602] tilcdc 4830e000.fb: No connectors reported connected with modes
Jan  1 00:00:13 beaglebone user.info kernel: [    0.680681] [drm] Cannot find any crtc or sizes - going 1024x768
Jan  1 00:00:13 beaglebone user.info kernel: [    0.698089] Console: switching to colour frame buffer device 128x48
Jan  1 00:00:13 beaglebone user.info kernel: [    0.712764] tilcdc 4830e000.fb: fb0:  frame buffer device
Jan  1 00:00:13 beaglebone user.info kernel: [    0.712785] tilcdc 4830e000.fb: registered panic notifier
Jan  1 00:00:13 beaglebone user.info kernel: [    0.712823] [drm] Initialized tilcdc 1.0.0 20121205 on minor 0
Jan  1 00:00:13 beaglebone user.info kernel: [    0.762147] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
Jan  1 00:00:13 beaglebone user.info kernel: [    0.762176] davinci_mdio 4a101000.mdio: detected phy mask fffffffe
Jan  1 00:00:13 beaglebone user.info kernel: [    0.763186] libphy: 4a101000.mdio: probed
Jan  1 00:00:13 beaglebone user.info kernel: [    0.763218] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720
Jan  1 00:00:13 beaglebone user.info kernel: [    0.763457] Detected MACID = c8:a0:30:b9:8c:ec
Jan  1 00:00:13 beaglebone user.info kernel: [    0.763568] cpsw 4a100000.ethernet: NAPI disabled
Jan  1 00:00:13 beaglebone user.info kernel: [    0.765167] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
Jan  1 00:00:13 beaglebone user.info kernel: [    0.772321] ALSA device list:
Jan  1 00:00:13 beaglebone user.info kernel: [    0.772344]   #0: TI BeagleBone Black
Jan  1 00:00:13 beaglebone user.info kernel: [    0.806796] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
Jan  1 00:00:13 beaglebone user.info kernel: [    0.806862] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
Jan  1 00:00:13 beaglebone user.info kernel: [    0.811989] devtmpfs: mounted
Jan  1 00:00:13 beaglebone user.info kernel: [    0.812291] Freeing init memory: 264K
Jan  1 00:00:13 beaglebone user.err kernel: 0>[    1.312014] systemd[1]: systemd 196 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX +IMA +SYSVINIT -LIBCRYPTSETUP +GCRYPT +ACL +XZ; angstrom)
Jan  1 00:00:13 beaglebone user.err kernel: 0>[    1.350602] systemd[1]: Inserted module 'autofs4'
Jan  1 00:00:13 beaglebone user.err kernel: 0>[    1.352594] systemd[1]: Set hostname to <beaglebone>.
Jan  1 00:00:13 beaglebone user.err kernel: 0>[    1.356493] systemd[1]: Initializing machine ID from random generator.
Jan  1 00:00:13 beaglebone user.err kernel: 0>[    1.356789] systemd[1]: Installed transient /etc/machine-id file.
Jan  1 00:00:13 beaglebone user.err kernel: 0>[    1.633973] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
Jan  1 00:00:13 beaglebone user.err kernel: 0>[    1.634453] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Jan  1 00:00:13 beaglebone user.err kernel: 0>[    1.634567] systemd[1]: Expecting device dev-ttyO0.device...
Jan  1 00:00:13 beaglebone user.err kernel: 0>[    1.634658] systemd[1]: Expecting device dev-ttyGS0.device...
Jan  1 00:00:13 beaglebone user.err kernel: 0>[    1.634735] systemd[1]: Starting Remote File Systems.
Jan  1 00:00:13 beaglebone user.err kernel: 0>[    1.634804] systemd[1]: Reached target Remote File Systems.
Jan  1 00:00:13 beaglebone user.err kernel: 0>[    1.634873] systemd[1]: Starting Syslog Socket.
Jan  1 00:00:13 beaglebone user.err kernel: 0>[    1.635251] systemd[1]: Listening on Syslog Socket.
Jan  1 00:00:13 beaglebone user.err kernel: 0>[    1.635342] systemd[1]: Starting Delayed Shutdown Socket.
Jan  1 00:00:13 beaglebone user.err kernel: 0>[    1.635512] systemd[1]: Listening on Delayed Shutdown Socket.
Jan  1 00:00:13 beaglebone user.err kernel: 0>[    1.635576] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
Jan  1 00:00:13 beaglebone user.err kernel: 0>[    1.635726] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
Jan  1 00:00:13 beaglebone user.err kernel: 0>[    1.636253] systemd[1]: Starting udev Kernel Socket.
Jan  1 00:00:13 beaglebone user.err kernel: 0>[    1.636468] systemd[1]: Listening on udev Kernel Socket.
Jan  1 00:00:13 beaglebone user.err kernel: 0>[    1.636826] systemd[1]: Starting udev Control Socket.
Jan  1 00:00:13 beaglebone user.err kernel: 0>[    1.637194] systemd[1]: Listening on udev Control Socket.
Jan  1 00:00:13 beaglebone user.err kernel: 0>[    1.637469] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
Jan  1 00:00:13 beaglebone user.err kernel: 0>[    1.638170] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Jan  1 00:00:13 beaglebone user.err kernel: 0>[    1.638284] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
Jan  1 00:00:13 beaglebone user.err kernel: 0>[    1.638571] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Jan  1 00:00:13 beaglebone user.err kernel: 0>[    1.638646] systemd[1]: Starting Swap.
Jan  1 00:00:13 beaglebone user.err kernel: 0>[    1.638722] systemd[1]: Reached target Swap.
Jan  1 00:00:13 beaglebone user.err kernel: 0>[    1.638819] systemd[1]: Starting Journal Socket.
Jan  1 00:00:13 beaglebone user.err kernel: 0>[    1.639306] systemd[1]: Listening on Journal Socket.
Jan  1 00:00:13 beaglebone user.err kernel: 0>[    1.639409] systemd[1]: Starting Syslog.
Jan  1 00:00:13 beaglebone user.err kernel: 0>[    1.639484] systemd[1]: Reached target Syslog.
Jan  1 00:00:13 beaglebone user.err kernel: 0>[    1.639615] systemd[1]: Starting File System Check on Root Device...
Jan  1 00:00:13 beaglebone user.err kernel: 0>[    1.653451] systemd[1]: Starting Load Kernel Modules...
Jan  1 00:00:13 beaglebone user.err kernel: 0>[    1.658484] systemd[1]: Mounting Debug File System...
Jan  1 00:00:13 beaglebone user.err kernel: 0>[    1.665212] systemd[1]: Mounting POSIX Message Queue File System...
Jan  1 00:00:13 beaglebone user.err kernel: 0>[    1.672841] systemd[1]: Starting udev Kernel Device Manager...
Jan  1 00:00:13 beaglebone user.err kernel: 0>[    1.678733] systemd[1]: Starting Journal Service...
Jan  1 00:00:13 beaglebone user.err kernel: 0>[    1.686123] systemd[1]: Started Journal Service.
Jan  1 00:00:13 beaglebone user.err kernel: 0>[    1.705116] systemd[1]: Starting Apply Kernel Variables...
Jan  1 00:00:13 beaglebone user.err kernel: 0>[    1.709038] systemd[1]: Starting udev Coldplug all Devices...
Jan  1 00:00:13 beaglebone user.err kernel: 0>[    1.717870] systemd[1]: Started Machine ID first boot configure.
Jan  1 00:00:13 beaglebone user.err kernel: 0>[    1.746680] systemd[1]: Started Set Up Additional Binary Formats.
Jan  1 00:00:13 beaglebone user.err kernel: 0>[    1.746916] systemd[1]: Mounted Huge Pages File System.
Jan  1 00:00:13 beaglebone user.info kernel: [    1.856848] Bluetooth: Core ver 2.16
Jan  1 00:00:13 beaglebone user.info kernel: [    1.856938] NET: Registered protocol family 31
Jan  1 00:00:13 beaglebone user.info kernel: [    1.856947] Bluetooth: HCI device and connection manager initialized
Jan  1 00:00:13 beaglebone user.info kernel: [    1.856988] Bluetooth: HCI socket layer initialized
Jan  1 00:00:13 beaglebone user.info kernel: [    1.857004] Bluetooth: L2CAP socket layer initialized
Jan  1 00:00:13 beaglebone user.info kernel: [    1.857052] Bluetooth: SCO socket layer initialized
Jan  1 00:00:13 beaglebone user.info kernel: [    1.869272] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
Jan  1 00:00:13 beaglebone user.info kernel: [    1.869318] Bluetooth: HIDP socket layer initialized
Jan  1 00:00:13 beaglebone user.err kernel: 0>[    1.887643] systemd-udevd[89]: starting version 196
Jan  1 00:00:13 beaglebone user.info kernel: [    1.972847] NET: Registered protocol family 10
Jan  1 00:00:13 beaglebone user.info kernel: [    2.035330] NET: Registered protocol family 23
Jan  1 00:00:13 beaglebone user.info kernel: [    2.042631] IrCOMM protocol (Dag Brattli)
Jan  1 00:00:13 beaglebone user.info kernel: [    2.106256] Bluetooth: RFCOMM TTY layer initialized
Jan  1 00:00:13 beaglebone user.info kernel: [    2.106332] Bluetooth: RFCOMM socket layer initialized
Jan  1 00:00:13 beaglebone user.info kernel: [    2.106341] Bluetooth: RFCOMM ver 1.11
Jan  1 00:00:13 beaglebone user.info kernel: [    2.497184] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
Jan  1 00:00:13 beaglebone user.warn kernel: 6>[    3.042778] systemd-journald[90]: Received SIGUSR1
Jan  1 00:00:13 beaglebone user.info kernel: [    5.664801] ip_tables: (C) 2000-2006 Netfilter Core Team
Jan  1 00:00:13 beaglebone user.warn kernel: [    5.736285]  gadget: using random self ethernet address
Jan  1 00:00:13 beaglebone user.info kernel: [    5.758055] usb0: MAC 1a:4b:68:d0:89:a8
Jan  1 00:00:13 beaglebone user.info kernel: [    5.758072] usb0: HOST MAC c8:a0:30:b9:8c:ee
Jan  1 00:00:13 beaglebone user.info kernel: [    5.771984]  gadget: Mass Storage Function, version: 2009/09/11
Jan  1 00:00:13 beaglebone user.info kernel: [    5.772007]  gadget: Number of LUNs=1
Jan  1 00:00:13 beaglebone user.info kernel: [    5.772031]  lun0: LUN: removable file: /dev/mmcblk0p1
Jan  1 00:00:13 beaglebone user.info kernel: [    5.772712]  gadget: Multifunction Composite Gadget
Jan  1 00:00:13 beaglebone user.info kernel: [    5.772738]  gadget: g_multi ready
Jan  1 00:00:13 beaglebone user.info kernel: [    5.772779] musb-hdrc musb-hdrc.0.auto: MUSB HDRC host driver
Jan  1 00:00:13 beaglebone user.info kernel: [    5.778552] musb-hdrc musb-hdrc.0.auto: new USB bus registered, assigned bus number 2
Jan  1 00:00:13 beaglebone user.info kernel: [    5.778715] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
Jan  1 00:00:13 beaglebone user.info kernel: [    5.778728] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan  1 00:00:13 beaglebone user.info kernel: [    5.778740] usb usb2: Product: MUSB HDRC host driver
Jan  1 00:00:13 beaglebone user.info kernel: [    5.778751] usb usb2: Manufacturer: Linux 3.8.13 musb-hcd
Jan  1 00:00:13 beaglebone user.info kernel: [    5.778762] usb usb2: SerialNumber: musb-hdrc.0.auto
Jan  1 00:00:13 beaglebone user.info kernel: [    5.785304] hub 2-0:1.0: USB hub found
Jan  1 00:00:13 beaglebone user.info kernel: [    5.785329] hub 2-0:1.0: 1 port detected
Jan  1 00:00:13 beaglebone user.info kernel: [    6.508777] net eth0: initializing cpsw version 1.12 (0)
Jan  1 00:00:13 beaglebone user.info kernel: [    6.510941] net eth0: phy found : id is : 0x7c0f1
Jan  1 00:00:13 beaglebone user.err kernel: [    6.510961] libphy: PHY 4a101000.mdio:01 not found
Jan  1 00:00:13 beaglebone user.err kernel: [    6.516008] net eth0: phy 4a101000.mdio:01 not found on slave 1
Jan  1 00:00:13 beaglebone user.info kernel: [    6.633815] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Jan  1 00:00:14 beaglebone user.info kernel: [    6.998713] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready
Jan  1 00:00:14 beaglebone user.info kernel: [    9.586964] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
Jan  1 00:00:14 beaglebone user.info kernel: [    9.587027] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Jan  1 00:00:14 beaglebone user.crit kernel: 7>[   10.605569] systemd-udevd[89]: worker [109] terminated by signal 11 (Segmentation fault)
Jan  1 00:00:14 beaglebone user.crit kernel: 7>[   10.617721] systemd-udevd[89]: worker [109] failed while handling '/devices/ocp.3/47400000.usb/musb-hdrc.0.auto/gadget/net/usb0'
Jan  1 00:00:03 beaglebone daemon.info systemd[1]: Started Restore Sound Card State.
Jan  1 00:00:03 beaglebone daemon.info systemd[1]: Started Console System Startup Logging.
Jan  1 00:00:04 beaglebone daemon.info systemd[1]: Started Network Time Service (one-shot ntpdate mode).
Jan  1 00:00:04 beaglebone daemon.info systemd[1]: Started Connection service.
Jan  1 00:00:04 beaglebone daemon.info systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Jan  1 00:00:04 beaglebone daemon.info systemd[1]: Started Login Service.
Jan  1 00:00:04 beaglebone auth.info systemd-logind[137]: New seat seat0.
Jan  1 00:00:05 beaglebone daemon.info systemd[1]: Starting WPA supplicant...
Jan  1 00:00:06 beaglebone daemon.info systemd[1]: Started WPA supplicant.
Jan  1 00:00:06 beaglebone daemon.notice systemd[1]: mpd.service: main process exited, code=killed, status=6/ABRT
Jan  1 00:00:06 beaglebone daemon.notice systemd[1]: Unit mpd.service entered failed state
Jan  1 00:00:14 beaglebone daemon.info systemd-fsck[85]: Angstrom: clean, 50813/112672 files, 297411/449820 blocks
Jan  1 00:00:14 beaglebone daemon.info connmand[127]: connmand[127]: Connection Manager version 1.4
Jan  1 00:00:14 beaglebone daemon.info connmand[127]: connmand[127]: Checking loopback interface settings
Jan  1 00:00:14 beaglebone daemon.info connmand[127]: connmand[127]: System hostname is beaglebone
Jan  1 00:00:14 beaglebone daemon.info connmand[127]: connmand[127]: lo {newlink} index 1 operstate 0 <UNKNOWN>
Jan  1 00:00:14 beaglebone daemon.info connmand[127]: connmand[127]: eth0 {create} index 2 type 1 <ETHER>
Jan  1 00:00:14 beaglebone daemon.info connmand[127]: connmand[127]: eth0 {update} flags 4098 <DOWN>
Jan  1 00:00:14 beaglebone daemon.info connmand[127]: connmand[127]: eth0 {newlink} index 2 address C8:A0:30:B9:8C:EC mtu 1500
Jan  1 00:00:14 beaglebone daemon.info connmand[127]: connmand[127]: eth0 {newlink} index 2 operstate 2 <DOWN>
Jan  1 00:00:14 beaglebone daemon.info connmand[127]: connmand[127]: Adding interface eth0 [ ethernet ]
Jan  1 00:00:14 beaglebone daemon.info connmand[127]: connmand[127]: usb0 {create} index 3 type 1 <ETHER>
Jan  1 00:00:14 beaglebone daemon.info connmand[127]: connmand[127]: usb0 {update} flags 4098 <DOWN>
Jan  1 00:00:14 beaglebone daemon.info connmand[127]: connmand[127]: usb0 {newlink} index 3 address 1A:4B:68:D0:89:A8 mtu 1500
Jan  1 00:00:14 beaglebone daemon.info connmand[127]: connmand[127]: usb0 {newlink} index 3 operstate 2 <DOWN>
Jan  1 00:00:14 beaglebone daemon.info connmand[127]: connmand[127]: Adding interface usb0 [ gadget ]
Jan  1 00:00:14 beaglebone daemon.info connmand[127]: connmand[127]: eth0 {update} flags 4163 <UP,RUNNING>
Jan  1 00:00:14 beaglebone daemon.info connmand[127]: connmand[127]: eth0 {newlink} index 2 address C8:A0:30:B9:8C:EC mtu 1500
Jan  1 00:00:14 beaglebone daemon.info connmand[127]: connmand[127]: eth0 {newlink} index 2 operstate 0 <UNKNOWN>
Jan  1 00:00:14 beaglebone daemon.info connmand[127]: connmand[127]: eth0 {update} flags 4099 <UP>
Jan  1 00:00:14 beaglebone daemon.info connmand[127]: connmand[127]: eth0 {newlink} index 2 address C8:A0:30:B9:8C:EC mtu 1500
Jan  1 00:00:14 beaglebone daemon.info connmand[127]: connmand[127]: eth0 {newlink} index 2 operstate 2 <DOWN>
Jan  1 00:00:14 beaglebone daemon.info connmand[127]: connmand[127]: usb0 {add} address 192.168.7.2/24 label usb0 family 2
Jan  1 00:00:14 beaglebone daemon.info connmand[127]: connmand[127]: usb0 {update} flags 4099 <UP>
Jan  1 00:00:14 beaglebone daemon.info connmand[127]: connmand[127]: usb0 {newlink} index 3 address 1A:4B:68:D0:89:A8 mtu 1500
Jan  1 00:00:14 beaglebone daemon.info connmand[127]: connmand[127]: usb0 {newlink} index 3 operstate 2 <DOWN>
Jan  1 00:00:14 beaglebone daemon.info connmand[127]: connmand[127]: usb0 {add} route 192.168.7.0 gw 0.0.0.0 scope 253 <LINK>
Jan  1 00:00:14 beaglebone daemon.info connmand[127]: connmand[127]: usb0 {del} address 192.168.7.2/24 label usb0
Jan  1 00:00:14 beaglebone daemon.info connmand[127]: connmand[127]: usb0 {del} route 192.168.7.0 gw 0.0.0.0 scope 253 <LINK>
Jan  1 00:00:14 beaglebone daemon.info connmand[127]: connmand[127]: usb0 {add} address 192.168.7.2/30 label usb0 family 2
Jan  1 00:00:14 beaglebone daemon.info connmand[127]: connmand[127]: usb0 {add} route 192.168.7.0 gw 0.0.0.0 scope 253 <LINK>
Jan  1 00:00:14 beaglebone daemon.info connmand[127]: connmand[127]: usb0 {add} route 192.168.7.0 gw 0.0.0.0 scope 253 <LINK>
Jan  1 00:00:14 beaglebone daemon.info connmand[127]: connmand[127]: eth0 {add} route fe80:: gw :: scope 0 <UNIVERSE>
Jan  1 00:00:14 beaglebone daemon.info connmand[127]: connmand[127]: eth0 {update} flags 69699 <UP,RUNNING,LOWER_UP>
Jan  1 00:00:14 beaglebone daemon.info connmand[127]: connmand[127]: eth0 {newlink} index 2 address C8:A0:30:B9:8C:EC mtu 1500
Jan  1 00:00:14 beaglebone daemon.info led-config[128]: Configuring leds:
Jan  1 00:00:14 beaglebone daemon.info connmand[127]: connmand[127]: eth0 {newlink} index 2 operstate 6 <UP>
Jan  1 00:00:14 beaglebone daemon.info connmand[127]: connmand[127]: eth0 {del} route fe80:: gw :: scope 0 <UNIVERSE>
Jan  1 00:00:14 beaglebone daemon.info connmand[127]: connmand[127]: Skipping disconnect of carrier, network is connecting.
Jan  1 00:00:14 beaglebone daemon.info connmand[127]: connmand[127]: eth0 {add} route fe80:: gw :: scope 0 <UNIVERSE>
Jan  1 00:00:14 beaglebone daemon.info g-ether-load.sh[129]: udhcpd (v1.20.2) started
Jan  1 00:00:14 beaglebone daemon.info mpd[132]: listen: bind to '0.0.0.0:6600' failed: Address already in use (continuing anyway, because binding to '[::]:6600' succeeded)
Jan  1 00:00:14 beaglebone daemon.info mpd[132]: output: No "audio_output" defined in config file
Jan  1 00:00:14 beaglebone daemon.info mpd[132]: output: Attempt to detect audio output device
Jan  1 00:00:14 beaglebone daemon.info mpd[132]: output: Attempting to detect a alsa audio device
Jan  1 00:00:14 beaglebone daemon.info mpd[132]: ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
Jan  1 00:00:14 beaglebone daemon.info mpd[132]: ALSA lib conf.c:4241:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
Jan  1 00:00:14 beaglebone daemon.info mpd[132]: ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
Jan  1 00:00:14 beaglebone daemon.info mpd[132]: ALSA lib conf.c:4241:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
Jan  1 00:00:14 beaglebone daemon.info mpd[132]: ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
Jan  1 00:00:14 beaglebone daemon.info mpd[132]: ALSA lib conf.c:4241:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
Jan  1 00:00:14 beaglebone daemon.info mpd[132]: ALSA lib conf.c:4720:(snd_config_expand) Evaluate error: No such file or directory
Jan  1 00:00:14 beaglebone daemon.info mpd[132]: ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM default
Jan  1 00:00:14 beaglebone daemon.info mpd[132]: alsa: Error opening default ALSA device: No such file or directory
Jan  1 00:00:14 beaglebone daemon.info mpd[132]: output: Attempting to detect a oss audio device
Jan  1 00:00:14 beaglebone daemon.info mpd[132]: oss: Error opening OSS device "/dev/dsp": Permission denied
Jan  1 00:00:14 beaglebone daemon.info mpd[132]: oss: Error opening OSS device "/dev/sound/dsp": No such file or directory
Jan  1 00:00:14 beaglebone daemon.info mpd[132]: output: Attempting to detect a pulse audio device
Jan  1 00:00:14 beaglebone daemon.info mpd[132]: Assertion 'm' failed at pulse/thread-mainloop.c:232, function pa_threaded_mainloop_get_api(). Aborting.
Jan  1 00:00:14 beaglebone daemon.info dbus-daemon[138]: dbus[138]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service'
Jan  1 00:00:14 beaglebone daemon.info dbus-daemon[138]: dbus[138]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Jan  1 00:00:14 beaglebone daemon.info dbus-daemon[138]: dbus[138]: [system] Activating via systemd: service name='org.freedesktop.ConsoleKit' unit='console-kit-daemon.service'
Jan  1 00:00:14 beaglebone daemon.info dbus-daemon[138]: dbus[138]: [system] Activating service name='org.freedesktop.PolicyKit1' (using servicehelper)
Jan  1 00:00:14 beaglebone daemon.info dbus-daemon[138]: dbus[138]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Jan  1 00:00:14 beaglebone daemon.info dbus-daemon[138]: dbus[138]: [system] Successfully activated service 'org.freedesktop.ConsoleKit'
Jan  1 00:00:15 beaglebone daemon.info python[134]: [W 000101 00:00:15 gateone:2691] dtach command not found.  dtach support has been disabled.
Jan  1 00:00:15 beaglebone daemon.info python[134]: [I 000101 00:00:15 gateone:2714] Connections to this server will be allowed from the following origins: '*'
Jan  1 00:00:15 beaglebone daemon.info python[134]: [I 000101 00:00:15 gateone:2124] No authentication method configured. All users will be ANONYMOUS
Jan  1 00:00:15 beaglebone daemon.info python[134]: [I 000101 00:00:15 gateone:2205] Loaded plugins: bookmarks, example, help, logging, logging_plugin, mobile, notice, playback, ssh
Jan  1 00:00:15 beaglebone daemon.info python[134]: [I 000101 00:00:15 gateone:2829] Listening on https://*:443/
Jan  1 00:00:15 beaglebone daemon.info python[134]: [I 000101 00:00:15 gateone:2835] Process running with pid 134
Jan  1 00:00:19 beaglebone daemon.info dbus-daemon[138]: dbus[138]: [system] Activating service name='org.freedesktop.UPower' (using servicehelper)
Jan  1 00:00:19 beaglebone daemon.notice dbus[138]: [system] Activating service name='org.freedesktop.UPower' (using servicehelper)
Jan  1 00:00:19 beaglebone daemon.info dbus-daemon[138]: dbus[138]: [system] Successfully activated service 'org.freedesktop.UPower'
Jan  1 00:00:19 beaglebone daemon.notice dbus[138]: [system] Successfully activated service 'org.freedesktop.UPower'
Jan  1 00:00:21 beaglebone daemon.info node4[135]: ^[[36minfo  -^[[39m socket.io started
Jan  1 00:00:24 beaglebone user.info kernel: [   25.032189] EXT4-fs (mmcblk0p2): re-mounted. Opts: commit=0
Jan  1 00:00:24 beaglebone daemon.warn gdm-simple-greeter[441]: Gtk-WARNING: gtkwidget.c:5709: widget not within a GtkWindow
Jan  1 00:00:25 beaglebone daemon.info node4[135]: .  ..__%|iiiiiii=>,..
Jan  1 00:00:25 beaglebone daemon.info node4[135]: _<iIIviiiiiiiiiillli<_.
Jan  1 00:00:25 beaglebone daemon.info node4[135]: .ivIvilli%||+++++|iillllvs;_
Jan  1 00:00:25 beaglebone daemon.info node4[135]: ..nvlIlv|~`.......... -<*IIIvv=
Jan  1 00:00:25 beaglebone daemon.info node4[135]: .)nvvvvv-.... .   .. ...  ~nvvvo=.
Jan  1 00:00:25 beaglebone daemon.info node4[135]: .__i<iiiii><vvvvn(= .  . ..i>, .  ... +)nnnv..
Jan  1 00:00:25 beaglebone daemon.info node4[135]: _i%vvvvllIIlIlIvIvvv(   .. . lnnsi  .    :)vnvnsissvisi>__.
Jan  1 00:00:25 beaglebone daemon.info node4[135]: .<vnvvvvvvIvvvvvvvlvvII;. .     |nnvv:  . . -)lvvlIIIIlvvIvnnns=_.
Jan  1 00:00:25 beaglebone daemon.info node4[135]: .:vnvvvvvvvvvvvvvIvIvIIvv>:  . . . |{}l.    . :<lvIvvvvvvvvvvvvvvnov.
Jan  1 00:00:25 beaglebone daemon.info node4[135]: |)nvnvnvnvnvnvvvvvvvvvvvvis .            . .  =ivvvvvvvvvvvnvnvnvnvnn..
Jan  1 00:00:25 beaglebone daemon.info node4[135]: .nnnnnnvnnvnvnvnvvvnvvvvvvvnv_   .    .       :vnvvvvvvvnvnnvnnnnnnnnov;
Jan  1 00:00:25 beaglebone daemon.info node4[135]: :2oonnnnnnnnnvnvnnvnvvnvvvvvIvvi==_i..    .  .vvvvvvvvnvnnvnnnnnnnnooooc
Jan  1 00:00:25 beaglebone daemon.info node4[135]: :nnooonnnnnnnnnnvvnvvvvvvvvIvIlIvvnI-      .=vvvvvvvvnvnvnnnnnnnnnnooo2(
Jan  1 00:00:25 beaglebone daemon.info node4[135]: |{XooooonnnnnvnvnvvvvvvvIIIIIIIIv|-      .<vIlIIvIvvvvvnvvnvnnnnnooo2v(
Jan  1 00:00:25 beaglebone daemon.info node4[135]: .){2ooooonnnnvnvnvvvvvIIIIIIlll+-     . =)lllIIvIvvvvvvvnvnnnvnnooo22-`
Jan  1 00:00:25 beaglebone daemon.info node4[135]: -{2oooonnnnnvvvvvvvlIIlllllil==_   ._iIllillllllIvvvvvvnvnnnnoooo*-
Jan  1 00:00:25 beaglebone daemon.info node4[135]: . -."11oonnvvvnvvIIlIlliliiiiillii||iliiiiiiililllIIvvvvvnnnnn2}(~.
Jan  1 00:00:25 beaglebone daemon.info node4[135]: . -+~!lvvnvIvIIllliiiii|i|||i||i|||i||iiiiilillIIvvvvvv}|"- .
Jan  1 00:00:25 beaglebone daemon.info node4[135]: . ..--~++++++++~+~+~+~+-+-+~+~+-+~+~++~++++++~~~-:.. .
Jan  1 00:00:25 beaglebone daemon.info node4[135]: . .  . . .... . . .... .. ... .. ... . . . .
Jan  1 00:00:25 beaglebone daemon.info node4[135]: Ajax.org Cloud9 IDE
Jan  1 00:00:25 beaglebone daemon.info node4[135]: version 0.6
Jan  1 00:00:25 beaglebone daemon.info node4[135]: Project root is: /var/lib/cloud9
Jan  1 00:00:25 beaglebone daemon.info node4[135]: Point your browser to http://localhost:3000
Jan  1 00:00:25 beaglebone daemon.warn gdm-simple-greeter[441]: WARNING: Unable to load CK history: no seat-id found
Jan  1 00:00:26 beaglebone authpriv.notice gdm-session-worker[444]: pam_warn(gdm-autologin:auth): function=[pam_sm_authenticate] service=[gdm-autologin] terminal=[:0] user=[root] ruser=[<unknown>] rhost=[<unknown>]
Jan  1 00:00:51 beaglebone daemon.info avahi-daemon[140]: Joining mDNS multicast group on interface eth0.IPv4 with address 169.254.37.137.
Jan  1 00:00:51 beaglebone daemon.info avahi-daemon[140]: New relevant interface eth0.IPv4 for mDNS.
Jan  1 00:00:51 beaglebone daemon.info avahi-daemon[140]: Registering new address record for 169.254.37.137 on eth0.IPv4.
Jan  1 00:00:51 beaglebone daemon.info connmand[127]: connmand[127]: eth0 {add} address 169.254.37.137/16 label eth0 family 2
Jan  1 00:00:51 beaglebone daemon.info connmand[127]: connmand[127]: eth0 {add} route 169.254.0.0 gw 0.0.0.0 scope 253 <LINK>
Jan  1 00:00:51 beaglebone daemon.info connmand[127]: connmand[127]: eth0 {add} route 0.0.0.0 gw 0.0.0.0 scope 253 <LINK>
Jan  1 00:00:51 beaglebone daemon.info connmand[127]: connmand[127]: Setting default interface route failed (File exists)
Jan  1 00:00:51 beaglebone daemon.info connmand[127]: eth0 {add} address 169.254.37.137/16 label eth0 family 2
Jan  1 00:00:51 beaglebone daemon.info connmand[127]: eth0 {add} route 169.254.0.0 gw 0.0.0.0 scope 253 <LINK>
Jan  1 00:00:51 beaglebone daemon.info connmand[127]: eth0 {add} route 0.0.0.0 gw 0.0.0.0 scope 253 <LINK>
Jan  1 00:00:51 beaglebone daemon.err connmand[127]: Setting default interface route failed (File exists)
Jan  1 00:01:43 beaglebone user.info kernel: [  103.970303] CAUTION: musb: Babble Interrupt Occurred
Jan  1 00:01:44 beaglebone user.info kernel: [  104.610216] CAUTION: musb: Babble Interrupt Occurred
Jan  1 00:01:44 beaglebone daemon.info connmand[127]: connmand[127]: usb0 {add} route fe80:: gw :: scope 0 <UNIVERSE>
Jan  1 00:01:44 beaglebone daemon.info connmand[127]: connmand[127]: usb0 {update} flags 69699 <UP,RUNNING,LOWER_UP>
Jan  1 00:01:44 beaglebone daemon.info connmand[127]: connmand[127]: usb0 {newlink} index 3 address 1A:4B:68:D0:89:A8 mtu 1500
Jan  1 00:01:44 beaglebone daemon.info connmand[127]: usb0 {add} route fe80:: gw :: scope 0 <UNIVERSE>
Jan  1 00:01:44 beaglebone daemon.info connmand[127]: usb0 {update} flags 69699 <UP,RUNNING,LOWER_UP>
Jan  1 00:01:44 beaglebone user.info kernel: [  104.902846]  gadget: high-speed config #1: Multifunction with RNDIS
Jan  1 00:01:44 beaglebone daemon.info connmand[127]: usb0 {newlink} index 3 address 1A:4B:68:D0:89:A8 mtu 1500
Jan  1 00:01:44 beaglebone daemon.info connmand[127]: usb0 {newlink} index 3 operstate 6 <UP>
Jan  1 00:01:44 beaglebone daemon.info connmand[127]: usb0 {del} route fe80:: gw :: scope 0 <UNIVERSE>
Jan  1 00:01:44 beaglebone user.info kernel: [  104.903212] IPv6: ADDRCONF(NETDEV_CHANGE): usb0: link becomes ready
Jan  1 00:01:44 beaglebone daemon.info connmand[127]: connmand[127]: usb0 {newlink} index 3 operstate 6 <UP>
Jan  1 00:01:44 beaglebone daemon.info connmand[127]: connmand[127]: usb0 {del} route fe80:: gw :: scope 0 <UNIVERSE>
Jan  1 00:01:47 beaglebone daemon.info udhcpd[259]: Sending OFFER of 192.168.7.1
Jan  1 00:01:47 beaglebone daemon.info udhcpd[259]: Sending OFFER of 192.168.7.1
Jan  1 00:01:47 beaglebone daemon.info g-ether-load.sh[129]: Sending OFFER of 192.168.7.1
Jan  1 00:01:47 beaglebone daemon.info g-ether-load.sh[129]: Sending OFFER of 192.168.7.1
Jan  1 00:01:48 beaglebone daemon.info udhcpd[259]: Sending ACK to 192.168.7.1
Jan  1 00:01:48 beaglebone daemon.info g-ether-load.sh[129]: Sending ACK to 192.168.7.1
Jan  1 00:01:57 beaglebone daemon.info systemd[1]: Started SSH Key Generation.
Jan  1 00:01:57 beaglebone daemon.info systemd[1]: Starting SSH Per-Connection Server...
Jan  1 00:01:57 beaglebone daemon.info systemd[1]: Started SSH Per-Connection Server.
Jan  1 00:01:57 beaglebone authpriv.warn dropbear[510]: Failed reading '/etc/dropbear/dropbear_dss_host_key', disabling DSS
Jan  1 00:01:57 beaglebone authpriv.info dropbear[510]: Child connection from 192.168.7.1:62265
Jan  1 00:02:05 beaglebone authpriv.notice dropbear[510]: PAM password auth succeeded for 'root' from 192.168.7.1:62265
Jan  1 00:02:05 beaglebone authpriv.warn dropbear[511]: lastlog_perform_login: Couldn't stat /var/log/lastlog: No such file or directory
Jan  1 00:02:05 beaglebone authpriv.warn dropbear[511]: lastlog_openseek: /var/log/lastlog is not a file or directory!
Jan  1 00:03:21 beaglebone daemon.info systemd[1]: Starting Bonescript server...
Jan  1 00:03:21 beaglebone daemon.info systemd[1]: Started Bonescript server.
Jan  1 00:03:24 beaglebone daemon.info bonescript[514]: ^[[36minfo  -^[[39m socket.io started
Jan  1 00:03:25 beaglebone daemon.info bonescript[514]: - - - [Sat, 01 Jan 2000 00:03:25 GMT] "GET /static/images/green_check.png HTTP/1.1" 304 - "http://192.168.7.2/Support/bone101/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chr



Logged in via usb0, then did "ifup eth0".
Works fine:


Jan  1 00:08:51 beaglebone daemon.info connmand[127]: connmand[127]: eth0 {del} address 169.254.37.137/16 label eth0
Jan  1 00:08:51 beaglebone daemon.info connmand[127]: eth0 {del} address 169.254.37.137/16 label eth0
Jan  1 00:08:51 beaglebone daemon.info avahi-daemon[140]: Withdrawing address record for 169.254.37.137 on eth0.
Jan  1 00:08:51 beaglebone daemon.info avahi-daemon[140]: Leaving mDNS multicast group on interface eth0.IPv4 with address 169.254.37.137.
Jan  1 00:08:51 beaglebone daemon.info connmand[127]: eth0 {del} route 169.254.0.0 gw 0.0.0.0 scope 253 <LINK>
Jan  1 00:08:51 beaglebone daemon.info connmand[127]: eth0 {del} route fe80:: gw :: scope 0 <UNIVERSE>
Jan  1 00:08:51 beaglebone daemon.info avahi-daemon[140]: Interface eth0.IPv4 no longer relevant for mDNS.
Jan  1 00:08:51 beaglebone daemon.info avahi-daemon[140]: Withdrawing address record for fe80::caa0:30ff:feb9:8cec on eth0.
Jan  1 00:08:51 beaglebone daemon.info connmand[127]: connmand[127]: eth0 {del} route 169.254.0.0 gw 0.0.0.0 scope 253 <LINK>
Jan  1 00:08:51 beaglebone daemon.info connmand[127]: connmand[127]: eth0 {del} route fe80:: gw :: scope 0 <UNIVERSE>
Jan  1 00:08:51 beaglebone daemon.info connmand[127]: connmand[127]: eth0 {add} address 10.64.5.226/24 label eth0 family 2
Jan  1 00:08:51 beaglebone daemon.info connmand[127]: eth0 {add} address 10.64.5.226/24 label eth0 family 2
Jan  1 00:08:51 beaglebone daemon.info avahi-daemon[140]: Joining mDNS multicast group on interface eth0.IPv4 with address 10.64.5.226.
Jan  1 00:08:51 beaglebone daemon.info connmand[127]: eth0 {add} route 10.64.5.0 gw 0.0.0.0 scope 253 <LINK>
Jan  1 00:08:51 beaglebone daemon.info avahi-daemon[140]: New relevant interface eth0.IPv4 for mDNS.
Jan  1 00:08:51 beaglebone daemon.info avahi-daemon[140]: Registering new address record for 10.64.5.226 on eth0.IPv4.
Jan  1 00:08:51 beaglebone daemon.info connmand[127]: connmand[127]: eth0 {add} route 10.64.5.0 gw 0.0.0.0 scope 253 <LINK>
Jan  1 00:08:51 beaglebone daemon.info connmand[127]: connmand[127]: eth0 {add} route 0.0.0.0 gw 10.64.5.254 scope 0 <UNIVERSE>
Jan  1 00:08:51 beaglebone daemon.info connmand[127]: eth0 {add} route 0.0.0.0 gw 10.64.5.254 scope 0 <UNIVERSE>


 
It is loading more messages.
0 new messages