Results 11 to 13 of 13
I was under the impression that to get the modules installed after doing the menuconfig you could just do this to have everything done.
make && make install_modues
Correct me ...
- 11-25-2005 #11
I was under the impression that to get the modules installed after doing the menuconfig you could just do this to have everything done.
make && make install_modues
Correct me if I am wrong, that is how I do it on Gentoo.How to know if you are a geek.
when you respond to "get a life!" with "what's the URL?"
- Birger
New users read The FAQ
- 11-26-2005 #12thats exactly what i have done for all my kernel compiles (its what it says in the readme in the main dir of the unpacked kernel)
Originally Posted by budman7
i have tried going there many times and looking around, but changing anything in the file usually messes up everything at boot time for every kernel except the original 2.4 kernel.
Originally Posted by kern
ie. enabling usb-hid"Time has more than one meaning, and is more than one dimension" - /.unknown
--Registered Linux user #396583--
- 11-26-2005 #13Linux Enthusiast
- Join Date
- Jun 2005
- Posts
- 668
make modules_install
..
and as long as you edit rc.modules _for_your_hardware_
I dont see what the problem is
does it build a correct module tree into /lib/modules?
does 'modprobe -l | wc -l' list more than 0?


Reply With Quote