Posts: 4
	Threads: 2
	Joined: Feb 2004
	
Reputation: 
0
	 
	
	
		
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.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 3,631
	Threads: 899
	Joined: Dec 2003
	
Reputation: 
0
	 
	
	
		
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