Do you mean that if you run the same speedtest from the same machine at
the same location the report says you can operate at a full 100 Mb/s, or
do you mean you know your card is 10/100 (capable of 100 Mb/s) card and
you’re concerned that your speedtest to the Internet is only going
around 10 Mb/s? Unless your pipe to the Internet is extraordinarily
fast you will seldom get 100 Mb/s in an Internet speedtest, though you
could easily get that speed transferring files on your local network.
Good luck.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.15 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
speedtest on windows shows 80Mb (i have removed winsows and installed openSUSE - I know that I can have several systems on one machine)
my ethernet card Marvell Yukon
system openSuse 12 x86_64 (also during Installation of system I had problem with instalator when I tried to configure interent settings manually, but (during format-install) when I did automatic configuration - system installed without errors)?
On Sat, 26 Nov 2011 21:56:02 +0000, overprophet wrote:
> openSuse 12 uses my ethernet card as 10Mb, but it’s 100Mb card on LAN i
> have on windows almost 80Mb but on openSUSE 12
>
> [image: http://www.speedtest.net/result/1614521068.png]
>
> hardware cable, socket are ok driver: default sky2
>
> is there something i should know about internet configuration?
When you have a 100 Mbps network card, you’re not going to get that speed
to the Internet unless you’ve got a really fast Internet connection.
It’s like a series of water pipes. If you’ve got an 8" diameter pipe and
fill it all the way, and then connect it to a 2" diameter pipe, you’re
not going to be able to push as much water through the 2" diameter pipe
as you can the 8" diameter pipe.
A speedtest is going to be limited to the smallest bandwidth between you
and the speedtest site.
Please tell us more about your network card and the driver it’s using.
/sbin/lspci -nnk
to check this.
Also output of this command after running the speed test would be helpful :
/sbin/ifconfig
Also check the output of this commands to see the duplex information :
# dmesg | grep -i duplex
# ethtool eth0
eth0 is just an example. Enter your interface name there (most likely eht0). Note that ethtool might not be installed by default. If it’s not just install it.
Generally autoconfiguration of duplex is bugged works 90% of the time the problem is that it’s hard to figure out whever the problem is in the PC or the device the PC is connected to. The autoconfiguration mismatch problems are also often caused by faulty cables.
Thanks for clearing that up. Still, it never happened under 11.4 though. Now I just have to get after.local to work under systemd, but of a nuisance to type in that ethtool-command every time I boot. Get these errors:
insserv: warning: script 'after.local' missing LSB tags and overrides
insserv: script name after.local is not valid, skipped!
Guess I’ll have to dig into the man-pages, even if they have a sleep inducing effect on me
So this is the same problem in your case. The autonegotiation of the speed of the link fails for some reason and sets it to 10 Mbps. Force it to 100Mbps with the command back_space suggested or check this link. Linux LAN card: Find out full duplex / half speed or mode
I’m afraid so. You could fill in a bug report on this in the bugzilla though or You could see if You can set the port on the switch (router) to a fixed speed instead of relying on auto negotiation.