Most of the instructions mentioned in "Ubuntu Linux DVD Shrink, DVD Decrypter Guide" are OK. I had to do a few things differently:
- Verified via hdparm command that my DVD drive was already using DMA
- sudo apt-get update
- sudo apt-get install wine
winesetuptk
I prefer to use y: drive for dvd-reader and z: for dvd burner
cd ~/.wine/dosdevices
rm y:
ln -s /media/cdrom y:
gedit ~/.wine/config
[Version]
"Windows"="win98"
change to
"Windows"="nt40"
No comments:
Post a Comment