我似乎无法安装我的光驱。我已经尝试了这个网站的许多解决方案,但没有结果。我也无法在文件浏览器中看到设备。驱动器中有一张 DVD。我在 HP g60-235dx 便携式计算机上运行 12.04。我在下面有一个链接到规格。我还将列出我尝试过的内容(我现在可以找到。)我知道驱动器正在运行,因为就在 Windows 7 崩溃并且我的 MBR 崩溃之前,我正在看电影很好。我对 linux 还很陌生,所以不要以为我什么都知道。好的,这是我尝试过的:
sudo wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list
sudo apt-get --quiet update
sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring
sudo apt-get --quiet update
sudo apt-get install libdvdcss2
Run Code Online (Sandbox Code Playgroud)
dmesg | grep sr0 (无输出)
apt-get install libdvdnav4 (已经安装,并且是最新的)
sudo /usr/share/doc/libdvdread4/install-css.sh
ls -l /dev/cdrom /dev/cdrw /dev/dvd /dev/dvdrw /dev/scd0 /dev/sr0
ls: cannot access /dev/scd0: No such file or directory
lrwxrwxrwx 1 root root 3 Sep 10 03:51 /dev/cdrom -> sr0
lrwxrwxrwx 1 root root …Run Code Online (Sandbox Code Playgroud) mount ×1