[gentoo-user] /dev/dvd playing up

2005-08-07 Thread Antoine
Hi all, I got a new kernel and now can't get dvds to play. Does anyone have any suggestions? I searched for ages but never got a solution that works... Using mplayer [EMAIL PROTECTED] ~ $ mplayer dvd://1 Playing dvd://1. libdvdread: Could not open device with libdvdcss. libdvdread: Can't

Re: [gentoo-user] /dev/dvd playing up

2005-08-07 Thread Daniel Drake
Antoine wrote: Using mplayer [EMAIL PROTECTED] ~ $ mplayer dvd://1 Playing dvd://1. libdvdread: Could not open device with libdvdcss. libdvdread: Can't open /dev/dvd for reading Couldn't open DVD device: /dev/dvd /dev/dvd is there - but I am not sure if this is right. [EMAIL PROTECTED] ~

Re: [gentoo-user] /dev/dvd playing up

2005-08-07 Thread Michael Crute
My guess is that you have a permissions problem with your DVD device (/dev/hdc). Check the permissions there. Mine looks like this: brw-rw 1 root disk 22, 0 Mar 10 12:47 hdc If that is your case just `gpasswd -a yourusername disk` and you should be good to go. Don't bother trying to change

Re: [gentoo-user] /dev/dvd playing up

2005-08-07 Thread Antoine
My guess is that you have a permissions problem with your DVD device (/dev/hdc). Check the permissions there. Mine looks like this: brw-rw 1 root disk 22, 0 Mar 10 12:47 hdc If that is your case just `gpasswd -a yourusername disk` and you should be good to go. Don't bother trying