Hope someone can help me.
On the LAN connector on the Bubba there is just one led blinking i.s.o. two leds.
The average speed of the gigabit connection is approx 2,5 MB p/s. This is measured with scp.
If I transfer data from PC1 (with gigabit network card) to PC2 (with 10/100 Mb p/s network card) I will get a average speed of 10MB p/s. This is just as expected due to the 10/100 mb network card available in PC2.
When transferring data from PC1 to PC3 (with gigabit networkcard) then I will get a avarage speed of 55MB p/s. This looks a little more as a gigabit connection.
When connecting PC4 (Also a gigabit bit network card) directly to the bubba I will still get the average speed of 2,5 MB p/s.
Therefor the problem must be caused on the bubba itself.
I logged in on the bubba and enter the command
Code: Select all
sudo ifconfig
Code: Select all
eth0 Link encap:Ethernet HWaddr 00:22:02:00:01:2E
inet addr:213.51.224.50 Bcast:255.255.255.255 Mask:255.255.254.0
UP BROADCAST RUNNING MTU:1500 Metric:1
RX packets:1939291 errors:0 dropped:0 overruns:0 frame:120
TX packets:640010 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1439497306 (1.3 GiB) TX bytes:61564575 (58.7 MiB)
Base address:0xe000
eth1 Link encap:Ethernet HWaddr 00:22:02:00:01:2F
inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::222:2ff:fe00:12f/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:805800 errors:0 dropped:0 overruns:0 frame:0
TX packets:983939 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:463846586 (442.3 MiB) TX bytes:1421172299 (1.3 GiB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:9691 errors:0 dropped:0 overruns:0 frame:0
TX packets:9691 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1692029 (1.6 MiB) TX bytes:1692029 (1.6 MiB)
Code: Select all
sudo ethtool eth1
Code: Select all
Settings for eth1:
Supported ports: [ MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Advertised auto-negotiation: Yes
Speed: 1000Mb/s
Duplex: Full
Port: MII
PHYAD: 0
Transceiver: external
Auto-negotiation: on
Current message level: 0x0000003f (63)
Link detected: yes
Enabling or disabling Jumbo frames does not make any differences.
Hope someone can help..............
