Date: Wed, 24 Jan 1996 20:36:17 +0100 (MET) From: J Wunsch <j@uriah.heep.sax.de> To: freebsd-scsi@freebsd.org Cc: fcawth@jjarray.umd.edu (Fred Cawthorne) Subject: Re: HP CD Writer Message-ID: <199601241936.UAA11476@uriah.heep.sax.de> In-Reply-To: <199601241730.MAA00248@jjarray.umd.edu> from "Fred Cawthorne" at Jan 24, 96 12:30:23 pm
next in thread | previous in thread | raw e-mail | index | archive | help
As Fred Cawthorne wrote: > > I just installed an HP Surestore CD writer in my FreeBSD-2.1R box. > I have a couple of questions: > > 1. > It is probed like a regular scsi CD rom, i.e. : > (ncr0:6:0): "HP C4324/C4325 1.20" type 5 removable SCSI 2 > cd1(ncr0:6:0): CD-ROM cd present.[330928 x 2340 byte records] > Is this correct?? Will I be able to issue scsi commands to the cd1 > device? (i.e. shouldn't I be using the worm device to write CD's) You need an ``override entry'' in scsiconf.c. Most likely: { T_WORM, T_WORM, T_REMOV, "HP", "C4324/C4325", "*", "worm", SC_ONE_LU }, right after the entry for the YAMAHA CDR100. Let us know if it is found as worm0 then. For FreeBSD 2.1, you also need to rebuild your system with the ``options NEW_SCSICONF'' (verify my spelling in scsiconf.c, please). > 2. I can mount a cdrom, and it seems to work fine, but it is slower than > my 2x toshiba cdrom drive. I thought this thing was supposed to read > at 4x speed. No idea on this. > 3. When I initially tried to mount a cdrom, I got a bunch of scsi > error messages. > Jan 24 11:55:41 jjarray /kernel: sd1(ncr0:1:0): UNIT ATTENTION asc:29,0 > Jan 24 11:55:41 jjarray /kernel: sd1(ncr0:1:0): Power on, reset, or bus device reset occurred As it stands: a unit attention. These drives tend to generate a lot of them. I'm afraid you won't be very successful unless you've also got a copy of the SCSI-2 documentation... Even in printed form, it's not always very easy to understand. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601241936.UAA11476>