LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Boot Errors (https://www.linuxquestions.org/questions/slackware-14/boot-errors-332161/)

CrEsPo 06-10-2005 06:47 AM

Boot Errors
 
Code:

SCSI subsystem driver Revision: 1.00
kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2
kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2
kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2

I get that error when I boot up my computer. Any idea how to fix?

I have no idea what to do and what it is, except that it deals with scsi. I also have a feeling this is why my scsi emulation doesn't work. When I put 'append="hdd=scsi"' into my lilo.conf, run lilo, and reboot, it does nothing.

keefaz 06-10-2005 08:24 AM

try add 'scsi_hostadapter' in /etc/hotplug/blacklist

Quote:

When I put 'append="hdd=scsi"' into my lilo.conf, run lilo, and reboot, it does nothing.
please ellaborate, is the sd_mod module loaded ? (lsmod)

Artanicus 06-10-2005 09:44 AM

shouldnt it be 'append="hdd=ide-scsi"' , not 'append="hdd=scsi"' if youre doing scsi emulation?

CrEsPo 06-10-2005 02:25 PM

Quote:

Originally posted by keefaz
try add 'scsi_hostadapter' in /etc/hotplug/blacklist
Is 'scsi_hostadapter' important? I know blacklist will just not load it, but how important is 'scsi_hostadapter'?

Quote:

Originally posted by keefaz
please ellaborate, is the sd_mod module loaded ? (lsmod)
'sd_mod' is not loaded, and when I tried 'modprobe sd_mod' it says it can't locate it. I did a search for 'sd_mod' and it found it in /usr/src/linux-2.4.29/drivers/scsi/sd_mod.o; which probably means it wasn't compiled into the kernel. Does anyone know where this option is exactly so I can reconfigure the kernel?

Quote:

Originally posted by Artanicus
shouldnt it be 'append="hdd=ide-scsi"' , not 'append="hdd=scsi"' if youre doing scsi emulation?
Sorry, that's what I meant to type, I have the 'append="hdd=ide-scsi" in my lilo.conf.

keefaz 06-10-2005 03:53 PM

Quote:

Does anyone know where this option is exactly so I can reconfigure the kernel?
which kernel ? in 2.6 it is in
Device Drivers/SCSI device support/SCSI disk support
you may want to enable
SCSI CDROM support and SCSI generic support as well...
better is to compile them as module so they will be loaded
if only it is needed

CrEsPo 06-10-2005 04:49 PM

Right now I'm using the 2.4 kernel. It's a lot of typing so here's a screenshot of what I think is what you're talking about. Everything looks like it's already enabled:


All times are GMT -5. The time now is 02:25 PM.