Re: SCSI card & DAT tape drive

2002-11-09 Thread Philippe Marzouk
On Sat, Nov 09, 2002 at 01:46:08PM +0200, Johan van der Walt wrote:
> Thanks, but where do I get the module for the scsi adapter? Adaptec 2940.
> I looked in /lib/modules but could not find anything there.
> 
> 

It should be in 
/lib/modules//kernel/drivers/scsi/


try 'modprobe aic7xxx', if the driver does not exist you may need to
compile your own kernel to activate the support.

Philippe


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: SCSI card & DAT tape drive

2002-11-09 Thread Frank Gevaerts
On Sat, Nov 09, 2002 at 01:46:08PM +0200, Johan van der Walt wrote:
> Thanks, but where do I get the module for the scsi adapter? Adaptec 2940.

The module you need is aic7xxx

Frank

> I looked in /lib/modules but could not find anything there.
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: SCSI card & DAT tape drive

2002-11-09 Thread Johan van der Walt
Thanks, but where do I get the module for the scsi adapter? Adaptec 2940.
I looked in /lib/modules but could not find anything there.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: SCSI card & DAT tape drive

2002-11-09 Thread Philippe Marzouk
On Sat, Nov 09, 2002 at 12:59:15PM +0200, Johan van der Walt wrote:
> Inspection of /var/log/dmesg suggests that the SCSI card is not seen. How do I add
> SCSI support to the kernel?
> 

The module depends on your SCSI card

modprobe 

Philippe


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: SCSI card & DAT tape drive

2002-11-09 Thread Johan van der Walt
Inspection of /var/log/dmesg suggests that the SCSI card is not seen. How do I add
SCSI support to the kernel?

Johan


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: SCSI card & DAT tape drive

2002-11-09 Thread Johan van der Walt


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: SCSI card & DAT tape drive

2002-11-09 Thread Derek Gladding
On Friday 08 November 2002 10:07 pm, Johan van der Walt wrote:
> I installed Woody yesterday on my PC. Everything seems okay except for
> the fact that I can't access my DAT tape drive. On Potato it was seen
> immediately and I expected the same with Woody but it does not see it.
> All my work stuff is back-upped on the the DAT tape and I need to get it
> back on the hard drive as quickly as possible.
>
> I followed the normal installation procedure but cannot remember that
> I have anywhere seen any reference to SCSI devices.
>
> What is the easiest way to solve this problem?
>
> Thanks
>
> Johan van der Walt

Hi Johan

I've got a Sony DDS3 drive running on an Adaptec 2940 here under Woody, so it 
is definitely possible.

Two things need to be working: SCSI and SCSI tape support.

Have a look in /var/log/dmesg:

(a) Does your SCSI adapter get detected ?

  - if not, you need to add support for your adapter to the kernel

(b) Does the SCSI adapter recognise the tape drive ?

  - if not, this is likely to be a cabling or setup problem, which is unlikely
if all that has happened is a software upgrade

(c) Does the tape drive get recognised by the kernel ? (look for "st0")

  - if not, you need to add SCSI tape support to the kernel

HTH

- Derek




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]