Date: Fri, 11 Feb 2000 14:14:09 -0500 From: Peter Radcliffe <pir@pir.net> To: freebsd-mobile@freebsd.org, scsi@FreeBSD.ORG Subject: Re: Adaptec 1460B, PAO3 and cdrom drive problems. Message-ID: <20000211141408.C14877@pir.net>
next in thread | raw e-mail | index | archive | help
Accidentally sent this to scsi, mobile and freebsd-mobile, so it bounced. P. ----- Forwarded message from Peter Radcliffe <pir@pir.net> ----- "Kenneth D. Merry" <ken@kdm.org> probably said: > On Fri, Feb 11, 2000 at 11:13:21 -0500, Peter Radcliffe wrote: > > I just can't mount any scsi cdrom drives :/ > > Disks work fine, all the scsi kernel entries in place, the scsi cdrom > > device is seen but doing anything with /dev/cd0* gives me "device > > not configured" :/ > > Is your CD drive probed? Does it show up in the dmesg? Can you send your > dmesg output? Yes, yes, and yes. Heres what I sent to mobile origionally about this. Thanks, P. Peter Radcliffe <pir@pir.net> probably said: > options SCSI_DELAY=8000 #Be pessimistic about Joe SCSI device > controller aic0 at isa? port ? cam irq ? disable > controller scbus0 > device da0 #SCSI direct access devices (aka disks) > device sa0 #SCSI tapes > device pass0 #CAM passthrough driver > device cd0 #Only need one of these, the code dynamically grows > device pt0 at scbus? # SCSI processor type > > > Card inserted, slot 0 > Feb 6 00:00:13 disapp pccardd[81]: Card "Adaptec, Inc."("APA-1460 SCSI > Host Adapter") [Version 0.01] [(null)] matched "Adaptec, Inc\." > ("APA-1460.*") [(null)] [(null)] > card0: assign aic0 iobase 0x340 irq 7 > aic0: aic6360, dma, disconnection, parity check > da0 at aic0 bus 0 target 3 lun 0 > da0: <SEAGATE ST31200N 8648> Fixed Direct Access SCSI-2 device > da0: 5.000MB/s transfers (5.000MHz, offset 8), Tagged Queueing Enabled > da0: 1006MB (2061108 512 byte sectors: 64H 32S/T 1006C) > > pir@disapp# mount /dev/da0s1e /mnt > pir@disapp# df /mnt > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/da0s1e 998367 700337 218161 76% /mnt > pir@disapp# ls -aFl /mnt > total 700338 > drwxr-xr-x 2 root wheel 512 Feb 5 18:09 ./ > drwxr-xr-x 22 root wheel 512 Feb 6 00:00 ../ > -rw------- 1 root wheel 39413760 Feb 5 17:48 disapp..dump > -rw------- 1 root wheel 645324800 Feb 5 18:09 disapp.usr.dump > -rw------- 1 root wheel 32010240 Feb 5 18:09 disapp.var.dump > pir@disapp# umount /mnt > > <eject card> > <move to scsi cdrom drive> > <insert card> > [...] > cd0 at aic0 bus 0 target 6 lun 0 > cd0: <TOSHIBA XM5701TASUN12XCD 0997> Removable CD-ROM SCSI-2 device > cd0: 5.000MB/s transfers (5.000MHz, offset 8) > cd0: cd present [1318424 x 512 byte records] > > pir@disapp# mount_cd9660 /dev/cd0a /mnt > mount_cd9660: Device not configured > pir@disapp# cdcontrol -f /dev/cd0a eject > cdcontrol: no disc in drive /dev/cd0a > pir@disapp# mount_cd9660 /dev/cd0c /mnt > mount_cd9660: Device not configured > pir@disapp# cdcontrol -f /dev/cd0c eject > cdcontrol: no disc in drive /dev/cd0a ----- End forwarded message ----- -- pir pir@pir.net pir@net.tufts.edu 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?20000211141408.C14877>