From owner-freebsd-emulation@FreeBSD.ORG Thu Sep 5 17:51:54 2013 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5B76971B; Thu, 5 Sep 2013 17:51:54 +0000 (UTC) (envelope-from papowell@astart.com) Received: from astart2.astart.com (99-111-96-109.uvs.sndgca.sbcglobal.net [99.111.96.109]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 971502432; Thu, 5 Sep 2013 17:51:53 +0000 (UTC) Received: from laptop_84.private (localhost [127.0.0.1]) by astart2.astart.com (8.14.4/8.14.4) with ESMTP id r85HXRsJ065311; Thu, 5 Sep 2013 10:33:29 -0700 (PDT) (envelope-from papowell@astart.com) Message-ID: <5228C09E.4000009@astart.com> Date: Thu, 05 Sep 2013 10:34:22 -0700 From: Patrick Powell Organization: Astart Technologies User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130714 Thunderbird/17.0.7 MIME-Version: 1.0 To: freebsd-emulation@freebsd.org, bapt@freebsd.org Subject: Virtual Box FreeBSD Handbook erratum - ATAPICAM, Wiki - needs acd0 for host DVD/CD Access. Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: papowell@astart.com List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Sep 2013 17:51:54 -0000 FreeBSD Handbook: 22.3.3. VirtualBox^(TM) Host DVD/CD Access Missing the atapicam from the Wiki: Host DVD/CD access atapicam kernel module needs to be loaded via /boot/loader.conf: atapicam_load="YES" Also, if the CD/DVD on the host is detected as acd0, then you need to add the following to the /etc/devfs.conf file: This needs to be done in the Wiki as well as the Handbook # if DVD/CD detected as /dev/acd0 add the following: link acd0 cd0 perm acd0 0660 # add the following: perm cd0 0660 perm xpt0 0660 perm pass0 0660