From owner-freebsd-questions@FreeBSD.ORG Sun Apr 30 18:51:57 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 8D7FD16A401 for ; Sun, 30 Apr 2006 18:51:57 +0000 (UTC) (envelope-from freebsd-listen@fabiankeil.de) Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [80.67.18.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C9AB43D46 for ; Sun, 30 Apr 2006 18:51:56 +0000 (GMT) (envelope-from freebsd-listen@fabiankeil.de) Received: (qmail 22922 invoked from network); 30 Apr 2006 18:51:53 -0000 Received: from unknown (HELO localhost) ([pbs]775067@[217.50.145.55]) (envelope-sender ) by smtprelay01.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 30 Apr 2006 18:51:53 -0000 Date: Sun, 30 Apr 2006 20:51:40 +0200 From: Fabian Keil To: eoghan Message-ID: <20060430205140.613222aa@localhost> In-Reply-To: <4454F992.3080105@redry.net> References: <4454C52C.1040309@redry.net> <20060430165041.0fbaddd0@localhost> <4454F992.3080105@redry.net> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.17; i386-portbld-freebsd6.0) X-PGP-KEY-URL: http://www.fabiankeil.de/gpg-keys/freebsd-listen-2006-08-19.asc Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_8XcHj9BnHVjXA3Tyaqw=6Ep"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: freebsd-questions@freebsd.org Subject: Re: playing a dvd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2006 18:51:57 -0000 --Sig_8XcHj9BnHVjXA3Tyaqw=6Ep Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable eoghan wrote: > Fabian Keil wrote: > > eoghan wrote: > >=20 > >> Im trying to open a dvd and play it. I am trying a number of programs= =20 > >> but I cannot seem to get it to open my dvd. > >> I have tried totem, kmplayer and finally mplayer from terminal. > >> $mplayer dvd://1 > >> gives me: > >> > >> libdvdread: Could not open device with libdvdcss. > >> libdvdread: Can't open /dev/acd0 for reading. > >> Couldn't open DVD device: /dev/acd0 > >> > >> This seems to have happened a few weeks ago, because i have used=20 > >> kmplayer (on gnome) before and I had no problems playing dvd's. > >> Could someone help me out? > >=20 > > Does your user have read permissions for /dev/acd0? > Thanks Fabian > How can i check this. Im not using root. =20 fk@TP51 ~ $ls -l /dev/acd0=20 crw-rw---- 1 root operator 0, 99 Apr 30 13:28 /dev/acd0 fk@TP51 ~ $id uid=3D1001(fk) gid=3D1001(fk) groups=3D1001(fk), 0(wheel), 5(operator), 201= (privoxy) To get these permissions I have:=20 fk@TP51 ~ $grep ^perm /etc/devfs.conf perm smb0 0660 perm acd0 0660 perm xpt0 0660 perm pass0 0660 If your user isn't already part of the operator group you could add him/her, or make /dev/acd0 world readable (0664). Fabian --=20 http://www.fabiankeil.de/ --Sig_8XcHj9BnHVjXA3Tyaqw=6Ep Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEVQdCjV8GA4rMKUQRAmE3AKChaCk8OGT+t0e6M2SlP76i7o8bkwCfckJb IXqpQyG99a/lin705lwUgFk= =aHZn -----END PGP SIGNATURE----- --Sig_8XcHj9BnHVjXA3Tyaqw=6Ep--