From owner-freebsd-stable@FreeBSD.ORG Wed May 2 15:20:23 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 80A7816A406 for ; Wed, 2 May 2007 15:20:23 +0000 (UTC) (envelope-from kayve@sfsu.edu) Received: from iron1.sfsu.edu (iron1.sfsu.edu [130.212.10.35]) by mx1.freebsd.org (Postfix) with ESMTP id 6A38613C487 for ; Wed, 2 May 2007 15:20:23 +0000 (UTC) (envelope-from kayve@sfsu.edu) Received: from smtp01.sfsu.edu ([130.212.10.100]) by iron1.sfsu.edu with ESMTP; 02 May 2007 08:20:23 -0700 X-onepass: IPPSC X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8CAMBIOEaC1Apk/2dsb2JhbAA Received: from libra.sfsu.edu ([130.212.10.238]) by mail05a.sfsu.edu (Lotus Domino Release 7.0) with ESMTP id 2007050208202169-911 ; Wed, 2 May 2007 08:20:21 -0700 Date: Wed, 2 May 2007 08:20:21 -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 08:20:21, Serialize by Router on SMTP01/SERVERS/SFSU(Release 7.0.2FP1HF155 | March 20, 2007) at 05/02/2007 08:20:22, Serialize complete at 05/02/2007 08:20:22 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 15:20:23 -0000 okay i am trying this xine thing.. where do i put the sysctl dingies? ******************************************************** * Make sure you've enough shared memory, the xine FAQ * * advises to have the following sysctl settings: * * * * kern.ipc.shmmax=67108864 * * kern.ipc.shmall=32768 * * * * To suppress many xitk warnings, please put following * * setting in ~/.xitkrc. * * * * feature.shm = 0 * ******************************************************** bsd@/root# 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 > > This is silly, leave acd there, and you don't need SMP unless you have > an SMP system (ie it is unrelated to this problem) > >> The new kernel will let you use cd0 device. >> acd0 is gone for good - update /etc/fstab accordingly. > > I think it's OK to stick with acd0. > > The only time you *need* ATAPICAM is to burn CD/DVDs with something like > growisofs or cdrecord, or you want to use cdda2wav. > >> i am trying to make my dvd player werk. > > How are you trying to play DVDs? > You should start by stating the problem you're trying to solve, not have > it as a rider at the end of your email. > > If you are using xine then you can make a dvd symlink in /dev and do > xine dvd:/ > > If you edit /etc/devfs.conf and make sure it has these 2 lines.. > # Commonly used by many ports > link acd0 cdrom > link acd0 dvd > > then run > /etc/rc.d/devfs restart > > it should do it for you. > > Then DVD playing apps should find your drive OK. If not please give > actual error messages and fully describe what you're trying. > > -- > Daniel O'Connor software and network engineer > for Genesis Software - http://www.gsoft.com.au > "The nice thing about standards is that there > are so many of them to choose from." > -- Andrew Tanenbaum > GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C >