Hi all,
I know this is a game, and normally goes into the game threads here, but my issue is probably something wrong with how I have my dvd-rom setup/installed in my slackware 10.2
Problem: the "data installer" for quake 3 does not see my cdrom device, which as I indicated is a dvd-rom drive.
What I did:
downloaded from
http://www.icculus.org/quake3/?page=home
this file: "ioquake3-1.33_SVN797-0.1.i386.run"
I made that executable and installed the 'program/game files' and the 'binaries'
to : /home/fogie/games/ioquake3 this installed fine without error in Konsole/terminal.
then from that same site, I downloaded this file: "ioquake3-data-1.32-0.noarch.run"
this is where my problem comes in.
I
AM selecting "Quake III Arena CDROM" option, as I understand it, the installer needs to verify my store bought CD, then it will copy files over to my hard drive, and patch as required. All other options there are default, and I see that the installer see's the proper path I previously set for the game to install to of /home/fogie/games/ioquake3
As soon as hit next, a dialog box keeps asking me to mount my cdrom.
here is how my cdrom (really a dvdrom) is set up for me on my slackware:
running this in terminal : [HTML]ls -l /dev/cdrom[/HTML]
lrwxrwxrwx 1 root root 8 2006-07-27 21:28 /dev/cdrom -> /dev/hdd
my fstab has the following:
/dev/cdrom /mnt/cdrom auto noauto,users 0 0
/dev/dvd /mnt/dvd auto noauto,users 0 0
Also, I have used 'chmod 666 /mnt/cdrom' 'chmod 666 /mnt/dvd' and 'chmod 777 /dev/cdrom' and 'chmod 777 /dev/dvd'
These files do exist in my /dev folder on my hard drive.
The installation is a store bought cd. I know that it works, because I just dual booted up into windows xp service pack 2 and the game installed just fine off of the cd that I'm trying to use in my slackware.
I have no other issues with this dvd rom, well I dont own any dvd's so I dont even know if that works, but I can play my music cds, burn iso's, no dmesg error's of any kind.
Any thoughts?