From owner-freebsd-stable@FreeBSD.ORG Wed May 2 15:47:36 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3349C16A400; Wed, 2 May 2007 15:47:36 +0000 (UTC) (envelope-from gpalmer@freebsd.org) Received: from noop.in-addr.com (noop.in-addr.com [208.58.23.51]) by mx1.freebsd.org (Postfix) with ESMTP id 0262F13C457; Wed, 2 May 2007 15:47:35 +0000 (UTC) (envelope-from gpalmer@freebsd.org) Received: from uucp by noop.in-addr.com with local-rmail (Exim 4.54 (FreeBSD)) id 1HjH3H-000BAm-9g; Wed, 02 May 2007 11:47:35 -0400 Received: from localhost.home.in-addr.com ([127.0.0.1]:57445 helo=rimmer.home.in-addr.com) by rimmer.home.in-addr.com with esmtp (Exim 4.66 (FreeBSD)) (envelope-from ) id 1HjH2M-000CX7-NH; Wed, 02 May 2007 16:46:38 +0100 Message-ID: <4638B25E.70005@freebsd.org> Date: Wed, 02 May 2007 16:46:38 +0100 From: Gary Palmer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.2) Gecko/20070403 SeaMonkey/1.1.1 MIME-Version: 1.0 To: KAYVEN RIESE References: <20070501204548.L860@thinkpad.dieringer.dyndns.org> <005901c78c30$63944a10$4b2e3e0a@claylaptop> <20070501230300.S860@thinkpad.dieringer.dyndns.org> <20070502040125.M860@thinkpad.dieringer.dyndns.org> <20070502041304.GA33045@in-addr.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freeBSD bugs mailing list Subject: Re: install SCSI over ATAPI for DVD X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 May 2007 15:47:36 -0000 KAYVEN RIESE wrote: > now i have both "acd0" and "cd0" is that a problem? > > bsd@/root# ls /dev > acd0 cuad0.init kmem psm0 ttyv5 > acpi cuad0.lock log ptyp0 ttyv6 > ad0 devctl lpt0 ptyp1 ttyv7 > ad0s1 devstat lpt0.ctl ptyp2 ttyv8 > ad0s1a dsp0.0 mdctl random ttyv9 > ad0s1b dsp0.1 mem sndstat ttyva > ad0s1c dspW0.0 mixer0 stderr ttyvb > ad0s1d dspW0.1 net stdin ttyvc > ad0s2 dspr0.1 net1 stdout ttyvd > agpgart fd net2 sysmouse ttyve > apm fido net3 ttyd0 ttyvf > ata fw0 net4 ttyd0.init ums0 > atkbd0 fw0.0 network ttyd0.lock urandom > audio0.0 fwmem0 nfs4 ttyp0 usb > audio0.1 fwmem0.0 nfslock ttyp1 usb0 > bpsm0 geom.ctl null ttyp2 usb1 > cd0 io pass0 ttyv0 usb2 > console kbd0 pccard0.cis ttyv1 usb3 > consolectl kbd1 pccard1.cis ttyv2 xpt0 > ctty kbdmux0 pci ttyv3 zero > cuad0 klog ppi0 ttyv4 > bsd@/root# No, it is not a problem. It is meant to do that. And please do not top-post. > > On Wed, 2 May 2007, Gary Palmer wrote: > >> On Tue, May 01, 2007 at 08:41:40PM -0700, KAYVEN RIESE wrote: >>> >>> i was told by a guy on experts-exchange >>> >>> gheist: >>> You have to install SCSI over ATAPI driver. GENERIC kernel does not >>> have >>> one. Only burncd in base system can use acd driver for burning CD/DVD, >>> others do use SCSI cd driver >> >> You forgot to mention what release of FreeBSD you are running, but >> in theory >> >> kldload atapicam >> >> from a root command prompt should fix it. If it does, put the line >> >> atapicam_load="YES" >> >> into /boot/loader.conf >> > >