je voulais tranquillement jeter un coup d'oeil à un dvd cd matin et patatras, ça ne marche pas

Code : Tout sélectionner
$ mplayer dvd://
MPlayer dev-SVN-rUNKNOWN-4.3.2 (C) 2000-2009 MPlayer Team
CPU: Intel(R) Pentium(R) M processor 1.73GHz (Family: 6, Model: 13, Stepping: 8)
CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled with runtime CPU detection.
137 audio & 292 video codecs
Playing dvd://.
libdvdread: Using libdvdcss version 1.2.9 for DVD access
libdvdread: Can't stat /dev/dvd
No such file or directory
Couldn't open DVD device: /dev/dvd (No such file or directory)
No stream found to handle url dvd://
Exiting... (End of file)
$
Code : Tout sélectionner
$ ls -l /dev/{c,dv}d*
lrwxrwxrwx 1 root root 21 2009-03-26 07:26 /dev/cdrom -> /dev/cd/cdrom-0:0:1:0
lrwxrwxrwx 1 root root 21 2009-03-26 07:26 /dev/cdrom0 -> /dev/cd/cdrom-0:0:1:0
lrwxrwxrwx 1 root root 20 2009-03-26 07:26 /dev/cdrw -> /dev/cd/cdrw-0:0:1:0
lrwxrwxrwx 1 root root 20 2009-03-26 07:26 /dev/cdrw0 -> /dev/cd/cdrw-0:0:1:0
lrwxrwxrwx 1 root root 19 2009-03-26 07:26 /dev/dvd -> /dev/cd/dvd-0:0:1:0
lrwxrwxrwx 1 root root 19 2009-03-26 07:26 /dev/dvd0 -> /dev/cd/dvd-0:0:1:0
/dev/cd:
total 0
lrwxrwxrwx 1 root root 6 2009-03-26 07:26 cdrom- -> ../sr0
lrwxrwxrwx 1 root root 6 2009-03-26 07:26 cdrw- -> ../sr0
lrwxrwxrwx 1 root root 6 2009-03-26 07:26 dvd- -> ../sr0
Si ça peut encore être utilse, voilà mon /etc/fstab:
Code : Tout sélectionner
#
# /etc/fstab: static file system information
#
# <file system> <dir> <type> <options> <dump> <pass>
none /dev/pts devpts defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/cdrom /media/cd auto ro,user,noauto,unhide 0 0
/dev/dvd /media/dvd auto ro,user,noauto,unhide 0 0
/dev/fd0 /media/fl auto user,noauto 0 0
Code : Tout sélectionner
$ sudo mount -t iso9660 /dev/sr0 /media/cd