> I installed the kernel using your tools/install_kernel.sh. > depmod -a did not help. > If I comment out the reference to loop in /etc/modules-load.d/modules.conf, > the error disappears. Other modules deem to load fine. > > I cannot find any reference to the "loop" module?? > > root@argus-dev:~# find /lib -name loop* > root@argus-dev:~#
It's built-in: CONFIG_BLK_DEV_LOOP=y > The original modules.conf file (which is a symlink to ../modules) is: > # /etc/modules: kernel modules to load at boot time. > # > # This file contains the names of kernel modules that should be loaded > # at boot time, one per line. Lines beginning with "#" are ignored. > # Parameters can be specified after the module name. > loop debian 'upstream' builds it as a module by default.. https://github.com/RobertCNelson/linux-dev/blob/master/patches/debian-armmp#L1577 we can change it to match... Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
