Date: Tue, 16 Oct 2001 14:26:32 -0600 From: "Kenneth D. Merry" <ken@kdm.org> To: Dylan Carlson <damage_z@yahoo.com> Cc: freebsd-scsi@FreeBSD.ORG Subject: Re: Sony A300C AIT-1 changer on 4.4-RELEASE not accessible Message-ID: <20011016142631.A73474@panzer.kdm.org> In-Reply-To: <20011016202337.92418.qmail@web10403.mail.yahoo.com>; from damage_z@yahoo.com on Tue, Oct 16, 2001 at 01:23:37PM -0700 References: <20011016202337.92418.qmail@web10403.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Oct 16, 2001 at 13:23:37 -0700, Dylan Carlson wrote: > Hi gang, > > TIA if this is a dumb oversight on my part. I filed a bug report on this, but > I'm trying to get this up and working since I migrated this company away from > Windows boxes on the backend. Having a working backup system would let me > sleep at night. > > Trying to get a Sony A300C AIT-1 changer working for the purposes of Amanda. > > galileo# mt -f /dev/sa0 status > mt: /dev/sa0: Device not configured > > Oct 9 21:10:20 galileo /kernel: Waiting 15 seconds for SCSI devices to settle > Oct 9 21:10:20 galileo /kernel: sa0 at sym1 bus 0 target 12 lun 0 > Oct 9 21:10:20 galileo /kernel: sa0: <SONY TSL-A300C L202> Removable > Sequential Access SCSI-2 device > Oct 9 21:10:20 galileo /kernel: sa0: 20.000MB/s transfers (10.000MHz, offset > 15, 16bit) > Oct 9 21:10:20 galileo /kernel: pass1 at sym1 bus 0 target 12 lun 1 > Oct 9 21:10:20 galileo /kernel: pass1: <SONY TSL-A300C L202> Removable Changer > SCSI-2 device > Oct 9 21:10:20 galileo /kernel: pass1: 20.000MB/s transfers (10.000MHz, offset > 15, 16bit) > > There are more details in the bug report at: > Bug report: http://www.freebsd.org/cgi/query-pr.cgi?pr=31319 You're missing the ch(4) driver. Put: device ch In your kernel config file, re-run config, recompile, reinstall and reboot. Then you can move tapes around with chio(1) (or amanda). Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011016142631.A73474>