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

Help !! Drivers install for intel pro/1000 GT

Hello, Siddus here ..
I installed a intel pro/1000 GT nic on my Astaro 6.300 machine but it seems that Astaro doesn't recognize this nic ??
Therefore I wonder if there is someone that could help me with installation of the proper drivers to this card

All help in this matter is appreciated as always !!

Siddus
The Confused Linux-newbie


This thread was automatically locked due to age.
Parents
  • Not tested and you will lose your support.

    Install with another nic and the Intel.
    After installation log into console and install apropriete driver.

    Do you have skills in linux ? Then it will be easy for you.

    Alex
  • I have some skills in linux but a little "howto" would be nice..
    I have a realtek nic also on the same machine so I have full access to it.
    The strange thing is that my Astaro machine doesn't list the card in the WebAdmin but it still seems to be working, although not in full speed.
    So if you could help me with this problem I would be grateful ..

    Siddus

    The Confused Linux-newbie  [:$]
  • You need the correct driver for your intel card.
    Put it in /lib/modules/2.6.10-54-default/kernel/drivers/net.

    Edit your /etc/modules.conf by adding a new line with:
    alias ethX modulename (where X is the next free number of your nic)


    Reboot your machine and the nic should be visible in Webadmin.

    If you need more help, please post it here.

    Alex
  • I have fetched the proper drivers from intel's page but when I try
    to use make to install them it doesn't work !!

    Exactly how do you mean that I should do when you say
    "Put it in /lib/modules/2.6.10-54-default/kernel/drivers/net."
    What file should go in there ??? 

    And how do I write the changes to /etc/modules.conf as you described
    "Edit your /etc/modules.conf by adding a new line with:
    alias ethX modulename (where X is the next free number of your nic)"
    I checked the modules.conf file and there was the proper, older, version of
    intels drivers ..

    I appreciate all your help

    Siddus

    The Confused Linux-newbie [:$]
  • Hi,

    what does the driver look like? Is it a .ko file compiled for kernel 2.6?
    Otherwise you have to compile the binary for the apropriate kernel.

    put this line in /etc/modules.conf

    on console type "vi /etc/modules.conf"
    type "ESC i" then add the line "alias eth1 modulename" 
    type ":wq! ENTER" 


    Alex
  • It isn't compiled and when I try to use make to compile it for making a new e1000.ko-file, make doesn't seem to work..
    How do i proceed from here ??

    Siddus

    The Confused Linux-newbie [:$]
  • I checked the driver at intel site.

    It is the binary which you have to compile.
    You need anothe linux box with the 2.6 kernel sources.
    Then you can compile the module.

    Give it a try.

    Alex
Reply Children