Re: [beagleboard] Failing Ethernet Transcievers (help)

2020-10-15 Thread Jeffrey Nichols
Sorry for the late response. Here's the info you requested:

maintenance@beaglebone:~$ uname -r
4.4.54-ti-r93



On Tuesday, September 29, 2020 at 9:32:20 AM UTC-4 RobertCNelson wrote:

> Oh, that looks fun, specially with no errors over dmesg..
>
> Which kernel version?
>
> uname -r ?
>
> Regards,
>
> On Tue, Sep 29, 2020 at 8:24 AM suprock tech  wrote:
> >
> > Sorry it took a few days but heres some logs.
> >
> >
> > Working beaglebone, Unit #1542:
> > dmesg output when plugging in a cable:
> > [ 74.039867] cpsw 4a10.ethernet eth0: Link is Up - 100Mbps/Full -
> > flow control off
> > [ 74.040069] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
> > [ 74.162638] 8021q: 802.1Q VLAN Support v1.8
> > [ 74.162796] 8021q: adding VLAN 0 to HW filter on device eth0
> >
> > maintenance@beaglebone:~$ ifconfig
> > eth0 Link encap:Ethernet HWaddr 38:d2:69:52:69:10
> > inet addr:192.168.2.155 Bcast:192.168.2.255 Mask:255.255.255.0
> > inet6 addr: 2601:18d:8901:ec80:3ad2:69ff:fe52:6910/64
> > Scope:Global
> > inet6 addr: fe80::3ad2:69ff:fe52:6910/64 Scope:Link
> > UP BROADCAST RUNNING MULTICAST DYNAMIC MTU:1500 Metric:1
> > RX packets:34 errors:0 dropped:0 overruns:0 frame:0
> > TX packets:90 errors:0 dropped:0 overruns:0 carrier:0
> > collisions:0 txqueuelen:1000
> > RX bytes:4103 (4.0 KiB) TX bytes:15847 (15.4 KiB)
> > Interrupt:173
> >
> > Iperf works as a server:
> > maintenance@beaglebone:~$ iperf -s
> > 
> > Server listening on TCP port 5001
> > TCP window size: 85.3 KByte (default)
> > 
> > [ 4] local 192.168.2.155 port 5001 connected with 192.168.2.188 port 
> 11268
> > [ ID] Interval Transfer Bandwidth
> > [ 4] 0.0-10.0 sec 114 MBytes 94.9 Mbits/sec
> >
> > Iperf works as a client too:
> > maintenance@beaglebone:~$ iperf -c 192.168.2.188
> > 
> > Client connecting to 192.168.2.188, TCP port 5001
> > TCP window size: 43.8 KByte (default)
> > 
> > [ 3] local 192.168.2.155 port 45668 connected with 192.168.2.188 port 
> 5001
> > [ ID] Interval Transfer Bandwidth
> > [ 3] 0.0-10.0 sec 113 MBytes 94.7 Mbits/sec
> >
> >
> >
> > Unit #5788:
> > dmesg output when plugging in a cable:
> > [ 73.783078] cpsw 4a10.ethernet eth0: Link is Up - 100Mbps/Full -
> > flow control rx/tx
> > [ 73.783175] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
> > [ 73.873892] 8021q: 802.1Q VLAN Support v1.8
> > [ 73.873966] 8021q: adding VLAN 0 to HW filter on device eth0
> >
> > Despite what's shown in dmesg the beaglebone auto negotiates with the
> > switch to 100Mbps at half duplex (not full). The link lights on both
> > ends (beaglebone and switch) are on. The device cannot get an address:
> > maintenance@beaglebone:~$ ifconfig
> > eth0 Link encap:Ethernet HWaddr 04:79:b7:ac:27:ba
> > inet6 addr: fe80::679:b7ff:feac:27ba/64 Scope:Link
> > UP BROADCAST RUNNING MULTICAST DYNAMIC MTU:1500 Metric:1
> > RX packets:1 errors:0 dropped:0 overruns:0 frame:0
> > TX packets:29 errors:0 dropped:0 overruns:0 carrier:0
> > collisions:0 txqueuelen:1000
> > RX bytes:590 (590.0 B) TX bytes:6374 (6.2 KiB)
> > Interrupt:173
> >
> >
> >
> > Unit #5104:
> > dmesg output when plugging in a cable:
> > [ 106.355039] cpsw 4a10.ethernet eth0: Link is Up - 100Mbps/Full -
> > flow control off
> > [ 106.355138] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
> > [ 106.430626] 8021q: 802.1Q VLAN Support v1.8
> > [ 106.430698] 8021q: adding VLAN 0 to HW filter on device eth0
> >
> > does get an address:
> > maintenance@beaglebone:~$ ifconfig
> > eth0 Link encap:Ethernet HWaddr 04:79:b7:a3:6b:e8
> > inet addr:192.168.2.151 Bcast:192.168.2.255 Mask:255.255.255.0
> > inet6 addr: fe80::679:b7ff:fea3:6be8/64 Scope:Link
> > inet6 addr: 2601:18d:8901:ec80:679:b7ff:fea3:6be8/64 Scope:Global
> > UP BROADCAST RUNNING MULTICAST DYNAMIC MTU:1500 Metric:1
> > RX packets:36 errors:0 dropped:0 overruns:0 frame:0
> > TX packets:87 errors:0 dropped:0 overruns:0 carrier:0
> > collisions:0 txqueuelen:1000
> > RX bytes:4151 (4.0 KiB) TX bytes:17119 (16.7 KiB)
> > Interrupt:173
> >
> > Iperf works as a server (using iperf -c 192.168.2.151 on the other end):
> > maintenance@beaglebone:~$ iperf -s
> > 
> > Server listening on TCP port 5001
> > TCP window size: 85.3 KByte (default)
> > 
> > [ 4] local 192.168.2.151 port 5001 connected with 192.168.2.188 port 
> 10788
> > [ ID] Interval Transfer Bandwidth
> > [ 4] 0.0-10.0 sec 113 MBytes 94.7 Mbits/sec
> >
> > Iperf locks up completely when the roles are reversed. I had to
> > terminate the process on the other computer, and it gave crazy results
> > on the beagle:
> > maintenance@beaglebone:~$ iperf -c 192.168.2.188
> > 

Re: [beagleboard] Failing Ethernet Transcievers (help)

2020-09-29 Thread Robert Nelson
Oh, that looks fun, specially with no errors over dmesg..

Which kernel version?

uname -r ?

Regards,

On Tue, Sep 29, 2020 at 8:24 AM suprock tech  wrote:
>
> Sorry it took a few days but heres some logs.
>
>
> Working beaglebone, Unit #1542:
> dmesg output when plugging in a cable:
> [   74.039867] cpsw 4a10.ethernet eth0: Link is Up - 100Mbps/Full -
> flow control off
> [   74.040069] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
> [   74.162638] 8021q: 802.1Q VLAN Support v1.8
> [   74.162796] 8021q: adding VLAN 0 to HW filter on device eth0
>
> maintenance@beaglebone:~$ ifconfig
> eth0  Link encap:Ethernet  HWaddr 38:d2:69:52:69:10
>   inet addr:192.168.2.155  Bcast:192.168.2.255 Mask:255.255.255.0
>   inet6 addr: 2601:18d:8901:ec80:3ad2:69ff:fe52:6910/64
> Scope:Global
>   inet6 addr: fe80::3ad2:69ff:fe52:6910/64 Scope:Link
>   UP BROADCAST RUNNING MULTICAST DYNAMIC  MTU:1500  Metric:1
>   RX packets:34 errors:0 dropped:0 overruns:0 frame:0
>   TX packets:90 errors:0 dropped:0 overruns:0 carrier:0
>   collisions:0 txqueuelen:1000
>   RX bytes:4103 (4.0 KiB)  TX bytes:15847 (15.4 KiB)
>   Interrupt:173
>
> Iperf works as a server:
> maintenance@beaglebone:~$ iperf -s
> 
> Server listening on TCP port 5001
> TCP window size: 85.3 KByte (default)
> 
> [  4] local 192.168.2.155 port 5001 connected with 192.168.2.188 port 11268
> [ ID] Interval   Transfer Bandwidth
> [  4]  0.0-10.0 sec   114 MBytes  94.9 Mbits/sec
>
> Iperf works as a client too:
> maintenance@beaglebone:~$ iperf -c 192.168.2.188
> 
> Client connecting to 192.168.2.188, TCP port 5001
> TCP window size: 43.8 KByte (default)
> 
> [  3] local 192.168.2.155 port 45668 connected with 192.168.2.188 port 5001
> [ ID] Interval   Transfer Bandwidth
> [  3]  0.0-10.0 sec   113 MBytes  94.7 Mbits/sec
>
>
>
> Unit #5788:
> dmesg output when plugging in a cable:
> [   73.783078] cpsw 4a10.ethernet eth0: Link is Up - 100Mbps/Full -
> flow control rx/tx
> [   73.783175] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
> [   73.873892] 8021q: 802.1Q VLAN Support v1.8
> [   73.873966] 8021q: adding VLAN 0 to HW filter on device eth0
>
> Despite what's shown in dmesg the beaglebone auto negotiates with the
> switch to 100Mbps at half duplex (not full). The link lights on both
> ends (beaglebone and switch) are on. The device cannot get an address:
> maintenance@beaglebone:~$ ifconfig
> eth0  Link encap:Ethernet  HWaddr 04:79:b7:ac:27:ba
>   inet6 addr: fe80::679:b7ff:feac:27ba/64 Scope:Link
>   UP BROADCAST RUNNING MULTICAST DYNAMIC  MTU:1500  Metric:1
>   RX packets:1 errors:0 dropped:0 overruns:0 frame:0
>   TX packets:29 errors:0 dropped:0 overruns:0 carrier:0
>   collisions:0 txqueuelen:1000
>   RX bytes:590 (590.0 B)  TX bytes:6374 (6.2 KiB)
>   Interrupt:173
>
>
>
> Unit #5104:
> dmesg output when plugging in a cable:
> [  106.355039] cpsw 4a10.ethernet eth0: Link is Up - 100Mbps/Full -
> flow control off
> [  106.355138] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
> [  106.430626] 8021q: 802.1Q VLAN Support v1.8
> [  106.430698] 8021q: adding VLAN 0 to HW filter on device eth0
>
> does get an address:
> maintenance@beaglebone:~$ ifconfig
> eth0  Link encap:Ethernet  HWaddr 04:79:b7:a3:6b:e8
>   inet addr:192.168.2.151  Bcast:192.168.2.255 Mask:255.255.255.0
>   inet6 addr: fe80::679:b7ff:fea3:6be8/64 Scope:Link
>   inet6 addr: 2601:18d:8901:ec80:679:b7ff:fea3:6be8/64 Scope:Global
>   UP BROADCAST RUNNING MULTICAST DYNAMIC  MTU:1500  Metric:1
>   RX packets:36 errors:0 dropped:0 overruns:0 frame:0
>   TX packets:87 errors:0 dropped:0 overruns:0 carrier:0
>   collisions:0 txqueuelen:1000
>   RX bytes:4151 (4.0 KiB)  TX bytes:17119 (16.7 KiB)
>   Interrupt:173
>
> Iperf works as a server (using iperf -c 192.168.2.151 on the other end):
> maintenance@beaglebone:~$ iperf -s
> 
> Server listening on TCP port 5001
> TCP window size: 85.3 KByte (default)
> 
> [  4] local 192.168.2.151 port 5001 connected with 192.168.2.188 port 10788
> [ ID] Interval   Transfer Bandwidth
> [  4]  0.0-10.0 sec   113 MBytes  94.7 Mbits/sec
>
> Iperf locks up completely when the roles are reversed. I had to
> terminate the process on the other computer, and it gave crazy results
> on the beagle:
> maintenance@beaglebone:~$ iperf -c 192.168.2.188
> 
> Client connecting to 192.168.2.188, TCP 

Re: [beagleboard] Failing Ethernet Transcievers (help)

2020-09-29 Thread suprock tech
Sorry it took a few days but heres some logs.


Working beaglebone, Unit #1542:
dmesg output when plugging in a cable:
[   74.039867] cpsw 4a10.ethernet eth0: Link is Up - 100Mbps/Full - 
flow control off
[   74.040069] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   74.162638] 8021q: 802.1Q VLAN Support v1.8
[   74.162796] 8021q: adding VLAN 0 to HW filter on device eth0

maintenance@beaglebone:~$ ifconfig
eth0  Link encap:Ethernet  HWaddr 38:d2:69:52:69:10
  inet addr:192.168.2.155  Bcast:192.168.2.255 Mask:255.255.255.0
  inet6 addr: 2601:18d:8901:ec80:3ad2:69ff:fe52:6910/64 
Scope:Global
  inet6 addr: fe80::3ad2:69ff:fe52:6910/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST DYNAMIC  MTU:1500  Metric:1
  RX packets:34 errors:0 dropped:0 overruns:0 frame:0
  TX packets:90 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:4103 (4.0 KiB)  TX bytes:15847 (15.4 KiB)
  Interrupt:173

Iperf works as a server:
maintenance@beaglebone:~$ iperf -s

Server listening on TCP port 5001
TCP window size: 85.3 KByte (default)

[  4] local 192.168.2.155 port 5001 connected with 192.168.2.188 port 11268
[ ID] Interval   Transfer Bandwidth
[  4]  0.0-10.0 sec   114 MBytes  94.9 Mbits/sec

Iperf works as a client too:
maintenance@beaglebone:~$ iperf -c 192.168.2.188

Client connecting to 192.168.2.188, TCP port 5001
TCP window size: 43.8 KByte (default)

[  3] local 192.168.2.155 port 45668 connected with 192.168.2.188 port 5001
[ ID] Interval   Transfer Bandwidth
[  3]  0.0-10.0 sec   113 MBytes  94.7 Mbits/sec



Unit #5788:
dmesg output when plugging in a cable:
[   73.783078] cpsw 4a10.ethernet eth0: Link is Up - 100Mbps/Full - 
flow control rx/tx
[   73.783175] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   73.873892] 8021q: 802.1Q VLAN Support v1.8
[   73.873966] 8021q: adding VLAN 0 to HW filter on device eth0

Despite what's shown in dmesg the beaglebone auto negotiates with the 
switch to 100Mbps at half duplex (not full). The link lights on both 
ends (beaglebone and switch) are on. The device cannot get an address:
maintenance@beaglebone:~$ ifconfig
eth0  Link encap:Ethernet  HWaddr 04:79:b7:ac:27:ba
  inet6 addr: fe80::679:b7ff:feac:27ba/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST DYNAMIC  MTU:1500  Metric:1
  RX packets:1 errors:0 dropped:0 overruns:0 frame:0
  TX packets:29 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:590 (590.0 B)  TX bytes:6374 (6.2 KiB)
  Interrupt:173



Unit #5104:
dmesg output when plugging in a cable:
[  106.355039] cpsw 4a10.ethernet eth0: Link is Up - 100Mbps/Full - 
flow control off
[  106.355138] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[  106.430626] 8021q: 802.1Q VLAN Support v1.8
[  106.430698] 8021q: adding VLAN 0 to HW filter on device eth0

does get an address:
maintenance@beaglebone:~$ ifconfig
eth0  Link encap:Ethernet  HWaddr 04:79:b7:a3:6b:e8
  inet addr:192.168.2.151  Bcast:192.168.2.255 Mask:255.255.255.0
  inet6 addr: fe80::679:b7ff:fea3:6be8/64 Scope:Link
  inet6 addr: 2601:18d:8901:ec80:679:b7ff:fea3:6be8/64 Scope:Global
  UP BROADCAST RUNNING MULTICAST DYNAMIC  MTU:1500  Metric:1
  RX packets:36 errors:0 dropped:0 overruns:0 frame:0
  TX packets:87 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:4151 (4.0 KiB)  TX bytes:17119 (16.7 KiB)
  Interrupt:173

Iperf works as a server (using iperf -c 192.168.2.151 on the other end):
maintenance@beaglebone:~$ iperf -s

Server listening on TCP port 5001
TCP window size: 85.3 KByte (default)

[  4] local 192.168.2.151 port 5001 connected with 192.168.2.188 port 10788
[ ID] Interval   Transfer Bandwidth
[  4]  0.0-10.0 sec   113 MBytes  94.7 Mbits/sec

Iperf locks up completely when the roles are reversed. I had to 
terminate the process on the other computer, and it gave crazy results 
on the beagle:
maintenance@beaglebone:~$ iperf -c 192.168.2.188

Client connecting to 192.168.2.188, TCP port 5001
TCP window size: 43.8 KByte (default)

[  3] local 192.168.2.151 port 53494 connected with 192.168.2.188 port 5001
[ ID] Interval   Transfer Bandwidth
[  3]  0.0-139.2 sec  4.00 GBytes   247 Mbits/sec

Clearly it's having problems sending packets in one of the 

Re: [beagleboard] Failing Ethernet Transcievers (help)

2020-09-15 Thread Robert Nelson
On Mon, Sep 14, 2020 at 12:58 PM suprock tech  wrote:
>
> beagle bone black, rev c

When you say "fail" can you provide any dmesg info or kernel log, or
serial log or, or...

Regards,

-- 
Robert Nelson
https://rcn-ee.com/

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAOCHtYidhkqNARPZhejKo2RokvDCgEabfiOP%2Bz3XgYzu9EJXzQ%40mail.gmail.com.


Re: [beagleboard] Failing Ethernet Transcievers (help)

2020-09-14 Thread suprock tech
beagle bone black, rev c

On Monday, September 14, 2020 at 11:02:48 AM UTC-4 RobertCNelson wrote:

> On Mon, Sep 14, 2020 at 9:52 AM  wrote:
> >
> > Hi,
> >
> > My company buys quite a few beagle boards for various projects and we 
> are increasingly running into a problem where the ethernet transceivers 
> fail a few months down the line. This results in companies sending products 
> back to us and having to have beagle boards replaced. We are not trying to 
> get a freebie or anything of that sort, we are wondering if someone from 
> beagleboard could take a look at a few of them and see if they can figure 
> out what is causing these to fail? These were all bought from Adafruit. 
> They directed us to you.
>
> Which "Board"?
>
> Regards,
>
> -- 
> Robert Nelson
> https://rcn-ee.com/
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/1ddeec5c-48ea-4cf3-854c-7a241d697990n%40googlegroups.com.


Re: [beagleboard] Failing Ethernet Transcievers (help)

2020-09-14 Thread Robert Nelson
On Mon, Sep 14, 2020 at 9:52 AM  wrote:
>
> Hi,
>
> My company buys quite a few beagle boards for various projects and we are 
> increasingly running into a problem where the ethernet transceivers fail a 
> few months down the line. This results in companies sending products back to 
> us and having to have beagle boards replaced. We are not trying to get a 
> freebie or anything of that sort, we are wondering if someone from 
> beagleboard could take a look at a few of them and see if they can figure out 
> what is causing these to fail?  These were all bought from Adafruit.   They 
> directed us to you.

Which "Board"?

Regards,

-- 
Robert Nelson
https://rcn-ee.com/

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAOCHtYg-RKNAdqccOy-yxYe6FLL6RYorVXkjXDkKhov%2BaLiyYg%40mail.gmail.com.


[beagleboard] Failing Ethernet Transcievers (help)

2020-09-14 Thread techsuprock
Hi,

My company buys quite a few beagle boards for various projects and we are 
increasingly running into a problem where the ethernet transceivers fail a 
few months down the line. This results in companies sending products back 
to us and having to have beagle boards replaced. We are not trying to get a 
freebie or anything of that sort, we are wondering if someone from 
beagleboard could take a look at a few of them and see if they can figure 
out what is causing these to fail?  These were all bought from Adafruit.   
They directed us to you.

Thanks,
Suprock tech

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/2dfb5b92-f2a2-4694-a2bf-4cd89a525ba3o%40googlegroups.com.