Wednesday, May 8, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 7667  / 3 Years ago, tue, november 9, 2021, 8:50:52

Moment ago and I got this from VLC media player



Playback failure:
DVDRead could not open the disc "/dev/dvd".
Your input can't be opened:
VLC is unable to open the MRL 'dvd:///dev/dvd'. Check the log for details.


I typed this command to enable DVD playback, It worked on my desktop with Ubuntu 13.10



sudo apt-get install gstreamer0.10-plugins-ugly gstreamer0.10-ffmpeg libxine1-ffmpeg gxine mencoder libdvdread4 totem-mozilla icedax tagtool easytag id3tool lame nautilus-script-audio-convert libmad0 mpg321 && sudo /usr/share/doc/libdvdread4/install-css.sh


I am using Ubuntu 13.10 32-bit. Thanks


More From » 13.10

 Answers
5

Had the same thing with my rarely used dvd drive today. Apparently the symlink to the block device was missing. After inspecting dmesg I found it is sr0 in my case.



So:



sudo ln -s /dev/sr0 /dev/dvd


fixed it for me.



PS: Try man dmesg, man sudo, man ln, if you do not understand this. The first few years of linux is all about reading man pages, I'm afraid.


[#28439] Thursday, November 11, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
admin

Total Points: 459
Total Questions: 112
Total Answers: 109

Location: Equatorial Guinea
Member since Sun, Feb 14, 2021
3 Years ago
;