[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Instalacion de intel pro/1000



El kernel que tengo es el 2.2.20 bueno descargare uno mas actualizado  > En
estoy empezando con Debian e instalando los drivers de una intel
pro/1000 CT, me descargue los drivers del fabricante. del sitio
http://downloadfinder.intel.com/scripts-df/download.asp?url=/4833/eng/e1000-
4.3.15.tar.gz&ProductID= y
en el readme estan los pasos de instalacion pero
 he tenido problemas en el paso 4 cuando se compila el modulo, me aparece
un mensaje relativo al que no se encuentran los fuentes del kernel. al leer
el archivo ldsitrib.txt indica que
hay que tener los fuentes del kernel. En redhat indica que hay que
realizar los siguientes pasos, segun el archivo ldsitrib.txt, menciona sobre
tener los fuentes del kernel. Descargue los fuentes del kernel en el
direcctorio /src para ver si asi funcionaba, pero siempre aparece el
mensajer Makefile 66 * No se encuentran los fuentes del kernel. * cuando
quiero compilar los archivos fuentes de driver. alguna sujerencia.

Gracias por su ayuda-


> > Compiling Intel Drivers
> >
> > -----------------------
> >
> > To install Intel's e100, e1000, and iANS drivers on systems running Red
Hat*
> >
> > Linux 7.0, you MUST have the kernel source package and kgcc. Without
kgcc,
> >
> > the modules compiled for the stock kernel are compiled with gcc and may
be
> >
> > unstable.
> >
> >
> > You can check for the required packages by typing:
> >
> > rpm -q kernel-source
> >
> > rpm -q kgcc
> >
> >
> > If you are missing a package, install it with the following commands:
> >
> > mount /dev/cdrom /mnt/cdrom (or copy from the web)
> >
> > cd /mnt/cdrom/RedHat/RPMS/ (or directory copied from the web)
> >
> > rpm -i kernel-source-2.2.16-22.i386.rpm
> >
> > rpm -i kgcc-1.1.2-40.i386.rpm
> >
> > Then, you MUST reboot. This ensures that version.h is updated. You may
then
> >
> > install the Intel driver(s) as indicated in the driver's readme file.
> >
> > Compiling Intel ANS on the 2.2.16 Kernel and Higher
> >
> >
> >
> > Building and Installation
> >
> > =========================
> >
> > To build a binary RPM* package of this driver, run 'rpm -tb '.
> >
> > Replace with the specific filename of the driver.
> >
> > NOTE: For the build to work properly, the currently running kernel MUST
match
> >
> > the version and configuration of the installed kernel sources. If you
> >
> > have just recompiled the kernel reboot the system now.
> >
> > 1. Move the base driver tar file to the directory of your choice. For
example,
> >
> > use /home/username/e1000 or /usr/local/src/e1000.
> >
> > 2. Untar/unzip archive:
> >
> > tar zxf e1000-x.x.x.tar.gz
> >
> > 3. Change to the driver src directory:
> >
> > cd e1000-x.x.x/src/
> >
> > 4. Compile the driver module:
> >
> > make install
> >
> > The binary will be installed as:
> >
> > For Linux 2.2.x systems:
> >
> > /lib/modules/[KERNEL_VERSION]/net/e1000.o
> >
> > For Linux 2.4.x systems:
> >
> > /lib/modules/[KERNEL_VERSION]/kernel/drivers/net/e1000.o
> >
> > The install locations listed above are the default locations. They may
> >
> > not be correct for certain Linux distributions. For more information,
> >
> > see the ldistrib.txt file included in the driver tar.
> >
> > 5. Install the module:
> >
> > insmod e1000 =
> >
> > 6. Assign an IP address to the interface by entering the following,
where
> >
> > x is interface number:
> >
> > ifconfig ethx
> >
> > 7. Verify that the interface works. Enter the following, where
> >
> > is the IP address for another machine on the same subnet as the
interface
> >
> > that is being tested:
> >
> > ping
> >
> >
>
> --
> _______________________________________________
> Get your free email from http://www.hackermail.com
>
> Powered by Outblaze
> ---------------------
> http://linux.org.sv

---------------------
http://linux.org.sv



Reply to: