LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 01-26-2005, 09:36 AM   #1
ninjaz
Member
 
Registered: Aug 2003
Location: Michigan
Distribution: RHEL v.4, Debian
Posts: 82

Rep: Reputation: 15
Angry Unreal Tournament 2004 DVD


I just installed FC3 on my computer and installed the latest NVidia dirvers along with all of the necessary updates to the OS (running 2.6.9). I have a Plextor DVD burner that I'm using to try and install my game on. I am able to mount the drive and cd into the directory. I am able to run the installer GUI and enter in my cd key, it then starts the install of the game and stops and asks for the "play" disc to be inserted and gives me an option to click yes or no to whether or not I have insterted the disc. I click yes since the disc is in the drive and then in the console window I see that it says that there is no disc to be mounted and then asks me to insert the "play" disc again.

Any suggestions???
 
Old 01-26-2005, 10:02 AM   #2
maxut
Senior Member
 
Registered: May 2003
Location: istanbul
Distribution: debian - redhat - others
Posts: 1,188

Rep: Reputation: 50
try a create a sym link called cdrom and dvdrom:
ln -s /dev/hdx /dev/cdrom
ln -s /dev/hdx /dev/dvdrom
/dev/hdx is where the cdrom (dvd or whatever) attached. such as /dev/hdc

btw: i dont know about games much. if u try to install that game using wine, u may need to check config file of wine.

good luck.
 
Old 01-26-2005, 10:25 AM   #3
ninjaz
Member
 
Registered: Aug 2003
Location: Michigan
Distribution: RHEL v.4, Debian
Posts: 82

Original Poster
Rep: Reputation: 15
Im not using Wine im just using the linux-install.sh

The last thing that I tried was I disabled the automount function and mounted it @ /media/cdrecorder

The links are as follows:
/dev/hdc --> /media/cdrecorder (which is the DVD drive that im using to install the game)
/dev/hdd --> /media/cdrom - This goes to a regular 52x cdrom drive

So try and create another link from /dev/hdc to /dev/cdrecorder?
 
Old 01-26-2005, 10:27 AM   #4
ninjaz
Member
 
Registered: Aug 2003
Location: Michigan
Distribution: RHEL v.4, Debian
Posts: 82

Original Poster
Rep: Reputation: 15
Oh btw, the disc does work because I installed it on my XP box. There are two different installers on it, one is the setup.exe and the other is linux-install.sh which is the one that Im using. I have tried it with both root and sudo on my username.
Thanks!
 
Old 01-26-2005, 10:54 AM   #5
maxut
Senior Member
 
Registered: May 2003
Location: istanbul
Distribution: debian - redhat - others
Posts: 1,188

Rep: Reputation: 50
some applications try to use /dev/cdrom to reach the cdrom driver (like /dev/hdc). maybe your game tries same thing.
/media/cdrom is the mount point directory, it is not a symbolic link.

dont try to create link /dev/hdc --> /media/cdrom.
u dont need to disable automount either.
just run following commands, they will create symbolic links. (do that with root rights)
ln -s /dev/hdc /dev/dvdrom
ln -s /dev/hdd /dev/cdrom
put the play disc into cdrom drive, and try. i hope it will work.
if it doesnt work, u may want to change the mount moints.
u can try /mnt/cdrom instead of /media/cdrom

good luck.
 
Old 01-26-2005, 02:06 PM   #6
sbassett
Member
 
Registered: Dec 2004
Location: USA
Distribution: CentOS 4.4,Ubuntu 6.10&7.04,Win XP(the wife's)
Posts: 151

Rep: Reputation: 30
Quote:
Originally posted by maxut

ln -s /dev/hdc /dev/dvdrom
ln -s /dev/hdd /dev/cdrom
put the play disc into cdrom drive, and try. i hope it will work.
if it doesnt work, u may want to change the mount moints.
u can try /mnt/cdrom instead of /media/cdrom

good luck.
Another shot building on maxut's suggestion. If that doesn't work try linking it to /dev/dvd. This is the case for some as dvdrom is the case for others.

And to mirroring his wishes as well, good luck.
 
Old 01-26-2005, 06:17 PM   #7
ninjaz
Member
 
Registered: Aug 2003
Location: Michigan
Distribution: RHEL v.4, Debian
Posts: 82

Original Poster
Rep: Reputation: 15
Thanks for the responses but I got it fixed. The command the I had to use was
export SETUP_CDROM=/media/cdrecorder

After that it started to install and now I'm onto another problem

RNING: ALC_EXT_capture is subject to change!
Xlib: extension "XiG-SUNDRY-NONSTANDARD" missing on display ":0.0".
Either GL_EXT_bgra or glDrawRangeElements not supported- bailing out.

History:

Exiting due to error

Which has something to do with the Xi Graphics and I cant figure it out.
 
Old 01-27-2005, 08:48 AM   #8
sbassett
Member
 
Registered: Dec 2004
Location: USA
Distribution: CentOS 4.4,Ubuntu 6.10&7.04,Win XP(the wife's)
Posts: 151

Rep: Reputation: 30
What video card do you have??
 
Old 01-27-2005, 12:20 PM   #9
ninjaz
Member
 
Registered: Aug 2003
Location: Michigan
Distribution: RHEL v.4, Debian
Posts: 82

Original Poster
Rep: Reputation: 15
NVidia 5200FX running the latest drivers. I just installed them a few days ago.
 
Old 02-21-2005, 10:38 PM   #10
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Rep: Reputation: 77
Ninjaz...

I have the same problem right now. Eactly the same as you. I have FC3 installed with the lates kernel and nVidia 5900XT with nVidia drivers.

When I run the installer from the DVD, I get the license agreement, then the install path, then it asks me for the cdkey. After the CDkey I continue and I get the "Please mount the Play Disk" Yes to continue and No to cancel.

Where did you give that command to fix the problem?

Was this a terminal command or did you edit any files to get this work? I am so ready to spash my machine trying to resolve this. Please let me know.
 
Old 02-22-2005, 06:39 AM   #11
ninjaz
Member
 
Registered: Aug 2003
Location: Michigan
Distribution: RHEL v.4, Debian
Posts: 82

Original Poster
Rep: Reputation: 15
just type
export SETUP_CDROM=/media/cdrecorder
before you type in the command to get the setup running

if youre hacving the xig problem make sure that you did everything to install the nvidia drivers to install. if you did then run ldconfig as root and that should fix it.
 
Old 02-22-2005, 10:48 AM   #12
sbassett
Member
 
Registered: Dec 2004
Location: USA
Distribution: CentOS 4.4,Ubuntu 6.10&7.04,Win XP(the wife's)
Posts: 151

Rep: Reputation: 30
Ninjaz;
Did you use the rpms or the installer from Nvidia?

UPDATE: I see that this has been fixed, Ninjaz, sorry to bother.

Last edited by sbassett; 02-22-2005 at 10:49 AM.
 
Old 02-22-2005, 01:16 PM   #13
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Rep: Reputation: 77
I got it fixed too thanks to this thread!
 
Old 03-04-2005, 01:47 AM   #14
flayedchild
LQ Newbie
 
Registered: Sep 2004
Location: New Hampshire, US
Distribution: Fedora Core 3 (Gnome)
Posts: 5

Rep: Reputation: 0
has anyone figured out how to install the mods off of the ECE DVD?
-Flayedchild
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Unreal Tournament 2004 BarfBag Linux - Games 1 10-01-2005 01:56 PM
Unreal Tournament 2004 wooot Linux - Software 4 04-18-2005 08:29 PM
Unreal Tournament 2004 noobtesting Linux - Software 12 12-07-2004 05:15 PM
Unreal Tournament 2004 Editors' Choice DVD - no mods installer??? NeccoWolf Linux - Games 1 11-16-2004 12:32 AM
Unreal Tournament 2004 BlandoCal Linux - Software 7 05-31-2004 02:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 07:25 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration