Bonjour a tous.
voila des semaines que je cherche à régler un problème bénin. sauf quand on trouve pas les bonnes aides sur le net.
mon problème est le suivant. je cherche à mettre a jour mon noyau vers un noyau qui est censé prendre en charge la carte réseau de mon dell optiplex 760.
le souci c’est que ce n’est pas facile. j’ai suivi un tuto incomplet qui m’aide à moitié.
Le voici
[code]Grab the source of the most recent 2.6.27 kernel from kernel.org and compile it. When I did it, I used version 2.6.27.3. Here is the .config file I used. Copy this file to the directory create by the extraction of the kernel archive, typically linux-2.6.27.3. In order to have the touchpad detected as a synaptics device, you need to patch the kernel as follows
— a/drivers/input/mouse/alps.c
+++ b/drivers/input/mouse/alps.c
@@ -54,6 +54,7 @@ static const struct alps_model_info alps_model_data[] = {
{ { 0x20, 0x02, 0x0e }, 0xf8, 0xf8, ALPS_PASS | ALPS_DUALPOINT }, /* XXX */
{ { 0x22, 0x02, 0x0a }, 0xf8, 0xf8, ALPS_PASS | ALPS_DUALPOINT },
{ { 0x22, 0x02, 0x14 }, 0xff, 0xff, ALPS_PASS | ALPS_DUALPOINT }, /* Dell Latitude D600 */
-
{ { 0x62, 0x02, 0x14 }, 0xcf, 0xcf, ALPS_PASS | ALPS_DUALPOINT }, /* Dell Latitude E6500 */ { { 0x73, 0x02, 0x50 }, 0xcf, 0xcf, ALPS_FW_BK_1 } /* Dell Vostro 1400 */
You can now compile your new kernel using the following commands.
make oldconfig
make
make modulesinstall
make install
Note that this kernel needs a ramdisk image (initrd) to boot. To generate this initrd, you can use the yaird command available from the package yaird. Then, you need to add an entry for the new kernel into your boot loader configuration file. Reboot your laptop to check that your new kernel works properly.[/code]
alors make modulesinstall ne marche pas mais make modules install marche.
Yaird est obsolete, je passe donc par msinitrdramfs avec cette commande trouvée ailleurs sur le web
dernier probleme en date, /lib/modules/2.6.27 n’existe pas
donc si quelqu’un pouvait m’aider à passer cette étape (je précise étape car je sais que les problèmes y’en aura d’autres
)
merci, peace