Unix Technical Forum

support for adaptec scsi

This is a discussion on support for adaptec scsi within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> Hi, I'm planning to buy a HP Netserver with an onboard Adaptec AIC 7895H scsi controller, does anybody know ...


Go Back   Unix Technical Forum > Unix Operating Systems > Slackware Linux Support

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-19-2008, 01:24 PM
znndrp
 
Posts: n/a
Default support for adaptec scsi

Hi,

I'm planning to buy a HP Netserver with an onboard Adaptec AIC 7895H scsi
controller, does anybody know if this controller is supported by
slackware/linux?

thnx,

--
,_,
(O,O)
( )
---"-"-alex
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-19-2008, 01:24 PM
Eef Hartman
 
Posts: n/a
Default Re: support for adaptec scsi

znndrp <erased@xs4all.no.spam> wrote:
> I'm planning to buy a HP Netserver with an onboard Adaptec AIC 7895H scsi
> controller, does anybody know if this controller is supported by
> slackware/linux?


As far as I know all Adaptec 78xx SCSI controllers are supported by
the kernel (NOT Slackware, this is a kernel thingy) module aic7xxx.

I'm using an card version of the Adaptec 29160 here (identified by
lspci as:
00:0d.0 SCSI storage controller: Adaptec AIC-7892A U160/m (rev 02)
and it works fine, both with disks as well as two kinds of DDS tape
drives (from which the DDS4 needs the "wide" bus).
--
************************************************** ******************
** Eef Hartman, Delft University of Technology, dept. EWI/TW **
** e-mail: E.J.M.Hartman@math.tudelft.nl, fax: +31-15-278 7295 **
** snail-mail: P.O. Box 5031, 2600 GA Delft, The Netherlands **
************************************************** ******************
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-19-2008, 01:24 PM
znndrp
 
Posts: n/a
Default Re: support for adaptec scsi

Eef Hartman wrote:

> znndrp <erased@xs4all.no.spam> wrote:
>
>>I'm planning to buy a HP Netserver with an onboard Adaptec AIC 7895H scsi
>>controller, does anybody know if this controller is supported by
>>slackware/linux?

>
>
> As far as I know all Adaptec 78xx SCSI controllers are supported by
> the kernel (NOT Slackware, this is a kernel thingy) module aic7xxx.
>
> I'm using an card version of the Adaptec 29160 here (identified by
> lspci as:
> 00:0d.0 SCSI storage controller: Adaptec AIC-7892A U160/m (rev 02)
> and it works fine, both with disks as well as two kinds of DDS tape
> drives (from which the DDS4 needs the "wide" bus).


thnx

So if I understand this correctly, this controller is supported by the
kernel by loading the aic7xxx module. I guess this module is loaded by
default, or do I have to tell the kernel to load it?

--
,_,
(O,O)
( )
---"-"-alex
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-19-2008, 01:24 PM
Igor Lautar
 
Posts: n/a
Default Re: support for adaptec scsi

On Thu, 08 Jul 2004 15:38:39 +0200, znndrp wrote:

> Eef Hartman wrote:


> So if I understand this correctly, this controller is supported by the
> kernel by loading the aic7xxx module. I guess this module is loaded by
> default, or do I have to tell the kernel to load it?


you can build it into kernel itself (so no module is needed), load module
with initrd, or load from init scripts.

If you want to boot from SCSI drives, you will have to use one of the
first two choices.

regards,
Igor
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-19-2008, 01:24 PM
znndrp
 
Posts: n/a
Default Re: support for adaptec scsi

Igor Lautar wrote:

> On Thu, 08 Jul 2004 15:38:39 +0200, znndrp wrote:
>>So if I understand this correctly, this controller is supported by the
>>kernel by loading the aic7xxx module. I guess this module is loaded by
>>default, or do I have to tell the kernel to load it?

>
> you can build it into kernel itself (so no module is needed), load module
> with initrd, or load from init scripts.
>
> If you want to boot from SCSI drives, you will have to use one of the
> first two choices.


So, I can install slackware on the system then boot to it with a boot floppy
and then make sure the module loads with initrd?

--
,_,
(O,O)
( )
---"-"-alex
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-19-2008, 01:24 PM
Brian
 
Posts: n/a
Default Re: support for adaptec scsi

znndrp wrote:
> So if I understand this correctly, this controller is supported by the
> kernel by loading the aic7xxx module. I guess this module is loaded by
> default, or do I have to tell the kernel to load it?


You can either selectively load the module during boot with a directive in
the /etc/rc.modules init script, or allow /etc/rc.hotplug to find your
controller and install the module automagically OR you can build the driver
into a custom Linux kernel.

You may also want to read some of the documentation included with Slackware
10.0 like:

/usr/doc/Linux-HOWTOs/SCSI-2.4-HOWTO

Best regards,

Brian


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-19-2008, 01:24 PM
Ivan
 
Posts: n/a
Default Re: support for adaptec scsi

On Thu, 08 Jul 2004 16:00:34 +0200, znndrp wrote:

> Igor Lautar wrote:


> So, I can install slackware on the system then boot to it with a boot floppy
> and then make sure the module loads with initrd?


the best thing is to choose scsi.i kernel when installing system, and
everything should work fine, just fine

ivan
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 02-19-2008, 01:24 PM
znndrp
 
Posts: n/a
Default Re: support for adaptec scsi

Ivan wrote:

> On Thu, 08 Jul 2004 16:00:34 +0200, znndrp wrote:
>
>
>>Igor Lautar wrote:

>
>
>
>>So, I can install slackware on the system then boot to it with a boot floppy
>>and then make sure the module loads with initrd?

>
>
> the best thing is to choose scsi.i kernel when installing system, and
> everything should work fine, just fine


thnx

--
,_,
(O,O)
( )
---"-"-alex
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 02-19-2008, 01:24 PM
znndrp
 
Posts: n/a
Default Re: support for adaptec scsi

Brian wrote:
> You may also want to read some of the documentation included with Slackware
> 10.0 like:
>
> /usr/doc/Linux-HOWTOs/SCSI-2.4-HOWTO


I almost forgot there's always a bunch of howto's included

/me 's reading the howto

--
,_,
(O,O)
( )
---"-"-alex
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 02-19-2008, 01:24 PM
Thomas Overgaard
 
Posts: n/a
Default Re: support for adaptec scsi


znndrp wrote :

> So, I can install slackware on the system then boot to it with a boot
> floppy and then make sure the module loads with initrd?


I pretty sure that you could boot from your SCSI disk if you choose the
adaptec.s kernel at install time. The ".s" in the kernel-name stands for
SCSI.
--
Thomas O.

This area is designed to become quite warm during normal operation.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 10:13 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com