Hi,
I got 2 optical drives installed:
- a DVD drive,
- CD drive.
I am unable to play neither CDs nor DVDs. For example here is the output of mplayer:
tux@slitaz:~$ mplayer dvd://1
MPlayer UNKNOWN-4.5.2 (C) 2000-2010 MPlayer Team
MMX supported but disabled
MMX2 supported but disabled
3DNow supported but disabled
3DNowExt supported but disabled
Playing dvd://1.
libdvdread: Using libdvdcss version 1.2.10 for DVD access
libdvdread: Could not open /dev/dvd with libdvdcss.
libdvdread: Can't open /dev/dvd for reading
Couldn't open DVD device: /dev/dvd (No medium found)
No stream found to handle url dvd://1
Exiting... (End of file)
tux@slitaz:~$
=> it indicates that something is wrong with /dev/... After investigating, I found that:
tux@slitaz:~$ eject /dev/dvd
Results in ejecting the wrong drive. Actually it opens the CD drive tray instead of the DVD tray.
Here is where the /dev/dvd points to:
tux@slitaz:~$ ls -l /dev/dvd
lrwxrwxrwx 1 root root 8 Dec 10 18:53 /dev/dvd -> /dev/hdd
tux@slitaz:~$
=> this link to /dev/hdd looks strange to me.
If you have any idea, let me know.
Tkx