Moderadors: jordis, Andreu, cubells
LluísLl ha escrit:Bé, el meu anglès és bastant lamentable. Tanmateix, intentaré traduïr-te el README que ve dins del fitxer que suposo que ja t'has baixat, en la part que crec que t'interessa:
1. Move the base driver tar file to the directory of your choice. For
example, use /home/username/e1000 or /usr/local/src/e1000.
1. Mou el fitxer que has baixat al directori que et vagi millor, ex: /home/<nom d'usuari>/e1000
2. Untar/unzip archive:
tar zxf e1000-x.x.x.tar.gz
2. Doncs això, desempaqueta el fitxer (obre una consola i escriu això que et diuen aquí dalt, però posant els números de versió corresponents al fitxer que t'has baixat, en el meu cas 7.6.5):
tar zxf e1000-7.6.5.tar.gz
3. Change to the driver src directory:
cd e1000-x.x.x/src/
3. Un cop desempaquetat, veuràs un directori que es dirà e1000-7.6.5. Sota seu, n'hi un altre que es diu src. Per tant, escriu
cd e1000-7.6.5/src/
4. Compile the driver module:
4. Compila el driver. Escriu:
make install
The binary will be installed as:
El binari pot instal·lar-se a:
/lib/modules/<KERNEL VERSION>/kernel/drivers/net/e1000/e1000.[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.
Pot ser que el binari se t'instal·lí en un altre lloc. Mira't el llistat distrib.txt inclòs en el fitxer que t'has baixat si tens problemes en aquest pas amb la teva distribució.
5. Load the module using either the insmod or modprobe command:
5. Carrega el mòdul usant insmod o modprobe:
modprobe e1000
insmod e1000
Note that for 2.6 kernels the insmod command can be used if the full
path to the driver module is specified. For example:
En els kernels 2.6 la comanda insmod pot usar-se si s'especifica la cadena complerta del mòdul del driver. Per exemple:
NOTA: <KERNEL VERSION> és el número de versió del teu kernel. Pots saber-lo escrivint uname -r en una consola.
insmod /lib/modules/<KERNEL VERSION>/kernel/drivers/net/e1000/e1000.ko
With 2.6 based kernels also make sure that older e1000 drivers are
removed from the kernel, before loading the new module:
Amb kernels basats en 2.6 pots assegurar l'eliminació de drivers antics un cop carregat el nou mòdul, escrivint:
rmmod e1000; modprobe e1000
Sóc conscient que és un pèl complicat si no t'has barallat mai amb la consola linux. En realitat, però, és més fàcil del que sembla.
Sort
Usuaris navegant en aquest fòrum: No hi ha cap usuari registrat i 58 visitants