View previous topic :: View next topic |
Author |
Message |
ferp2 Tux's lil' helper
Joined: 13 Aug 2002 Posts: 104
|
Posted: Mon Feb 13, 2006 8:03 pm Post subject: Tekram host adapter not recognized |
|
|
Hello,
I have a Tekram DC-390 U2 B/W scsi host adapter (with 3 scsi disk attached) that is not getting recognized while booting with the Gentoo 2005.1 minimal install CD. I've tried different boot options which have either not changed anything or caused the boot to fail.
Doing an lsmod after booting with the 2005.1 minimal install CD, I see the "sym53c8xx" scsi host adapter module loaded, which is the wrong one. The "tmscsim" scsi host adapter should be loaded instead. When I do a modprobe tmscsim, the module gets loaded but the virtual console becomes unresponsive. No amount of kill process_num removes it.
What I've noticed is that the drive is successfully loaded when booting with the 2.4 kernel. This is the case with an older Knoppix version. It too, however, uses the "sym53c8xx" module and there's no sign of the "tmscsim" module. A lspci shows another host adapter name. In other words not Tekram.
I'm at a lost to explain this problem. Maybe someone could suggest the correct boot options to get this working. I've tried linux noscsi which caused a kernel panic.
I've also tried booting the netinstall disk for Debian Sarge using linux26. In other words specifying the 2.6 kernel. This ha failed. I've also tried with the latest Knoppix version (booting the 2.6 kernel) and this has failed too.
Thanks |
|
Back to top |
|
|
nalf38 n00b
Joined: 22 Nov 2003 Posts: 27
|
Posted: Tue Feb 21, 2006 5:05 am Post subject: |
|
|
does the card work with the sym53c8xx driver loaded? if so, go with it. if you're sure it absolutely has to be the tmscsim driver instead, make sure you 'rmmod' the sym53c8xx driver first before 'moprobe'-ing the 'tmscim' driver.
best of luck,
n |
|
Back to top |
|
|
ronmon Veteran
Joined: 15 Apr 2002 Posts: 1043 Location: Key West, FL
|
Posted: Tue Feb 21, 2006 12:34 pm Post subject: |
|
|
The fact that it works with the sym53c8xx driver and not the other one should be a pretty good indication of which is the correct driver to use. The DC-390U3W in my server box runs on sym53c8xx, though I realize it is not the same exact card. lspci won't say anything about Tekram, just the chipset that it is based on. For example, from mine:
Code: |
SCSI storage controller: LSI Logic / Symbios Logic 53c1010 Ultra3 SCSI Adapter (rev 01)
|
More system info
Hmm, just poked around in menuconfig and found this:
Code: |
CONFIG_SCSI_DC390T:
This driver supports PCI SCSI host adapters based on the Am53C974A
chip, e.g. Tekram DC390(T), DawiControl 2974 and some onboard
PCscsi/PCnet (Am53/79C974) solutions.
Documentation can be found in <file:Documentation/scsi/tmscsim.txt>.
Note that this driver does NOT support Tekram DC390W/U/F, which are
based on NCR/Symbios chips. Use "NCR53C8XX SCSI support" for those.
|
That is a bit misleading. The ncr53c8xx was replaced with the sym53c8xx driver years ago and in fact now only the v2 is in the kernel:
Code: |
CONFIG_SCSI_SYM53C8XX_2:
This driver supports the whole NCR53C8XX/SYM53C8XX family of
PCI-SCSI controllers. It also supports the subset of LSI53C10XX
Ultra-160 controllers that are based on the SYM53C8XX SCRIPTS
language. It does not support LSI53C10XX Ultra-320 PCI-X SCSI
controllers; you need to use the Fusion MPT driver for that.
Please read <file:Documentation/scsi/sym53c8xx_2.txt> for more
information.
|
_________________ Ask Questions the Smart Way - by ESR |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|