Results 11 to 14 of 14
lol, sorry bout the slow reply, i'll use some code to clarify.
Code:
dd if=/dev/cdrom of=cd1.iso
dd if=/dev/cdrom of=cd2.iso
dd if=/dev/cdrom of=cd3.iso
ok, here you have created 3 CD isos ...
- 03-04-2006 #11
lol, sorry bout the slow reply, i'll use some code to clarify.
ok, here you have created 3 CD isos of the three DIFFERENT CDs (if RTCW only has two, only create isos of the two CDs). now doCode:dd if=/dev/cdrom of=cd1.iso dd if=/dev/cdrom of=cd2.iso dd if=/dev/cdrom of=cd3.iso
ok, when you get asked to insert the second CD just doCode:mount -t iso9660 -o loop cd1.iso /mnt/cdrom cd /mnt/cdrom wine setup.exe ##or the equivalent of the setup file
and just continue the installation. if prompted for CD1 again, first tryCode:mount -t iso9660 -o loop cd2.iso /mnt/cdrom
if that doesn't work just repeat the mounting of cd1.isoCode:umount /dev/cdrom
one last thing: if you want, i think it's safe to insert the first CD and use that, but after that, everything else MUST be iso files. hope that helps. good luck
Here's why Linux is easier than Windows:
Package Managers! Apt-Get and Portage (among others) allow users to install programs MUCH easier than Windows can.
Hardware Drivers. In SuSE, ALL the hardware is detected and installed automatically! How is this harder than Windows' constant disc changing and rebooting?
- 03-05-2006 #12
well, i had the same problem when i tried to install call of duty with wine. the cd drive just wouldnt open and i couldnt put cd2 in.
the soluttion was:
when the installer asks for cd2, open a seperate terminal window and type
replace x: with the drive you have assigned in winecfgCode:wine eject x:
the cd tray will eject, place the second cd in the drive and the type
replace cdrom with the drive you are using.Code:mount /mnt/cdrom
now just click ok in the installer window and it should continue the instalation
- 03-05-2006 #13cool, i'll have to remember that, thanks
Originally Posted by easuter
Here's why Linux is easier than Windows:
Package Managers! Apt-Get and Portage (among others) allow users to install programs MUCH easier than Windows can.
Hardware Drivers. In SuSE, ALL the hardware is detected and installed automatically! How is this harder than Windows' constant disc changing and rebooting?
- 03-06-2006 #14Just Joined!
- Join Date
- Nov 2005
- Location
- South Carolina
- Posts
- 64
Well, I tried easuter's method, when I type "wine eject E:" it says "cannot find eject". The only way I can eject it is to say "eject /media/dvd" and if I do that it won't read disc 2 at all. I havn't tried the iso file thing, I'll try to get to that next weekend, I'm gonna be outta town this week


Reply With Quote