Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Feb 2003 14:04:21 -0600
From:      "Scott A. Moberly" <smoberly@karamazov.org>
To:        Edmond Baroud <SoHo@admin.fido.ca>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: atapicam in 4.8-PRERELEASE
Message-ID:  <20030228200421.GA68711@mail.karamazov.org>
In-Reply-To: <20030228195805.GA74269@admin.fido.ca>
References:  <20030228195805.GA74269@admin.fido.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Feb 28, 2003 at 02:58:05PM -0500, Edmond Baroud wrote:
> Hi all,
> 
> I needed to install a parallel CDRW on my box, so I updated my source to 4.8-PRE and recompiled (didnt go with the patch for 4.x).
> I am running into a very strange behaviour where my regular CDROM is being detected at boot time as always /dev/acd0 AND again as cd0.
> I am unable to control my other "Backpack cd-rw"..
> any feedback would be appreciated :)
> 
> kernel config:
> device          atapicam
> device          scbus           # SCSI bus (required)
> device          da              # Direct Access (disks)
> device          sa              # Sequential Access (tape etc)
> device          cd              # CD
> device          pass            # Passthrough device (direct SCSI access)
> 
> in dmesg:
> acd0: CDROM <LG CD-ROM CRD-8521B> at ata1-slave PIO4
> then again:
> cd0 at ata1 bus 0 target 1 lun 0
> cd0: <LG CD-ROM CRD-8521B 1.00> Removable CD-ROM SCSI-0 device
> 
> %camcontrol eject cd0
> ejects my LG cdrom
> 
> and %mount /dev/cdrom /cdrom
> also mounts the LG cdrom.
> 
> am I missing anything here?
> 
> thanks,

If you don't want the atapi access, remove:

device          atapicd                 # ATAPI CDROM drives

Otherwise - both access methods are fine as long as both aren't
used at the same time.

-- 
Scott A. Moberly
smoberly@karamazov.org

Microsoft is not the Answer -
Microsoft is the question
and the Answer is no !

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030228200421.GA68711>