Re: Changing Network Card Properties.....
Dirk Dettmering <[email protected]>
| Newsgroups | gmane.linux.redhat.release.enigma |
|---|---|
| Message-ID | <[email protected]> |
Hy Tina, System wrote: > How do I check if my nework card is running in half duplex or full duplex > mode. And how can I change this modes? Try out mii-tool which comes with the net-tools package: [root@merlin root]# mii-tool eth0: negotiated 100baseTx-FD, link ok eth1: no autonegotiation, 10baseT-HD, link ok You can also use mii-tool to set up media and duplex mode but I would prefer to do that by the modules options in /etc/modules.conf. Bye Dirk