close
Warning:
Failed to sync with repository "ogBrowser-Git": (1366, "Incorrect string value: '\\xF0\\x9F\\x93\\xA6 I...' for column 'message' at row 1"); repository information may be out of date. Look in the Trac log for more information including mitigation strategies.
- Timestamp:
-
May 6, 2011, 11:04:18 AM (14 years ago)
- Author:
-
adv
- Comment:
-
info netmodule boot-tools
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v9
|
v10
|
|
54 | 54 | * Descomprimimos el modulo. p.e. |
55 | 55 | {{{ |
56 | | tar xzvf AR81Family-linu-v1.0.1.9.tar.gz |
| 56 | tar xzvf AR81Family-linu-v1.0.1.14.tar.gz |
57 | 57 | }}} |
| 58 | |
58 | 59 | |
59 | 60 | * Ejecutamos las instrucciones de compilación. |
… |
… |
|
63 | 64 | |
64 | 65 | '''NOTA''': si necesitamos software de compilación, apt-get xxxxx (si usas proxy teclea export http_proxy="proxy.xxx.xx.es:xxxpuerto" |
| 66 | '' NOTA: comprobar el fichero generado cd /lib/modules/2.6.32-21-generic-pae/kernel/drivers/net/ |
| 67 | |
| 68 | |
| 69 | |
| 70 | * Comprobamos que el initrd que generemos incluirá el modulo para el kernel. |
| 71 | vi /etc/initramfs-tools/hooks/oghooks |
| 72 | # tenre como referente el atl1e |
| 73 | manual_add_modules atl1e |
65 | 74 | |
66 | 75 | |