Re: Changing Network Card Properties.....
Tony Nugent <[email protected]>
| Newsgroups | gmane.linux.redhat.release.enigma |
|---|---|
| Organization | Linux Works |
| Message-ID | <[email protected]> |
On Sun Mar 23 2003 at 04:20, "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? Usually the driver reports this state when it is loaded, so have a look at the output of dmesg or unload and re-load the driver and have a look at what gets put into /var/log/messages If it is possible to change this on your ethernet card, then it is done at the level of the drivers. So have a look at the output of "modinfo modulename" (where modulename is the name of your ethernet driver), they may be an option to give to the driver to set it. > Thank you, > > Tina. Cheers Tony