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

NIC Onboard Intel 1000MB (Dell Precision 650)

Somebody can help me, we are trying to configurate a NIC Onboard Intel 1000MB, with Red Hat 7.3, in the Intel site we found this driver but we need to compile but we don't know what we have to do, If somebody can give a procedure to compile a driver or have the RPM driver for Kernel 2.4.18-3 i we will apretatiate a lot, we are newbie in linux.

Regards


This thread was automatically locked due to age.
Parents
  • you might want to try the red hat forums on google for this one..this is for astaro not redhat.  also RH 7.3 is way out of date..unless you have an in house patching system to keep 7.3 up to date i would upgrade to whitebox linux(which is based upon rhel 3.0) or Centos (which is another larger rhel variant).
  • If you want to compile drivers for the current ASL 5.X kernel, Whitebox Linux is an excellent choice.

    Install Whitebox, make sure you add the kernel development and development tools options from the "Development" section

    Once your box is up and running, edit  /usr/src/linux/Makefile and change the line that reads EXTRAVERSION to match the value that ASL provides when you issue the command "uname -a", in the case of 5.014 the output should read 
    2.4.21-21503-default 

    on you Whitebox Linux machine your Makefile would have the following:

    VERSION = 2
    PATCHLEVEL = 4
    SUBLEVEL = 21
    EXTRAVERSION = -21503-default

    Once you have the Makefile properly configured and you have created an appropriate .config file
    download your source files and follow the instructions to compile your modules, copy them to Asl, change the permission and move them to the appropriate modules directory, edit your modules.conf and issue the modprobe command.
  • is there such a thing as a devleopkment version of Astaro that can be installed and used directly to compile i.e.e rather than using a differernt distro?
Reply Children
No Data