This is a discussion on Slackware 10.1 rc.modules question (shell script)? within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> Eric Hameleers wrote : > My /etc/rc.d/rc.modules contains many more than 200 instances of the > word 'modprobe' .... ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Eric Hameleers wrote : > My /etc/rc.d/rc.modules contains many more than 200 instances of the > word 'modprobe' .... $ grep -c modprobe /etc/rc.d/rc.modules 261 -- Thomas O. This area is designed to become quite warm during normal operation. |
| ||||
| * Eric Hameleers <alien@penguin1.dyndns.org> writes: > Steve Youngs wrote: >> I have no way of checking because my /etc/rc.d/rc.modules doesn't >> contain the word "modprobe" in it anywhere > Are we talking about the same Slackware then? My /etc/rc.d/rc.modules > contains many more than 200 instances of the word 'modprobe' .... I just edited mine and removed everything that wasn't needed. $ grep -c modprobe /etc/rc.d/rc.modules 0 In case you're thinking that I compile everything directly into the kernel... $ zgrep -c \=m /proc/config.gz 208 The Linux kernel has this cool thing called `kmod'. It's main (only?) purpose is to load modules when they are needed. With a properly configured /etc/modprobe.conf, the vast majority of modules will automatically load when needed without the need of explicitly calling modprobe. -- |---<Steve Youngs>---------------<GnuPG KeyID: A94B3003>---| | Genius - Is the ability to reduce | | the complicated to the simple | |----------------------------------<steve@youngs.au.com>---| |
| Thread Tools | |
| Display Modes | |
|
|