From owner-freebsd-current@FreeBSD.ORG Wed Aug 27 18:32:46 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D21E16A4BF for ; Wed, 27 Aug 2003 18:32:46 -0700 (PDT) Received: from mercury.ll.net (mercury.ll.net [209.131.224.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85ECF43F3F for ; Wed, 27 Aug 2003 18:32:45 -0700 (PDT) (envelope-from supraexpress@globaleyes.net) Received: from globaleyes.net (unverified [209.131.254.143]) by mercury.ll.net for ; Wed, 27 Aug 2003 20:32:34 -0500 Message-ID: Date: Wed, 27 Aug 2003 20:32:26 -0500 (CDT) From: supraexpress@globaleyes.net To: freebsd-current@freebsd.org In-Reply-To: <3F4D1340.7080002@tcoip.com.br> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Subject: Re: IDE DVD playback on 5.1-CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2003 01:32:46 -0000 You might also want/need to change/define a "local" mplayer configuration ala: /home/.../.mplayer/gui.conf where you can change the "runtime" configuration paramaters such as: ao_driver = "oss:/dev/dsp1" ao_volnorm = "no" ao_surround = "no" ao_extra_stereo = "no" ao_extra_stereo_coefficient = "1.000000" ao_oss_mixer = "/dev/mixer" ao_oss_device = "/dev/dsp1" dvd_device = "/dev/acd0c" cdrom_device = "/dev/cdrom" using/choosing a different "dvd_device" and/or "ao_oss_device"/"ao_driver". I have had to change these variables going from 4.8 to 5.1 as different IDE hardware was or was not recognized. On 27 Aug, Daniel C. Sobral wrote: > Ian Freislich wrote: >> Adam K Kirchhoff wrote: >> >>>I've asked this same question on freebsd-questions an on #freebsd >>>(freenode), but haven't gotten any answer, so I thought I'd ask on here. >>> >>>I'm hoping someone can help me out here. >>> >>>I recently moved a firewire card and DVD drive that had been in my FreeBSD >>>box to another computer. I replaced it with an IDE DVD drive. The >>>probelm is that now I can't get mplayer or vlc to play any DVDs that had >>>previously worked with the firewire drive. >>> >>>I have, of course, made sure that /dev/dvd is a symbolic link to /dev/acd0 >>>instead of /dev/cd0 (as it used to be). The only difference that I can >>>think of is that FreeBSD sees the firewire drive as a scsi drive and sees >>>the ide drive as an ide drive. >> >> >> Have you tried (from mplayer's man page): >> >> -dvd-device >> Override default DVD device name /dev/dvd. > > Actually, I recall some player on which you just had to mount the dvd, > and them point them at the path where the dvd was mounted.