This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Howto fix duplex mode to full-duplex

Hi all,

first thanks to all people who spend time to develope and support this great solution!

If there any possibility to fixing the NIC's duplex mode to full-duplex? 
It seems to be a problem to negotiate a proper duplex-mode...

Here is a part of the logFile:

NETDEV WATCHDOG: eth1: tranmit timed out
eth1: Tx queue start entry 4 dirty entry 0.
eth1:  Tx descriptor 0 is ffffffff. (queue head)
eth1:  Tx descriptor 1 is ffffffff.
eth1:  Tx descriptor 2 is ffffffff.
eth1:  Tx descriptor 3 is ffffffff.
eth1: Setting 100mbps full-duplex based on auto-negotiated partner ability ffff.

Thanks,
Patrick  


This thread was automatically locked due to age.
  • This is a rough edge in the product, as it stands.

    You have to edit /etc/modules.conf (this is a file that lets you pass parameters to a network driver). The parameters to be passed to the drivers are not standard, so you have to go to scyld to find out what the parameter for full duplex is for the driver you are using, and specify it in the file with an alias/options statement (do a search on "modules.conf" and you will find numerous examples).

    It would be cool if the speed and media parameters for all the network drivers that Astaro's Linux uses were stored in a simple database; then the network interfaces page could let you specify them (and Astaro would update this file for you).

    I guess they felt that auto detection of media should work and you shouldn't need to specify such things, but it sometimes doesn't work...
         
  • The tool you are looking for is called "mii-diag"