Linux-Noob Forums

Full Version: error message
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

when I read dmesg, the only line that returns anything to do with: error, fail, crash, die, exit, quit, abort, etc is this:

 

kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2

 

Does anyone know what this means, and if at all it would affect the way my box runs?

 

Thanks.


that looks like its trying to load a scsi driver,

 

so as long as you don't have any scsi devices, you should be ok

 

you can tell if your hard discs are scsi by typing

 

fdisk -l

 

as root

 

if your hard disc is reported as

 

hda1

 

then it is IDE

 

if it is reported as

 

sda1

 

then it is SCSI

 

cheers

 

anyweb