Bit Twister wrote:
> On Fri, 17 Jun 2005 16:14:59 GMT, Al. C wrote:
>> Dumb question but how do I know if my home network (cheap BEFSR41
>> Linkysys 4-port router with CAT cable) is running at the 100 Mbib speed
>> or the 10 Mbit slow speed? Is there a command I can give?
>
> http://www.catb.org/~esr/faqs/smart-questions.html
> There are 190+ linuxes. Always provide distro and version when posting
Sorry. Using Mepis (Debain flavor) 3.3.1.
> try man mii-tool
Thanks. Worked great:
root@1[al]# mii-tool -v
eth0: negotiated 100baseTx-FD flow-control, link ok
product info: vendor 00:aa:00, model 51 rev 0
basic mode: autonegotiation enabled
basic status: autonegotiation complete, link ok
capabilities: 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD
advertising: 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD flow-control
link partner: 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD flow-control
root@1[al]#
I assume the '100base' means 100Mbit and thats what I'm using?
Al