Hace bien poco que me he pillado una placa nueva, bueno todo el pc, tampoco queria una joya, sino algo decente para trabajar y por unos 300€ he conseguido algo curiosete.ç
Estoy ahora instalando debian 7.5(del cual tenia el disco ya por casa)KDE amd64 y resulta que no reconoce la tarjeta de red.
El modelo de la placa base: Asus M5A78L-M LX3
El caso es que en el disco de drivers hay una carpeta específica para linux y siguiendo las instrucciones:
1. Move the base driver tar file to the directory of your choice. For example,
use /home/username/alx or /usr/local/src/alx.
2. Untar/unzip archive:
tar zxf alx-x.x.x.x.tar.gz
3. Change to the driver src directory:
cd alx-x.x.x.x/src/
4. Compile the driver module:
make install
The binary will be installed as:
/lib/modules/<KERNEL VERSION>/kernel/drivers/net/alx.[k]o
The install locations listed above are the default locations. They might
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 alx <parameter>=<value>
6. Assign an IP address to the interface by entering the following, where
x is the interface number:
ifconfig ethx <IP_address>
7. Verify that the interface works. Enter the following, where <IP_address>
is the IP address for another machine on the same subnet as the interface
that is being tested:
ping <IP_address>
Me quedo parado en el paso 4 porque dice que necesito un kernel mas nuevo, en concreto me dice esto:
Makefile:172: *** *** Aborting the build. *** This driver is not supported on kernel versions older than 2.4.0. Alto.
No lo entiendo, mi kernel es mas moderno, si aplico uname -r me aparece este:
3.2.0-4-amd64
Alguna idea?