Re: [beagleboard] Re: eth0 mysteriously stops working

2016-10-21 Thread William Hermans
So, I'm still getting "Write failed: broken pipe" using ssh from my debian support system to the beaglebone. This is not a timeout issue at all. As in the ssh session I'm running nload which constantly displays eth0 bandwidth usage. On Thu, Oct 20, 2016 at 10:16 PM, William Hermans

[beagleboard] Re: eth0 mysteriously stops working

2016-10-20 Thread William Hermans
Sorry I missed putting the decompile step in my workflow. This is the very next step that is used after making a copy of the board file form the /boot/dtbs// directory: dtc -I dtb -O dts -o am335x-boneblack-emmc-overlay.dts am335x-boneblack-emmc -overlay.dtb On Tuesday, October 18, 2016 at

Re: [beagleboard] Re: eth0 mysteriously stops working

2016-10-20 Thread William Hermans
Ok,I had to modify my workflow, but I do believe I got the changes put into place. Not sure why Robert's way was not working, but I'm used to thinking outside the box, or looking at multiple ways to achieve the same results . . . You board file name, and kernel version will depend on which

Re: [beagleboard] Re: eth0 mysteriously stops working

2016-10-20 Thread William Hermans
So after decompiling the two files and comparing with diff, then piping to a file . . . the diff file is literally 2186 lines in length . . . wtf ? On Thu, Oct 20, 2016 at 5:25 PM, William Hermans wrote: > So, at this point I think I'll have to decompile both board files, and

Re: [beagleboard] Re: eth0 mysteriously stops working

2016-10-20 Thread William Hermans
So, at this point I think I'll have to decompile both board files, and then run diff to see what's different. On Wed, Oct 19, 2016 at 10:16 PM, William Hermans wrote: > Overlay, meaning board file. > > On Wed, Oct 19, 2016 at 10:15 PM, William Hermans >

Re: [beagleboard] Re: eth0 mysteriously stops working

2016-10-19 Thread William Hermans
Overlay, meaning board file. On Wed, Oct 19, 2016 at 10:15 PM, William Hermans wrote: > Yeah I'm locked in a boot loop ending here: > > Starting kernel ... > > [3.341689] CPUidle arm: CPU 0 failed to init idle CPU ops > [3.347892] omap_hsmmc 4806.mmc: unable to

Re: [beagleboard] Re: eth0 mysteriously stops working

2016-10-19 Thread William Hermans
Yeah I'm locked in a boot loop ending here: Starting kernel ... [3.341689] CPUidle arm: CPU 0 failed to init idle CPU ops [3.347892] omap_hsmmc 4806.mmc: unable to obtain RX DMA engine channel 3706465728 [3.356275] omap_hsmmc 481d8000.mmc: unable to obtain RX DMA engine channel

Re: [beagleboard] Re: eth0 mysteriously stops working

2016-10-19 Thread William Hermans
Thanks again Robert, So I'll have to download the overlay board file repo, edit, and then install but hummm. Been a while I need: ##BeagleBone Black: HDMI (Audio/Video) disabled: dtb=am335x-boneblack-emmc-overlay.dtb Which probably loads the common overlay file, so . ..yeah ok think I got it.

Re: [beagleboard] Re: eth0 mysteriously stops working

2016-10-19 Thread Robert Nelson
On Wed, Oct 19, 2016 at 1:09 PM, William Hermans wrote: > Thanks Robert, > > I'll check that out, So when you sasy "remove the sleeps". I just delete > "sleep" from pinctrl-names = "default", "sleep"; or do I need to also remove > pinctrl-1 = <_sleep>; as well ? Yeah, from:

Re: [beagleboard] Re: eth0 mysteriously stops working

2016-10-19 Thread William Hermans
I would think both, but honestly don't know . . . On Wed, Oct 19, 2016 at 11:09 AM, William Hermans wrote: > Thanks Robert, > > I'll check that out, So when you sasy "remove the sleeps". I just delete > "sleep" from pinctrl-names = "default", "sleep"; or do I need to also >

Re: [beagleboard] Re: eth0 mysteriously stops working

2016-10-19 Thread William Hermans
Thanks Robert, I'll check that out, So when you sasy "remove the sleeps". I just delete "sleep" from pinctrl-names = "default", "sleep"; or do I need to also remove pinctrl-1 = <_sleep>; as well ? On Wed, Oct 19, 2016 at 11:04 AM, Robert Nelson wrote: > On Wed, Oct 19,

Re: [beagleboard] Re: eth0 mysteriously stops working

2016-10-19 Thread Robert Nelson
On Wed, Oct 19, 2016 at 12:54 PM, William Hermans wrote: > > > On Wed, Oct 19, 2016 at 3:24 AM, Graham wrote: >> >> I have two BBG units that I use as headless servers, with only access >> through Ethernet. Both have been running without reboot for

Re: [beagleboard] Re: eth0 mysteriously stops working

2016-10-19 Thread William Hermans
On Wed, Oct 19, 2016 at 3:24 AM, Graham wrote: > I have two BBG units that I use as headless servers, with only access > through Ethernet. Both have been running without reboot for multiple > months without any issues. I think that I mentioned that I did have a BBB > do

Re: [beagleboard] Re: eth0 mysteriously stops working

2016-10-19 Thread evilwulfie
what version of the OS and kernel are you using? On 10/19/2016 3:24 AM, Graham wrote: > I have two BBG units that I use as headless servers, with only access > through Ethernet. Both have been running without reboot for multiple > months without any issues. I think that I mentioned that I did

[beagleboard] Re: eth0 mysteriously stops working

2016-10-19 Thread Graham
I have two BBG units that I use as headless servers, with only access through Ethernet. Both have been running without reboot for multiple months without any issues. I think that I mentioned that I did have a BBB do exactly what you describe, while running as a headless server last year, but