- Code: Select all
bash-3.1$ mplayer dvd://2
MPlayer 1.0rc1-3.4.6 (C) 2000-2006 MPlayer Team
CPU: Intel Celeron 2/Pentium III Coppermine,Geyserville (Family: 6, Model: 8, Stepping: 3)
CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 0
Compiled with runtime CPU detection.
The -gui option will only work as first commandline argument.
Playing dvd://2.
libdvdread: Could not open /dev/dvd with libdvdcss.
libdvdread: Can't open /dev/dvd for reading
Couldn't open DVD device: /dev/dvd
File not found: '2'
Failed to open dvd://2.
Exiting... (End of file)
is this an mplayer issue? a libdvdread issue? i suspect it has something to do with my devices myself. I only have one optical storage drive and it is a dvd rewriter. I have not used it to burn CDs yet, (expect a topic on that someday!) have never used it to burn a dvd but have used it since installing slack to install packages off a dvdrom. here's a couple of my devices:
- Code: Select all
bash-3.1$ ls -l /dev/cdrom
lrwxrwxrwx 1 root root 8 2007-01-09 20:07 /dev/cdrom -> /dev/hdc
bash-3.1$ ls -l /dev/dvd
lrwxrwxrwx 1 root root 8 2007-01-10 20:58 /dev/dvd -> /dev/hdc
bash-3.1$ ls -l /dev/hdc
brw-rw---- 1 root disk 22, 0 2002-06-09 20:27 /dev/hdc
bash-3.1$ cat /etc/fstab
/dev/hda5 swap swap defaults 0 0
/dev/hda3 / ext3 defaults 1 1
/dev/hda2 /home ext3 defaults 1 2
/dev/hda1 /winsux vfat defaults,umask=0 1 0
/dev/sr0 /mnt/cdrom iso9660 noauto,users,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0
bash-3.1$ ls -l /dev/sr0
brw-rw---- 1 root cdrom 11, 0 1999-04-13 05:24 /dev/sr0
i put my fstab in there because i appeared to have to change my cd drive to sr0 in fstab to get it to mount properly... though i know nothing about why, this was just inspired guesswork.
any ideas how to get dvds to play?


