From owner-freebsd-questions@FreeBSD.ORG Tue May 6 08:20:10 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFB6437B404 for ; Tue, 6 May 2003 08:20:10 -0700 (PDT) Received: from mailout.informatik.tu-muenchen.de (mailout.informatik.tu-muenchen.de [131.159.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97A1243F85 for ; Tue, 6 May 2003 08:20:09 -0700 (PDT) (envelope-from barner@in.tum.de) Received: from mailrelay1.informatik.tu-muenchen.de (mailrelay1.informatik.tu-muenchen.de [131.159.254.5]) by mailout.informatik.tu-muenchen.de (Postfix) with ESMTP id ED7DA63DF; Tue, 6 May 2003 17:20:06 +0200 (MEST) Received: from mail.informatik.tu-muenchen.de (mail.informatik.tu-muenchen.de [131.159.0.26]) by mailrelay1.informatik.tu-muenchen.de (Postfix) with ESMTP id BADB17AAA; Tue, 6 May 2003 17:20:04 +0200 (MEST) Received: from zi025.glhnet.mhn.de (unknown [129.187.19.157]) by mail.informatik.tu-muenchen.de (Postfix) with ESMTP id 4C9A370; Tue, 6 May 2003 17:20:10 +0200 (MEST) Received: by zi025.glhnet.mhn.de (Postfix, from userid 1000) id 4A73937870; Tue, 6 May 2003 17:20:07 +0200 (CEST) Date: Tue, 6 May 2003 17:20:07 +0200 From: Simon Barner To: Robert Storey Message-ID: <20030506152007.GA5197@zi025.glhnet.mhn.de> References: <20030506214232.115ceac0.y2kbug@ms25.hinet.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ew6BAiZeqk4r7MaW" Content-Disposition: inline In-Reply-To: <20030506214232.115ceac0.y2kbug@ms25.hinet.net> User-Agent: Mutt/1.5.4i cc: freebsd-questions@freebsd.org Subject: Re: scsi emulation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 May 2003 15:20:11 -0000 --ew6BAiZeqk4r7MaW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, > I'd be very appreciative if anyone can tell me how to force scsi emulation > for these two CD devices. You will need to build a custom kernel with the following options: device atapicam device scbus device cd device pass =20 (More info in `man atapicam`). If you want to access the drives as a normal user, you will have to fix some permissions in /dev. Maybe this thread from this list helps you to get them right: http://groups.google.com/groups?hl=3Dde&lr=3D&ie=3DUTF-8&oe=3DUTF-8&frame= =3Dright&th=3D1e68d4dae9364be2&seekm=3Db72b45%24blt%241%40FreeBSD.csie.NCTU= =2Eedu.tw#link11 (I think you need read-write permissions on /dev/xtpN and /dev/passN, where N is the number of your device). Please be so kind and post a list of necessary changes, and I will write a subsection for the handbook, chapter 12). Simon --ew6BAiZeqk4r7MaW Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+t9KmCkn+/eutqCoRAiRwAJ912J2EG+629YYHARKgtFmM/j7L5QCeOd8Y YQ9HymgBM71m5GPt3uN76GY= =3zMn -----END PGP SIGNATURE----- --ew6BAiZeqk4r7MaW--