Tim wrote:
Tim:
Try changing /dev/hdc to /dev/dvd. If your system has automatically
set up a device for your DVD drive, that ought to be it. If not, you
might want to try /dev/sdc, instead (FC7 treats IDE as if it were
SCSI, now).
david walcroft:
Tim, I've tried changing to /dev/sd0 but as you see it did not work.
laying dvd://1.
libdvdread: Can't stat /dev/sdc
No such file or directory
Couldn't open DVD device: /dev/sdc
File not found: '1'
Failed to open dvd://1.
Did you try /dev/dvd as well?
e.g. "mplayer /dev/dvd" or "mplayer dvd://1 -dvd-device /dev/dvd"
This shows /dev/sd0
david@reddwarf ~]$ mplayer dvd://1 -dvd-device /dev/sd0
MPlayer 1.0rc1-4.1.1 (C) 2000-2006 MPlayer Team
CPU: Intel(R) Celeron(R) CPU 2.66GHz (Family: 15, Model: 4, Stepping: 1)
CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Warning unknown option monitor-hfreq at line 107
Warning unknown option monitor-vfreq at line 110
Warning unknown option monitor-dotclock at line 113
Warning unknown option cache-prefill at line 147
This codecs.conf is too old and incompatible with this MPlayer release!
at line 6
Can't open joystick device /dev/input/js0: No such file or directory
Can't init input joystick
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote
control.
Playing dvd://1.
libdvdread: Can't stat /dev/sd0
No such file or directory
Couldn't open DVD device: /dev/sd0
File not found: '1'
Failed to open dvd://1.
Exiting... (End of file
Is the command "mplayer dvd://1 -dvd-device /dev/dvd" correct
seeing as mplayer complains about failing to open 'dvd://1' and 'file
not found 1'
Thanks david