I have dvd-rw on my laptop. The problem is that I can't get it to play dvd's I installed suse 8.2 pro from dvd, I also have mplayer compiled from sources from their site. Works smoothly on all other material. When I try to play dvd movie with it: mplayer dvd://1 I get following: MPlayer 1.0pre1-3.3 (C) 2000-2003 MPlayer Team CPU: Intel Pentium 4 Northwood (Family: 8, Stepping: 9) Detected cache-line size is 64 bytes CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1 Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2 Reading config file /usr/local/etc/mplayer/mplayer.conf: No such file or directory Reading config file /home/ps/.mplayer/config Reading /home/ps/.mplayer/codecs.conf: Can't open '/home/ps/.mplayer/codecs.conf': No such file or directory Reading /usr/local/etc/mplayer/codecs.conf: Can't open '/usr/local/etc/mplayer/codecs.conf': No such file or directory Using built-in default codecs.conf font: can't open file: /home/ps/.mplayer/font/font.desc font: can't open file: /usr/local/share/mplayer/font/font.desc Failed to open /dev/rtc: Permission denied (mplayer should be setuid root or /dev/rtc should be readable by the user.) Using usleep() timing Can't open input config file /home/ps/.mplayer/input.conf: No such file or directory Can't open input config file /usr/local/etc/mplayer/input.conf: No such file or directory Falling back on default (hardcoded) input config Setting up LIRC support... mplayer: could not connect to socket mplayer: Permission denied Failed to open LIRC support. You will not be able to use your remote control. Playing dvd://1 libdvdread: Can't stat /dev/dvd No such file or directory Couldn't open DVD device: /dev/dvd Exiting... (End of file) Anyone ideas... P_S
On 09/10/2003 11:16 PM, p s wrote:
I have dvd-rw on my laptop. The problem is that I can't get it to play dvd's <snip> Couldn't open DVD device: /dev/dvd
I am guessing, since it is a writer, it is scsi emulated, and you have a link /dev/cdrecorder --> /dev/sr0. If you do, then make a link for cdrom and dvd, i.e. "ln -s /dev/sr0 /dev/dvd" and "ln -s /dev/sr0 /dev/cdrom". If you writer is not /dev/sr0, then make sure you have a link dvd pointing to the right device. HTH -- Joe Morris New Tribes Mission Email Address: Joe_Morris@ntm.org Web Address: http://www.mydestiny.net/~joe_morris Registered Linux user 231871 God said, I AM that I AM. I say, by the grace of God, I am what I am.
Joe Morris (NTM) wrote:
On 09/10/2003 11:16 PM, p s wrote:
I have dvd-rw on my laptop. The problem is that I can't get it to play dvd's <snip> Couldn't open DVD device: /dev/dvd
I am guessing, since it is a writer, it is scsi emulated, and you have a link /dev/cdrecorder --> /dev/sr0. If you do, then make a link for cdrom and dvd, i.e. "ln -s /dev/sr0 /dev/dvd" and "ln -s /dev/sr0 /dev/cdrom". If you writer is not /dev/sr0, then make sure you have a link dvd pointing to the right device. HTH
Sounds reasonable.. how do I determine whether that device is /dev/sr0 or something else. P_S
p s wrote:
Joe Morris (NTM) wrote:
On 09/10/2003 11:16 PM, p s wrote:
I have dvd-rw on my laptop. The problem is that I can't get it to play dvd's <snip> Couldn't open DVD device: /dev/dvd
I am guessing, since it is a writer, it is scsi emulated, and you have a link /dev/cdrecorder --> /dev/sr0. If you do, then make a link for cdrom and dvd, i.e. "ln -s /dev/sr0 /dev/dvd" and "ln -s /dev/sr0 /dev/cdrom". If you writer is not /dev/sr0, then make sure you have a link dvd pointing to the right device. HTH
Sounds reasonable.. how do I determine whether that device is /dev/sr0 or something else.
P_S
Nevermind... I really need to learn how to read.. :D I have /dev/cdrecord linked to dev/sr0 P_S
p s wrote:
p s wrote:
Joe Morris (NTM) wrote:
On 09/10/2003 11:16 PM, p s wrote:
I have dvd-rw on my laptop. The problem is that I can't get it to play dvd's <snip> Couldn't open DVD device: /dev/dvd
I am guessing, since it is a writer, it is scsi emulated, and you have a link /dev/cdrecorder --> /dev/sr0. If you do, then make a link for cdrom and dvd, i.e. "ln -s /dev/sr0 /dev/dvd" and "ln -s /dev/sr0 /dev/cdrom". If you writer is not /dev/sr0, then make sure you have a link dvd pointing to the right device. HTH
Sounds reasonable.. how do I determine whether that device is /dev/sr0 or something else.
P_S
Nevermind... I really need to learn how to read.. :D I have /dev/cdrecord linked to dev/sr0
P_S
And that helped.. We can consider this solved. Thanks P_S
The 03.09.10 at 19:12, p s wrote:
Sounds reasonable.. how do I determine whether that device is /dev/sr0 or something else.
Several methods. For example, very complete: hwinfo --scsi Another one. Browse /var/log/boot.msg, search for scsi. There will be a section like: <6>scsi0 : SCSI host adapter emulation for IDE ATAPI devices <4> Vendor: IDE Model: DVD-ROM 16X Rev: 1.06 <4> Type: CD-ROM ANSI SCSI revision: 02 <4> Vendor: MITSUMI Model: CR-48X8TE Rev: 1.1E <4> Type: CD-ROM ANSI SCSI revision: 02 So dvd is the first scsi device (sr0). -- Cheers, Carlos Robinson
participants (3)
-
Carlos E. R.
-
Joe Morris (NTM)
-
p s