On Mon, Jul 14, 2003 at 08:59:10PM +0400, Dmitry Suzdalev wrote:
> Hello!
> I had just emerged latest "stable" baselayout-1.8.6.8-r1, did etc-update, 
> carefully updated all 23 files and rebooted.
> 
> And I received a whole bunch of errors. Please, someone help. Here they are:
> 
> During boot:
> 
> * Calculating module dependencies
>       modprobe: Can't locate module /dev/ide/hd/cd
>       modprobe: Can't locate module /dev/ide/host0/cd
>       modprobe: Can't locate module /dev/scsi/host0/cd
>       modprobe: Can't locate module /dev/scsi/host0/generic
>       modprobe: Can't locate module /dev/input
> 
> [ I have a CD-RW as a primary slave, I have option hdb=ide-scsi passed to 
> kernel at boot. All worked great till now. And I have no idea what is 
> /dev/input...]
> 
> <SNIP>
> 
> * Setting system clock to hwclock [LocalTime]
>       modprobe: Can't locate module /dev/rtc
>       modprobe: Can't locate module /dev/misc/rtc
>       modprobe: Can't locate module /dev/rtc
>       modprobe: Can't locate module /dev/misc/rtc
> 
> <SNIP>
> INIT: Entering runlevel 3
> * Couldn't get dependency info for "consoletrans"!
> [repeated 4 times]
> *ERROR: "consoletrans" doesn't have a start function
> 
> *Starting lircd...
>       modprobe: Can't locate module /dev/lircd
> <END>
> 
> Suggestions? Fixes? 
> Any help is *very* appresiated.
> 
> I'm running vanilla-sources-2.4.20.
> And had no problem until I emerged new baselayout.

Sounds like your modules aren't being loaded on boot properly.  Make
sure that /etc/modules.autoload had the right modules in it (IE: rtc 
and ide-scsi based on the errors above) and if it does, try to load them
manually with "modprobe rtc".  If you get errors from that you may need
to rebuild your kernel modules with "cd /usr/src/linux ; make modules
modules_install" (assuming that /usr/src/linux points to the current
kernel directory).  Either that or /etc/init.d/modules isn't being run
on start for some reason... are all the other services on the box being
started correctly?

alan

-- 
Alan <[EMAIL PROTECTED]> - http://arcterex.net
--------------------------------------------------------------------
"There are only 3 real sports: bull-fighting, car racing and mountain 
climbing. All the others are mere games."                -- Hemingway

--
[EMAIL PROTECTED] mailing list

Reply via email to