Ow Mun Heng wrote:
> On Wed, 2005-06-15 at 15:24 +1200, Nick Rout wrote:
> 
>>The first time I want to mount a loopback device (like an iso) after a
>>reboot I need to modprobe loop - it works consistently after that.
>>
>>I am sure that I never used to have to do that modprobe, the module was 
>>loaded either on boot or automagically when needed. I am unsure when it
>>changed, but pretty sure it was at a kernel change.
>>
>>
>>present kernel is 2.6.11-gentoo-r2
> 
> 
> 
> Same here.. 2.6.11
> 
> Not sure why though. (though it's compiled as a module but it's always
> been that way)
> 
> 
> 

CONFIG_KMOD=y

config KMOD
        bool "Automatic kernel module loading"
        depends on MODULES
        help
          Normally when you have selected some parts of the kernel to
          be created as kernel modules, you must load them (using the
          "modprobe" command) before you can use them. If you say Y
          here, some parts of the kernel will be able to load modules
          automatically: when a part of the kernel needs a module, it
          runs modprobe with the appropriate arguments, thereby
          loading the module if it is available.  If unsure, say Y.


Zac
-- 
gentoo-user@gentoo.org mailing list

Reply via email to