From owner-freebsd-questions@FreeBSD.ORG Wed Feb 11 01:53:37 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 913DC16A4CE for ; Wed, 11 Feb 2004 01:53:37 -0800 (PST) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id C5A1D43D1D for ; Wed, 11 Feb 2004 01:53:36 -0800 (PST) (envelope-from krylon@gmx.net) Received: (qmail 9767 invoked by uid 65534); 11 Feb 2004 09:53:35 -0000 Received: from B6292.b.pppool.de (EHLO wintermute) (213.7.98.146) by mail.gmx.net (mp022) with SMTP; 11 Feb 2004 10:53:35 +0100 X-Authenticated: #685629 Date: Wed, 11 Feb 2004 09:55:42 +0100 From: Benjamin Walkenhorst To: freebsd-questions@FreeBSD.org Message-Id: <20040211095542.300812fb.krylon@gmx.net> X-Mailer: Sylpheed version 0.9.8a (GTK+ 1.2.10; i386--netbsdelf) X-Operating-System: NetBSD 1.6.2_RC4 User-Agent: Sylpheed 0.9.7 X-Face: "G=jn*S]P-JmPX0[GAK; )7Yo0p?#U/0m{g!*j3XGvT80*#5pX0kPN$4+azk{O#@ZEZV9BS:4y; \9utXK@+?.mCT.k%G&Ix2XEj-`bBt{TituWYrQ5npZb+:ERfmRt-((lW:itQr$C|B~; vhJ:>2,{tA}#)P'g3h6eE8JT|Qfcm50pUoy{zb8=jvof2?lY}EYTEt4z=5*i%OJ136\?S8^g~^>,s&,jBb'=K|ryeVtUX5 Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: DVD playback finally works! =) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Feb 2004 09:53:37 -0000 Hello everyone, When I recently switched from Slackware 9.1 to FreeBSD 5.2, one of the few things that didn't work right away was DVD-playback. Now it works, I just have to chmod /dev/acd0 to 666 and create a symlink to /dev/dvd. Contrary to what I've read so far, DVD playback even works with MPlayer. =) Unfortunately, due to devfs, I have to change the permissions for acd0 and create the link (/dev/dvd) every time the system starts up - is there any way to make these changes permanent? Kind regards, Benjamin