<?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 Re: SCSI Card in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/scsi-card/m-p/2421846#M22</link>
    <description>First things first.  When you do "dmesg" (or "less /var/log/dmesg"), do you see your SCSI host there, something like this:&lt;BR /&gt;&lt;BR /&gt;"(scsi0) &lt;ADAPTEC aic-7850="" scsi="" host="" adapter=""&gt; found at PCI 16/0&lt;BR /&gt;(scsi0) Narrow Channel, SCSI ID=7, 3/255 SCBs&lt;BR /&gt;(scsi0) Downloading sequencer code... 406 instructions downloaded&lt;BR /&gt;scsi0 : Adaptec AHA274x/284x/294x (EISA/VLB/PCI-Fast SCSI) 5.1.21/3.2.4&lt;BR /&gt;       &lt;ADAPTEC aic-7850="" scsi="" host="" adapter=""&gt;&lt;BR /&gt;scsi1 : SCSI host adapter emulation for IDE ATAPI devices"&lt;BR /&gt;&lt;BR /&gt;Also, I assume that your tape drive is a true SCSI tape drive, right?  If your card is found, make sure that your tape drive has the correct SCSI ID.  In any case, if your SCSI card is seen by Linux, you should see something like this:&lt;BR /&gt;&lt;BR /&gt;"Detected scsi tape st0 at scsi0, channel 0, id 4, lun 0"&lt;BR /&gt;&lt;BR /&gt;In essence, if you don't see, that means that there are still connectivity issues and the only things to look at are SCSI module and SCSI ID on the card.&lt;/ADAPTEC&gt;&lt;/ADAPTEC&gt;</description>
    <pubDate>Tue, 30 May 2000 20:02:09 GMT</pubDate>
    <dc:creator>Bolek Mynarski</dc:creator>
    <dc:date>2000-05-30T20:02:09Z</dc:date>
    <item>
      <title>SCSI Card</title>
      <link>https://community.hpe.com/t5/operating-system-linux/scsi-card/m-p/2421843#M19</link>
      <description>I have a box running RH 6.2.  I installed an Adaptec&lt;BR /&gt;AHA-1540 host adapter card.  I believe this card is supported by Linux.  &lt;BR /&gt;However I am not able to use the tape drive which is connected to the SCSI &lt;BR /&gt;card.  This box is currently a dual box ( RH6.1 / Windows 98 2nd). I am able to &lt;BR /&gt;use the tape drive when I boot up in Windows.&lt;BR /&gt;&lt;BR /&gt;When in Linux, I can type in 'dmesg' and I see that it found no hosts at boot &lt;BR /&gt;up time.  Has anyone been able to get this card configured ?  This is supposed &lt;BR /&gt;to be used initially for backups.  However down the road I might want to hang &lt;BR /&gt;different hardware to it.&lt;BR /&gt;&lt;BR /&gt;tia&lt;BR /&gt;Javier S.</description>
      <pubDate>Thu, 20 Apr 2000 07:17:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/scsi-card/m-p/2421843#M19</guid>
      <dc:creator>Javier Salazar_2</dc:creator>
      <dc:date>2000-04-20T07:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI Card</title>
      <link>https://community.hpe.com/t5/operating-system-linux/scsi-card/m-p/2421844#M20</link>
      <description>Are you loading the aha1542 kernel module?&lt;BR /&gt;&lt;BR /&gt;The module parameters are documented in aha1452.c:&lt;BR /&gt;&lt;BR /&gt;LILO/Module params:  &lt;BR /&gt;aha1542=&lt;PORTBASE&gt;[,&lt;BUSON&gt;,&lt;BUSOFF&gt;[,&lt;DMASPEED&gt;]]&lt;BR /&gt;&lt;BR /&gt;Where:  &lt;PORTBASE&gt; is any of the valid AHA addresses&lt;BR /&gt;                   0x130, 0x134, 0x230, 0x234, 0x330,&lt;BR /&gt;                   0x334&lt;BR /&gt;        &lt;BUSON&gt;    is the time (in microsecs) that AHA&lt;BR /&gt;                   spends on the AT-bus when&lt;BR /&gt;                   transferring data.  1542A power-on&lt;BR /&gt;                   default is 11us, valid values are in &lt;BR /&gt;                   range: 2..15 (decimal)&lt;BR /&gt;        &lt;BUSOFF&gt;   is the time that AHA spends OFF THE&lt;BR /&gt;                   BUS after while it is transferring&lt;BR /&gt;                   data (not to monopolize the bus).&lt;BR /&gt;                   Power-on default is 4us, valid&lt;BR /&gt;                   range: 1..64 microseconds.&lt;BR /&gt;        &lt;DMASPEED&gt; Default is jumper selected (1542A:&lt;BR /&gt;                   on the J1), but experimenter can&lt;BR /&gt;                   alter it with this. Valid values: 5, &lt;BR /&gt;                   6, 7, 8, 10 (MB/s)&lt;BR /&gt;                   Factory default is 5 MB/s.&lt;BR /&gt;&lt;/DMASPEED&gt;&lt;/BUSOFF&gt;&lt;/BUSON&gt;&lt;/PORTBASE&gt;&lt;/DMASPEED&gt;&lt;/BUSOFF&gt;&lt;/BUSON&gt;&lt;/PORTBASE&gt;</description>
      <pubDate>Thu, 20 Apr 2000 11:20:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/scsi-card/m-p/2421844#M20</guid>
      <dc:creator>Chuck Slivkoff</dc:creator>
      <dc:date>2000-04-20T11:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI Card</title>
      <link>https://community.hpe.com/t5/operating-system-linux/scsi-card/m-p/2421845#M21</link>
      <description>First things first.  When you do "dmesg" (or "less /var/log/dmesg"), do you see your SCSI host there, something like this:&lt;BR /&gt;&lt;BR /&gt;"(scsi0) &lt;ADAPTEC aic-7850="" scsi="" host="" adapter=""&gt; found at PCI 16/0&lt;BR /&gt;(scsi0) Narrow Channel, SCSI ID=7, 3/255 SCBs&lt;BR /&gt;(scsi0) Downloading sequencer code... 406 instructions downloaded&lt;BR /&gt;scsi0 : Adaptec AHA274x/284x/294x (EISA/VLB/PCI-Fast SCSI) 5.1.21/3.2.4&lt;BR /&gt;       &lt;ADAPTEC aic-7850="" scsi="" host="" adapter=""&gt;&lt;BR /&gt;scsi1 : SCSI host adapter emulation for IDE ATAPI devices"&lt;BR /&gt;&lt;BR /&gt;Also, I assume that your tape drive is a true SCSI tape drive, right?  If your card is found, make sure that your tape drive has the correct SCSI ID.  In any case, if your SCSI card is seen by Linux, you should see something like this:&lt;BR /&gt;&lt;BR /&gt;"Detected scsi tape st0 at scsi0, channel 0, id 4, lun 0"&lt;BR /&gt;&lt;BR /&gt;In essence, if you don't see, that means that there are still connectivity issues and the only things to look at are SCSI module and SCSI ID on the card.&lt;BR /&gt;&lt;/ADAPTEC&gt;&lt;/ADAPTEC&gt;</description>
      <pubDate>Tue, 30 May 2000 19:58:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/scsi-card/m-p/2421845#M21</guid>
      <dc:creator>Bolek Mynarski</dc:creator>
      <dc:date>2000-05-30T19:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI Card</title>
      <link>https://community.hpe.com/t5/operating-system-linux/scsi-card/m-p/2421846#M22</link>
      <description>First things first.  When you do "dmesg" (or "less /var/log/dmesg"), do you see your SCSI host there, something like this:&lt;BR /&gt;&lt;BR /&gt;"(scsi0) &lt;ADAPTEC aic-7850="" scsi="" host="" adapter=""&gt; found at PCI 16/0&lt;BR /&gt;(scsi0) Narrow Channel, SCSI ID=7, 3/255 SCBs&lt;BR /&gt;(scsi0) Downloading sequencer code... 406 instructions downloaded&lt;BR /&gt;scsi0 : Adaptec AHA274x/284x/294x (EISA/VLB/PCI-Fast SCSI) 5.1.21/3.2.4&lt;BR /&gt;       &lt;ADAPTEC aic-7850="" scsi="" host="" adapter=""&gt;&lt;BR /&gt;scsi1 : SCSI host adapter emulation for IDE ATAPI devices"&lt;BR /&gt;&lt;BR /&gt;Also, I assume that your tape drive is a true SCSI tape drive, right?  If your card is found, make sure that your tape drive has the correct SCSI ID.  In any case, if your SCSI card is seen by Linux, you should see something like this:&lt;BR /&gt;&lt;BR /&gt;"Detected scsi tape st0 at scsi0, channel 0, id 4, lun 0"&lt;BR /&gt;&lt;BR /&gt;In essence, if you don't see, that means that there are still connectivity issues and the only things to look at are SCSI module and SCSI ID on the card.&lt;/ADAPTEC&gt;&lt;/ADAPTEC&gt;</description>
      <pubDate>Tue, 30 May 2000 20:02:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/scsi-card/m-p/2421846#M22</guid>
      <dc:creator>Bolek Mynarski</dc:creator>
      <dc:date>2000-05-30T20:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI Card</title>
      <link>https://community.hpe.com/t5/operating-system-linux/scsi-card/m-p/2421847#M23</link>
      <description>hi,&lt;BR /&gt;you have to set up the machine so it will load the SCSI module when needed:&lt;BR /&gt;&lt;BR /&gt;/etc/conf.modules&lt;BR /&gt;&lt;BR /&gt;add a line &lt;BR /&gt;alias scsi_hostadapter aic7xxx&lt;BR /&gt;&lt;BR /&gt;in your case you must replace the "aic7xxx" with the module for your SCSI Card (the one mentioned is for the 2940 which uses a different chipset), I could not figure out which one right now.&lt;BR /&gt;&lt;BR /&gt;Thomas</description>
      <pubDate>Sat, 03 Jun 2000 08:57:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/scsi-card/m-p/2421847#M23</guid>
      <dc:creator>Thomas Zwatz</dc:creator>
      <dc:date>2000-06-03T08:57:10Z</dc:date>
    </item>
  </channel>
</rss>

