100MBPS speed?

I’m connecting mybooklive to a gigabit switch. I can see my pc is reporting 1gbps in the network adapter status. but stil at most i can get is 10-12 MBps while transfering file to my WD hdd. I ssh to the device and did a check and found this:

MyBookLive:/dev# cat /var/log.hdd/kern.log | grep eth0
Jan 19 00:02:20 localhost kernel: eth0: EMAC-0 /plb/opb/ethernet@ef600c00, MAC 00:90:a9:b5:1e:b3
Jan 19 00:02:20 localhost kernel: eth0: found BCM54610 Gigabit Ethernet PHY (0x01)
Jan 19 00:02:20 localhost kernel: eth0: link is up, 1000 FDX, pause enabled
Jan 19 00:02:20 localhost kernel: eth0: link is down
Jan 19 00:02:20 localhost kernel: eth0: link is up, 1000 FDX, pause enabled
Jan 19 00:02:20 localhost kernel: eth0: link is down
Jan 19 00:02:20 localhost kernel: eth0: link is up, 100 FDX, pause enabled
Jan 19 00:02:20 localhost kernel: eth0: no IPv6 routers present

any idea how to switch it back to gbps?

Have you tried another cable rated at least CAT5e… Also maybe try another port on the switch… If still no go, try connecting the drive to your Router or PC directly and see if you can lock in at 1000 Mbps/ 1.0 Gbps

1 Like

oh yea! replug to another port works fine. should be a faulty switch port.

MyBookLive:~# dmesg | grep eth0
eth0: EMAC-0 /plb/opb/ethernet@ef600c00, MAC 00:90:a9:b5:1e:b3
eth0: found BCM54610 Gigabit Ethernet PHY (0x01)
eth0: link is up, 1000 FDX, pause enabled
eth0: link is down
eth0: link is up, 1000 FDX, pause enabled
eth0: link is down
eth0: link is up, 100 FDX, pause enabled
eth0: no IPv6 routers present
eth0: link is down
eth0: link is down
ADDRCONF(NETDEV_UP): eth0: link is not ready
eth0: link is up, 1000 FDX, pause enabled
ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
eth0: no IPv6 routers present

thanks mate! :smiley: