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

Magnia Mania

I have inherited a magnia SG20, I have ASL 4.008 running on it ( via  brain transplant and install on laptop ) - I can talk to the management interface, BUT ( and you knew there would be one ) it is only seeing the intel pro 100 card so it is being assigned to the internal address and it should be used as the external address....

It doesn't see any other NIC's - even though there is one.

My question is, is this because there was only 1 NIC on my "donor" machine that was the same type and it's only loading modules for that, or is the other NIC ( tied to the built in switch ) need a special driver ......... which I may be able to steal off of the RH 7.0 that was running on the magnia.....

Any ideas ?

IT'S ALMOST WORKING and I figure other people would like to pick them up on EBAY for $200 US .... mine was purchased a year or so ago and never used........ so I thought I would try it out....

Thanks !
 


This thread was automatically locked due to age.
Parents
  • klingk,

    login as root and find out the type of NICs which are installed (think it is Realtek but I am not sure). 'cat /proc/pci | less -S' shows all installed PCI devices. If I am right (with Realtek) edit /etc/modules.conf either with vi or joe as editor. Add eth1 (and probably eth2) should look like

    alias eth0 whatever
    alias eth1 8139too
    alias eth2 8139too

    If another chipset is used it is clear that 8139too would have to be replaced by the correct driver name. A rebbot would be the easies way to activate the interfaces.

    Greetings
    cyclops    
Reply
  • klingk,

    login as root and find out the type of NICs which are installed (think it is Realtek but I am not sure). 'cat /proc/pci | less -S' shows all installed PCI devices. If I am right (with Realtek) edit /etc/modules.conf either with vi or joe as editor. Add eth1 (and probably eth2) should look like

    alias eth0 whatever
    alias eth1 8139too
    alias eth2 8139too

    If another chipset is used it is clear that 8139too would have to be replaced by the correct driver name. A rebbot would be the easies way to activate the interfaces.

    Greetings
    cyclops    
Children
No Data