View previous topic :: View next topic |
Author |
Message |
asl.pavel n00b
Joined: 27 May 2007 Posts: 11
|
Posted: Sun May 27, 2007 5:56 pm Post subject: Kernel modules installation |
|
|
I have some problems with modules installation: after compiling kernel. "make modules_install" do nothing just prints "if [ -r System.map -a -x /sbin/depmod ]; then /sbin/depmod -ae -F System.map 2.6.21-gentoo-r2; fi". No modules in /lib/modules/2.6.21-gentoo-r2, but a lot of them in /usr/src/linux. What is wrong??? |
|
Back to top |
|
|
John R. Graham Administrator
Joined: 08 Mar 2005 Posts: 10727 Location: Somewhere over Atlanta, Georgia
|
Posted: Sun May 27, 2007 6:02 pm Post subject: |
|
|
In order for there to be any modules to install, you need to have configured some components of the kernel as modules (<M> shown in menuconfig) as opposed to linked in (<*> shown in menuconfig). Did you just select every device driver that you wanted as "Yes" (results in '*') or did you select some of them as modules?
- John |
|
Back to top |
|
|
asl.pavel n00b
Joined: 27 May 2007 Posts: 11
|
Posted: Sun May 27, 2007 6:19 pm Post subject: |
|
|
i have a lot of modules in particular all iptables modules. i built this kernel before and everything was ok. now i reconfigure it a bit and rebuild successful. but modules didnt install |
|
Back to top |
|
|
asl.pavel n00b
Joined: 27 May 2007 Posts: 11
|
Posted: Sun May 27, 2007 6:39 pm Post subject: |
|
|
I dont know how. but after rebooting. "make modules_install" goes ok. but im still curious about what was wrong before??? |
|
Back to top |
|
|
|