![]() |
DVD drive not recognised - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5) +--- Forum: Installing Software (https://www.linuxliteos.com/forums/forumdisplay.php?fid=18) +--- Thread: DVD drive not recognised (/showthread.php?tid=6761) |
DVD drive not recognised - dapeba - 02-03-2020 Have just installed LL on an older laptop via the DVD drive. No problem with the installation and the laptop is now at least as fast as my main machine, thanks for that. Have checked the BIAS boot sequence and Sony DVD-RW DW-Q520A is shown, but it is not recognised by LL. I'm not conversant with LL and much internet searching has not provided any info on how to get the DVD drive mounted in LL. I would be grateful if you could point me in the right direction. Many thanks Re: DVD drive not recognised - DeepThought - 02-03-2020 What do you mean by mounted ? Normally an optical drive doesn't show in a linux file-manager until it has a cd or dvd inserted into it. It should then show and offer to open the appropriate program to view the contents, whether they be music, film or data. Re: DVD drive not recognised - dapeba - 02-03-2020 Hi - Thanks for the response. The Sony DVD drive is not shown under drives and inserting a film/music DVD has no effect, but the drive is OK as I can insert the installation disc and run it on the laptop. At one time I did get a message 'Can't mount file' relating to the DVD drive, which is why I mentioned the term 'mounted'. Apologies for not being more specific, I'm feeling my way with LL. - Regards Re: DVD drive not recognised - DeepThought - 02-03-2020 [member=11757]dapeba[/member] Ubuntu Bionic 18.04 which Linux Lite is based on won't play dvd's out of the box so extra software is needed, In a terminal enter these 3 commands one at a time: Code: sudo apt update Enter your password, then Code: sudo apt install libdvdnav4 libdvdread4 gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly libdvd-pkg Code: sudo apt install ubuntu-restricted-extras source: https://websiteforstudents.com/enable-dvd-and-copy-right-videos-support-on-ubuntu-18-04-lts-beta/ Reboot and you should be good to go. Hope this helps ![]() Re: DVD drive not recognised - Litamahadee - 02-03-2020 This is what I was looking for. It is the knowledge that I have always wanted to study. Re: DVD drive not recognised - dapeba - 02-03-2020 Hi - Many thanks for your help. I carried out the steps you recommended, after I had discovered that typing your password in terminal doesn't show on the screen. The position is still the same, even with a dvd in situ the drive is not shown in drives. I connected an xtnl HD and this did show in drives, although attempting to play a dvd resulted in a system lock and I had to force release. Is the problem that there isn't a LL driver for this particular dvd drive? I have checked on line and there are drivers for it but they only seem to be for Windows, would they be of any use? Another thought, is it possible that there might have been a glitch in the installation, and would a uninstall and reinstall be advisable? - Regards Re: DVD drive not recognised - DeepThought - 02-03-2020 [member=11757]dapeba[/member] You could try Menu/Settings/Install Drivers and see if any proprietry drivers are needed or available. Re: DVD drive not recognised - Valtam - 02-03-2020 Open a Terminal, do: Code: dmesg | egrep -i --color 'cdrom|dvd|cd/rw|writer' and show us the output. Make sure your external drive IS NOT plugged in Let's start there. Re: DVD drive not recognised - dapeba - 02-04-2020 Thanks for the reply, and apologies for being away from the workface for a while. Must also apologise for lack of LL knowledge. And this is possibly why I get the result below. The command prompt reverts back to the command line, and I tried this a few times. martes 04 febrero 2020, 17:00:19 Memory Usage: 679/984MB (69.00%) Disk Usage: 6/90GB (8%) Support - https://www.linuxliteos.com/forums/ (Right click, Open Link) dapeba ~ dmesg | egrep -i --color 'cdrom|dvd|cd/rw|writer' dapeba ~ Re: DVD drive not recognised - dapeba - 02-05-2020 Hi - Trying to play a DVD produces this message. New to LL but in Windows it would mean an unrecognised device, that would indicate a driver problem. Playback failure: DVDRead could not open the disc "/dev/sr0". Your input can't be opened: VLC is unable to open the MRL 'dvd:///dev/sr0'. Check the log for details. Regards |