<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Installation Problems in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/installation-problems/m-p/2461065#M79840</link>
    <description>Hi,&lt;BR /&gt;I'm trying to install Caldera eServer 2.3 in a HP-LC200 server and the installation program don't detect the SCSI driver SymBios SIM53C896</description>
    <pubDate>Thu, 02 Nov 2000 20:57:14 GMT</pubDate>
    <dc:creator>Irving Lopez</dc:creator>
    <dc:date>2000-11-02T20:57:14Z</dc:date>
    <item>
      <title>Installation Problems</title>
      <link>https://community.hpe.com/t5/operating-system-linux/installation-problems/m-p/2461065#M79840</link>
      <description>Hi,&lt;BR /&gt;I'm trying to install Caldera eServer 2.3 in a HP-LC200 server and the installation program don't detect the SCSI driver SymBios SIM53C896</description>
      <pubDate>Thu, 02 Nov 2000 20:57:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/installation-problems/m-p/2461065#M79840</guid>
      <dc:creator>Irving Lopez</dc:creator>
      <dc:date>2000-11-02T20:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: Installation Problems</title>
      <link>https://community.hpe.com/t5/operating-system-linux/installation-problems/m-p/2461066#M79841</link>
      <description>Irving,&lt;BR /&gt;&lt;BR /&gt;I have not heard of any installation detection problems for the SCSI Devices under Linux-Mandrake (my OS of choice).  However I too have had installtion detection problems for various cards in the past, I would recommend using the correct IRQ information on the boot string.&lt;BR /&gt;&lt;BR /&gt;I would recommend the BOOT Prompt Howto.  You can get the Master Copy from &lt;A href="http://www.linuxdoc.org/HOWTO/BootPrompt-HOWTO.html" target="_blank"&gt;http://www.linuxdoc.org/HOWTO/BootPrompt-HOWTO.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope that helps!&lt;BR /&gt;&lt;BR /&gt;Have a Great Day!&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Nov 2000 22:04:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/installation-problems/m-p/2461066#M79841</guid>
      <dc:creator>Albert E. Whale, CISSP</dc:creator>
      <dc:date>2000-11-02T22:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Installation Problems</title>
      <link>https://community.hpe.com/t5/operating-system-linux/installation-problems/m-p/2461067#M79842</link>
      <description>i find that the adapter i'm using (NCR53c896) is not listed in the supported devices and doesn't accept boot args.&lt;BR /&gt;&lt;BR /&gt;Thanks for your response Albert</description>
      <pubDate>Mon, 06 Nov 2000 16:06:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/installation-problems/m-p/2461067#M79842</guid>
      <dc:creator>Irving Lopez</dc:creator>
      <dc:date>2000-11-06T16:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Installation Problems</title>
      <link>https://community.hpe.com/t5/operating-system-linux/installation-problems/m-p/2461068#M79843</link>
      <description>I am not sure if the Caldera software uses modules or not, but if it does, this should work!&lt;BR /&gt;&lt;BR /&gt;Add the following entry to /etc/conf.modules or /etc/modules.conf (it's use is deprecated!):&lt;BR /&gt;&lt;BR /&gt;alias scsi_hostadapter ncr53c8xx&lt;BR /&gt;&lt;BR /&gt;More information is available in the Configure.help file documentation for your Kernel Version Doc.  Here's an excerpt for 2.2.14 -&lt;BR /&gt;&lt;BR /&gt;CONFIG_SCSI_NCR53C8XX&lt;BR /&gt;  This is the BSD ncr driver adapted to Linux for the NCR53C8XX family&lt;BR /&gt;  of PCI-SCSI controllers. This driver supports parity checking,&lt;BR /&gt;  tagged command queuing and fast synchronous data transfers up to 80&lt;BR /&gt;  MB/s with wide FAST-40 LVD devices and controllers.&lt;BR /&gt;&lt;BR /&gt;  Recent versions of the 53C8XX chips are better supported by the&lt;BR /&gt;  option "SYM53C8XX SCSI support", below. This option will configure&lt;BR /&gt;  a different driver.&lt;BR /&gt;&lt;BR /&gt;  If you want the kernel to select the recommended driver for each of&lt;BR /&gt;  of your NCR/SYM53C8XX controllers you may just configure both the&lt;BR /&gt;  NCR53C8XX and the SYM53C8XX options to Y, or if modules are preferred,&lt;BR /&gt;  load first the sym53c8xx.o module and then the ncr53c8xx.o module.&lt;BR /&gt;&lt;BR /&gt;  Note: there is yet another driver for the 53c8xx family of controllers&lt;BR /&gt;  ("NCR53c7,8xx SCSI support" above). If you want to use them both,&lt;BR /&gt;  you need to say M to both and build them as modules, but only one&lt;BR /&gt;  may be active at a time. If you have a 53c8xx board, you probably do&lt;BR /&gt;  not want to use the "NCR53c7,8xx SCSI support".&lt;BR /&gt;&lt;BR /&gt;  Please read drivers/scsi/README.ncr53c8xx for more information.   &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SYM53C8XX SCSI support&lt;BR /&gt;CONFIG_SCSI_SYM53C8XX&lt;BR /&gt;  This driver supports all the features of recent 53C8XX chips (used&lt;BR /&gt;  in PCI SCSI controllers), notably the hardware phase mismatch&lt;BR /&gt;  feature of the SYM53C896.&lt;BR /&gt;&lt;BR /&gt;  Older versions of the 53C8XX chips are not supported by this&lt;BR /&gt;  driver. If your system uses either a 810 rev. &amp;lt; 16, a 815, or a 825&lt;BR /&gt;  rev. &amp;lt; 16 PCI SCSI processor, you must use the generic NCR53C8XX&lt;BR /&gt;  driver ("NCR53C8XX SCSI support" above) or configure both the&lt;BR /&gt;  NCR53C8XX and this SYM53C8XX drivers either as module or linked to&lt;BR /&gt;  the kernel image.&lt;BR /&gt;&lt;BR /&gt;  When both drivers are linked to the kernel, the SYM53C8XX driver is&lt;BR /&gt;  called first at initialization and you can use the 'excl=ioaddr'&lt;BR /&gt;  driver boot option to exclude attachment of adapters by the SYM53C8XX&lt;BR /&gt;  driver. For instance, entering 'sym53c8xx=excl:0xb400,excl=0xc000' at&lt;BR /&gt;  lilo prompt prevents adapters at io address 0xb400 and 0xc000 from&lt;BR /&gt;  being attached by the SYM53C8XX driver, thus allowing the NCR53C8XX&lt;BR /&gt;  driver to attach them. The 'excl' option is also supported by the&lt;BR /&gt;  NCR53C8XX driver.&lt;BR /&gt; &lt;BR /&gt;This is probably more information than you need, but needless to say, I am doing this for the Points!&lt;BR /&gt;&lt;BR /&gt;Have a Great Day!</description>
      <pubDate>Mon, 06 Nov 2000 21:16:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/installation-problems/m-p/2461068#M79843</guid>
      <dc:creator>Albert E. Whale, CISSP</dc:creator>
      <dc:date>2000-11-06T21:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Installation Problems</title>
      <link>https://community.hpe.com/t5/operating-system-linux/installation-problems/m-p/2461069#M79844</link>
      <description>Hi,&lt;BR /&gt;I resolved the problem just disabling the "Reserve PCI bus Numbers" in the BIOS&lt;BR /&gt;&lt;BR /&gt;Thanks for your help Albert</description>
      <pubDate>Mon, 06 Nov 2000 21:58:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/installation-problems/m-p/2461069#M79844</guid>
      <dc:creator>Irving Lopez</dc:creator>
      <dc:date>2000-11-06T21:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: Installation Problems</title>
      <link>https://community.hpe.com/t5/operating-system-linux/installation-problems/m-p/2461070#M79845</link>
      <description>Glad to be able to help!&lt;BR /&gt;&lt;BR /&gt;Thanks for the Points!&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Nov 2000 22:09:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/installation-problems/m-p/2461070#M79845</guid>
      <dc:creator>Albert E. Whale, CISSP</dc:creator>
      <dc:date>2000-11-06T22:09:25Z</dc:date>
    </item>
  </channel>
</rss>

