You are not logged in.

#1 2006-06-09 16:58:07

Insane-Boy
Member
Registered: 2006-02-27
Posts: 243

kernel modules question

Can i build only a module if i forgot to build it when i configured my kernel settings.If i can how can i do this ?

Offline

#2 2006-06-09 17:14:31

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: kernel modules question

You can do it in the "classic" way i.e. go to the source directory, run make menconfig, make the necessary changes, and then run make modules && make modules_install. If you used makepkg and pacman to build and install your kernel, the disadvantage of the above method is that pacman will not know about your new module, and will therefore not remove if/when you ever remove the kernel.

Offline

#3 2006-06-09 18:05:08

Insane-Boy
Member
Registered: 2006-02-27
Posts: 243

Re: kernel modules question

Ok all right wink

Offline

Board footer

Powered by FluxBB