From owner-freebsd-stable@FreeBSD.ORG Wed May 2 16:12:49 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 6F1F016A400 for ; Wed, 2 May 2007 16:12:49 +0000 (UTC) (envelope-from kayve@sfsu.edu) Received: from iron2.sfsu.edu (iron2.sfsu.edu [130.212.10.36]) by mx1.freebsd.org (Postfix) with ESMTP id 5835813C457 for ; Wed, 2 May 2007 16:12:49 +0000 (UTC) (envelope-from kayve@sfsu.edu) Received: from smtp01.sfsu.edu ([130.212.10.100]) by iron2.sfsu.edu with ESMTP; 02 May 2007 09:12:49 -0700 X-onepass: IPPSC X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8CADRVOEaC1Apk/2dsb2JhbAA Received: from libra.sfsu.edu ([130.212.10.238]) by mail05a.sfsu.edu (Lotus Domino Release 7.0) with ESMTP id 2007050209123889-919 ; Wed, 2 May 2007 09:12:38 -0700 Date: Wed, 2 May 2007 09:12:38 -0700 (PDT) From: KAYVEN RIESE To: Daniel O'Connor In-Reply-To: <200705021458.01813.doconnor@gsoft.com.au> Message-ID: References: <20070501204548.L860@thinkpad.dieringer.dyndns.org> <20070502040125.M860@thinkpad.dieringer.dyndns.org> <200705021458.01813.doconnor@gsoft.com.au> MIME-Version: 1.0 X-MIMETrack: Itemize by SMTP Server on MAIL05a/SERVERS/SFSU(Release 7.0|August 18, 2005) at 05/02/2007 09:12:39, Serialize by Router on SMTP01/SERVERS/SFSU(Release 7.0.2FP1HF155 | March 20, 2007) at 05/02/2007 09:12:48, Serialize complete at 05/02/2007 09:12:48 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-stable@freebsd.org 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 16:12:49 -0000 On Wed, 2 May 2007, Daniel O'Connor wrote: > On Wednesday 02 May 2007 13:11, KAYVEN RIESE wrote: >> 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 > > kldload atapicam will do this > putting > atapicam_load="YES" > in /boot/loader.conf will do it every reboot. >> include GENERIC >> >> ident KAYVEY >> nocpu I486_CPU >> nocpu I586_CPU >> >> options SMP >> device atapicam >> nodevice acd > okay the thing about this is such: he tells me to do this: Then run config NEW_FILE Go into kernel build directory run make cleandepend ; make depend ; make && make install but i don't know what the "kernel build directory" is prolly simple for you guys. i just did the command in the /usr/src/sys/i386/conf directory and it didn't werk.