Re: full + half duplex
From: Sean Estabrooks (seanlkml_at_rogers.com)
Date: 01/10/04
- Previous message: IT Clown: "full + half duplex"
- In reply to: IT Clown: "full + half duplex"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: redhat-list@redhat.com Date: Sat, 10 Jan 2004 12:05:32 -0500
On Sat, 10 Jan 2004 18:54:38 +0200
"IT Clown" <linux@mailbox.co.za> wrote:
> How do you check if your network card is running at half or
> full duplex and how would you change it to half or full
> duplex?
To check all your interfaces:
# mii-tool
To change eth0 to full duplex for example:
# mii-tool eth0 -A 100baseTx-FD
In some situations you may have to use "-F" (force) rather
than the "-A" (advertise) shown above. "man mii-tool" will give
you a list of all the options and media types supported.
Cheers,
Sean
-- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list
- Previous message: IT Clown: "full + half duplex"
- In reply to: IT Clown: "full + half duplex"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|