Bug 8059

Summary: Installing Tekram DC390 SCSI Controller module
Product: [Retired] Red Hat Linux Reporter: gtmanning
Component: kernelAssignee: Michael K. Johnson <johnsonm>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 6.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-01-24 20:54:55 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description gtmanning 1999-12-30 04:09:40 UTC
Hi,
I have an IBM Aptiva with one IDE drive and controller that
already had redhat 6.0 running.  I just installed a TEKRAM
DC390 SCSI2 controller card into a PCI slot.  The BIOS for
the TEKRAM loads during bootup, using IRQ 11, BUS #00 DEV #0F
and IOPORT 7400h. When linux boots, it does not see the card, so I spent
time researching, and found out I need to load a module into the
kernel.  So, I ran control-panel command, for kerneld.  When
I Add a scsi_hostadapter, there is NO "tmscsim" module in the list.
I need to load tmscsim.o to support the TEKRAM DC 390.  So
I used modprobe to load it, but don't think it worked right.
How do I know if it is seeing my controller card?  When I reboot, it
still does not see the card.
There is no probe-scsi command in Linux.  Below is /etc/conf.modules
entries:
options scsi_hostadapter tmscsim=7,10    (address,speed)
alias scsi_hostadapter tmscsim

Thanks

Comment 1 Cristian Gafton 2000-01-27 08:12:59 UTC
assigned to kernel

Comment 2 Stephen John Smoogen 2003-01-24 20:54:55 UTC
This bug seems to have been fixed in the time since 6.0 that it was reported. To
answer the questions above.

In the current release you would check to see if a kernel module had been loaded
with the lsmod command. To see if any scsi objects were seen you can use a 
cat /proc/scsi/scsi command which will show if the scsi bus sees hard-drives etc
in the machine.