Guest User!

You are not Sophos Staff.

[7.380] No Link Mode available for NIC parameters

Hi

I think I've already seen that bug reported somewhere but I've not found corresponding threads.. so reporting it... sorry if this is DUPE [:)]

So I've just installed asg 7.380 (upgraded from 7.350 -> 7.360 -> 7.380) under vmware and when going to hardware edit nic for either eth0 or eth1 I get a select box for Link mode with only Please Select as a choice..

so if this normal then at least we must not have a choice which goes nowhere...

thx
Parents
  • Which hardware emulation are you using? Intel or the Amd PCNet NIc's?

    Could you log in through console (loginuser/root) and do a dmesg and ifconfig to check which NIC's are found and used?
    Must be something wrong with the hardware detection...?
  • Which hardware emulation are you using? Intel or the Amd PCNet NIc's?

    Could you log in through console (loginuser/root) and do a dmesg and ifconfig to check which NIC's are found and used?
    Must be something wrong with the hardware detection...?


    this is: AMD PCnet32 LANCE

    and in dmesg I get:


     ethtool operation 3 not supported
     ethtool operation 3 not supported
     ethtool operation 3 not supported
     ethtool operation 3 not supported
     ethtool operation 5 not supported
     ethtool operation 7 not supported
     ethtool operation 5 not supported
     ethtool operation 7 not supported
     ethtool operation 5 not supported
     ethtool operation 7 not supported
     ethtool operation 5 not supported
     ethtool operation 7 not supported
    NET: Registered protocol family 17


    and I've "alias eth0 vmxnet" into /etc/modules.conf (without quotes..)

    do u need anything else ?

    thx
  • I'm not running it on VMWare, so I cannot compare your installation to mine.

    I had a problem with a couple of 'cheap' cards before, in a Dell server. The cards were 'old' realtek based, and worked with the v6.3 of Astaro. When I installed the upgrade, I had similar issues and similar results on the ethernet tools usage. In WebAdmin, I saw the cards (backup imported), but whatever I did, the Link would never come up.

    We switched the cards with a couple of simple e100 Intel cards on PCI, and the problem was resolved after a reinstall (new cards are only detected on install, not on reboot...)

    My guess is that Astaro stopped support of the old AMD PCNet adapter implementation.

    I know for several versions of VMWare you have the choice to use Intel based Gigabit emulation for the virtual NICs but don't ask me where to choose these instead of the PCNet's...
    But googling around will probably get you where you want.
    Problem is, you need a reinstall of Astaro 7.380 to have them detected, so take a full backup, start again and put the backup back in.
    This will probably resolve the issues you're facing right now...

    If you need more info or advice, just let me know...


  • ...

    I know for several versions of VMWare you have the choice to use Intel based Gigabit emulation for the virtual NICs but don't ask me where to choose these instead of the PCNet's...
    But googling around will probably get you where you want.
    Problem is, you need a reinstall of Astaro 7.380 to have them detected, so take a full backup, start again and put the backup back in.
    This will probably resolve the issues you're facing right now...

    If you need more info or advice, just let me know...


    yep I know about that... how to use e1000... and no needs to reinstall... just need to setup things into /etc/modules.conf and/or set temp access ip through the console using ifconfig... will check that soon... was just for reporting that I got that problems with standard installation with vmware...

    thx
Reply


  • ...

    I know for several versions of VMWare you have the choice to use Intel based Gigabit emulation for the virtual NICs but don't ask me where to choose these instead of the PCNet's...
    But googling around will probably get you where you want.
    Problem is, you need a reinstall of Astaro 7.380 to have them detected, so take a full backup, start again and put the backup back in.
    This will probably resolve the issues you're facing right now...

    If you need more info or advice, just let me know...


    yep I know about that... how to use e1000... and no needs to reinstall... just need to setup things into /etc/modules.conf and/or set temp access ip through the console using ifconfig... will check that soon... was just for reporting that I got that problems with standard installation with vmware...

    thx
Children
  • ok just switched to e1000 driver by adding ethernetX.virtualDev = "e1000" into the vmware config file for my asg guest (where X is 0, 1, ... for each iface I have)..

    then updated /etc/modules and /etc/modprobe.conf to replace vmxnet with e1000 through console, rebooted, set ifconfig eth0 x.y.z.t and connected to my asg test to set the right physical interfaces into network for each iface names...
    rebooted to be sure all is set correctly...

    then after checking the link mode I see right things with auto-negotiation by default and I can set speed...

    so seems initial problem with not being able to change link mode is related to the detected vmxnet module for AMD PCnet32...

    thx
  • np
    Had exactly the same before...
    The PCNet implementation in VMWare is getting old... :s

    Glad it works now, and is as easy as you say [;)]