On Wed, 2002-12-11 at 22:19, Ken Walker wrote:
> Is there any way of finding out if a 3com 508 is in half or full duplex mode
> without shutting down the server and running 3coms set-up program.
> 
> Come to think of it, is there any way of finding out if ANY NIC is in 10 or
> 100 mode and full / half duplex without shutting down the machine.
> 
> Many Thanks
> 
> Mr Smiley
> 

If you do an "ifconfig" from a terminal window, you should see the
following:
--------------------------------------------------------------------
> 
> ______________________________________________________________________
eth0      Link encap:Ethernet  HWaddr 00:20:18:8C:2C:81  
          inet addr:192.168.0.1  Bcast:192.168.0.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:36194 errors:0 dropped:0 overruns:0 frame:0
          TX packets:117638 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100 
          RX bytes:6991327 (6.6 Mb)  TX bytes:82379827 (78.5 Mb)
          Interrupt:9 Base address:0xaf00 
--------------------------------------------------------------------

Where you see the txqueuelen:100 - that's your speed...now when you want
to get DEEPER than that, you'll have to find out what your module
reports when loading - or find out if there are switches to use with
that module when it loads...

You can make the direct modifications to the cards module in the
/etc/modules.conf file...JUST BE CAREFUL and make a backup of the file
prior to playing...

You can remove a mod from running with: rmmod modulename
You can insert the module again with the switches you want to add with:
insmod modulename -iobase=XXXXX irq=XXXXX switches=XXXXX (but consult
that modules readme or other info before playing...)


-- 
Wed Dec 11 22:45:00 EST 2002
 10:45pm  up 15:07,  5 users,  load average: 0.14, 0.27, 0.40

   .o0 linux user:267497 0o.
--------------------------------
|            __    __          | kühn media australia
|           /  \ /| |'-.       | http://kma.0catch.com
|          .\__/ || |   |      | 
|       _ /  `._ \|_|_.-'      | stephen kühn
|      | /  \__.`=._) (_       |  email: [EMAIL PROTECTED]
|      |/ ._/  |"""""""""|     |  email: [EMAIL PROTECTED]
|      |'.  `\ |         |     |    icq: 5483808
|      ;"""/ / |         |     |
|  smk  ) /_/| |.-------.|     | mobile: 0410-728-389
|      '  `-`' "         "     | Berkeley, New South Wales, AU
--------------------------------
Coralament*Best Grötens*Liebe Grüße*Best Regards*Elkorajn Salutojn

Fresco's Discovery:
        If you knew what you were doing you'd probably be bored.

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to