LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   /sbin/modprobe -s -k SCSI_hostadapter err-number 2 (https://www.linuxquestions.org/questions/linux-general-1/sbin-modprobe-s-k-scsi_hostadapter-err-number-2-a-50398/)

da_kidd_er 03-17-2003 11:44 PM

/sbin/modprobe -s -k SCSI_hostadapter err-number 2
 
Motherboard is intel L440GX+
Hot swap Controller is Adaptec AIC-7896N

This is an intel U2 Rack mount server Model ISP 2150
4 hotswap hard drives.

I am running a bypass card and one processor
256 MB ram & 1 X 18 gig hd - IBM

I can get 8.0 to install on Hard but
when it tries to boot up. I get hard drive errors.
/sbin/modprobe -s -k SCSI_hostadapter err-number 2

Anyone have a clue on whats wrong?????
Please help!!!!!!!!!


blk: queue c7dc7e18 I/O limit 4095Mb

Sequencer Free SCB list: 0 1 2 3 5 ..............
Sequncer SCB Info: 0(c 0x0, s 0x ...............)
Pending list:
kernel Free SCB list: 3 1 0
scsi0:0:1:0 Comand already completed
aic7xxx_abort returns 0x2002
set ofline
scsi is not an active device
and incremnt the scsi0:0:1:0
/sbin/modprobe -s -k SCSI_hostadapter err-number 2

rch 03-18-2003 12:39 AM

Re: /sbin/modprobe -s -k SCSI_hostadapter err-number 2
 
Quote:

Originally posted by da_kidd_er
Motherboard is intel L440GX+
Hot swap Controller is Adaptec AIC-7896N

This is an intel U2 Rack mount server Model ISP 2150
4 hotswap hard drives.

I am running a bypass card and one processor
256 MB ram & 1 X 18 gig hd - IBM

I can get 8.0 to install on Hard but
when it tries to boot up. I get hard drive errors.
/sbin/modprobe -s -k SCSI_hostadapter err-number 2

Anyone have a clue on whats wrong?????
Please help!!!!!!!!!


blk: queue c7dc7e18 I/O limit 4095Mb

Sequencer Free SCB list: 0 1 2 3 5 ..............
Sequncer SCB Info: 0(c 0x0, s 0x ...............)
Pending list:
kernel Free SCB list: 3 1 0
scsi0:0:1:0 Comand already completed
aic7xxx_abort returns 0x2002
set ofline
scsi is not an active device
and incremnt the scsi0:0:1:0
/sbin/modprobe -s -k SCSI_hostadapter err-number 2

do you have a scsi controller or an ide one
i am starting with the assumption that you have not compiled scsi support inside your kernel but use them as a module(most distributions)
the scsi core modules
scsi_mod.o(disk)
sg.o(generic)
sr_mod.o(cdrom)
are supplimented by the lower lever driver which makes up your hardware
so try to remove these modules
rmmod modules
or modprobe -r (your module) (to autoclean the modules)
also i think you could try to autoclean modules by kerneld
then after autocleaning try again to install your modules
by modprobe
also if you have recompiled the kernel and modules
try depmod -a
keep posted


All times are GMT -5. The time now is 01:29 PM.