LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-14-2003, 12:00 PM   #1
Sublimehype
LQ Newbie
 
Registered: Dec 2003
Location: Arizona
Posts: 25

Rep: Reputation: 15
mounting unreal tournament


i'm having trouble installing unreal tournament 2003 on mandrake linux 9.2 i put in the third disc and run the linux installer, once i get a gui up from the konsole i start the installation, then i get the error "Please mount the Unreal Tournament 2003 Play Disc CDRom. Choose yes to retry, No to cancel." so since i'm a noob and i don't know what mounting is, i tried putting in the first disc and just hitting yes...no luck.....the message just stays there..any help guys? thanks.
 
Old 12-14-2003, 02:21 PM   #2
Phorem
Member
 
Registered: Nov 2003
Location: Toronto, Canada
Distribution: Gentoo AMD64
Posts: 374

Rep: Reputation: 30
Copy the installation script to your home directory from cd3. Then take it out and put in disk one. Go to the directory where copied the installation script and run it. If all else fails, copy all of the cd's to a directory you have created and run the installation from that directory by-passing the cd's all together.
 
Old 12-14-2003, 07:52 PM   #3
mikshaw
LQ Addict
 
Registered: Dec 2003
Location: Maine, USA
Distribution: Slackware/SuSE/DSL
Posts: 1,320

Rep: Reputation: 45
Your first suggestion should work for him...the installer doesn't work unless it's copied to a local drive, but after that it should mount/umount the cds automatically
 
Old 12-15-2003, 12:59 AM   #4
BlurredWeasel
Member
 
Registered: Oct 2003
Distribution: RH9
Posts: 38

Rep: Reputation: 15
Linux needs to 'mount' external drives to access em (maps them to the internal file structure). When you insert a CD on your computer, the OS (Redhat/Mandrake/whatever) probably automounts it. To check open your favorite file browser, and surf on over to /mnt/cdrom or /mnt/cdrom1 or /cdrom or similar (explore a bit).

Now, onto the topic, find where the cd is mounted. Open up a console window (terminal).

from wherever you are, type "su" to go to superuser (needed to install UT2003 - at least for me).

Then type /LOCATIONOFUT2003DISK/linuxinstall.sh (or whatever the install script was called, don't have my cd's handy to check).

This will open up the installer. when it asks for the disks to be unmounted/mounted, you need to type either "umount /LOCATION" or "mount /LOCATION" - this should work, but remember there are LOTS more options to mount/umount. If it says device busy, you should come back here and ask again.

I hope this helps you,
Chris
 
Old 12-15-2003, 03:35 AM   #5
Sublimehype
LQ Newbie
 
Registered: Dec 2003
Location: Arizona
Posts: 25

Original Poster
Rep: Reputation: 15
i tried all your suggestions, i was able to mount and unmount the cd roms successuflly, i was able to start the installer from my home directory, i was able to copy all my cds to the hard drive, but no matter what i did, i still got the error message asking me to mount the play disc of ut2k3....and even though i'm a noob to linux i'm pretty good with computers in general so i know i did everything as you asked me to...and still i'm getting the same error message, any more suggestions?
 
Old 12-15-2003, 04:41 AM   #6
BlurredWeasel
Member
 
Registered: Oct 2003
Distribution: RH9
Posts: 38

Rep: Reputation: 15
What distro are you running?

Where is the mount point to the next cd?

It might be something stupid like it doesn't look for the cd in the right place.

-Chris
 
Old 12-15-2003, 06:49 AM   #7
skinny_p
LQ Newbie
 
Registered: Oct 2003
Location: France
Distribution: mandrake 9.2
Posts: 14

Rep: Reputation: 0
after mount your cd in a terminal
type ls
does it list something ?
 
Old 12-15-2003, 05:30 PM   #8
BlurredWeasel
Member
 
Registered: Oct 2003
Distribution: RH9
Posts: 38

Rep: Reputation: 15
Update to skinny's question:

When installing UT2003, I found that if I had any terminal's open (or any programs) accessing the directory where the cd is mounted, I couldn't unmount it. Here's what you should do...I'll try to make this as step by step as possible. We're going to assume that your cd is mounted at /mnt/cdrom.

1) Close all windows that are open (keep anything from accessing the directory)
2) Insert CD
3) Open up a terminal window
4) Type "su" (go to root account, type in the password)
5) Type "mount /dev/cdrom /mnt/cdrom" (mount the cd device at /mnt/cdrom)
6) Check that it mounted correctly by typing "ls /mnt/cdrom"
7) Type "sh /mnt/cdrom/linuxinstaller.sh &" (replace linuxinstaller.sh with whatever the correct install script is...)
8) Installer should start up, pop up a window and such.
9) Select the place to install it (default works good)
10) Click install, and let it copy for a while, when it asks you for the next cd, type "umount /mnt/cdrom" in the terminal window from earlier
11) Eject cd, and put in next cd
12) Type "mount /dev/cdrom /mnt/cdrom" to remount the next cd
13) Go back to installer and click ok find my next disk or equivilant
14) Repeat for last disk


NOTES: The UT2003 linux installer is messed up in terms of calling disks by their correct names. If it rejects a disk, try the other one in the same way (unmount, remount, click ok).

When this is all done, UT2003 should be installed at /usr/local/games/ut2003 - in the terminal window, change directories over to that spot and type ut2003 and try and running it. Let us know

-Chris
 
Old 12-15-2003, 08:30 PM   #9
mikshaw
LQ Addict
 
Registered: Dec 2003
Location: Maine, USA
Distribution: Slackware/SuSE/DSL
Posts: 1,320

Rep: Reputation: 45
yeah...I forgot about that....The Linux installer asks for incorrect CD numbers.
CD1 is listed as the play disk (or something similar), CD2 is listed as CD1, and CD3 is listed as CD2
 
Old 12-16-2003, 01:19 AM   #10
Sublimehype
LQ Newbie
 
Registered: Dec 2003
Location: Arizona
Posts: 25

Original Poster
Rep: Reputation: 15
that didn't work, the message keeps reappearing when i try that bro, but thanks for trying for me...btw i just noticed that after i run the install script from the konsole i got a message that says Gtk-WARNING **: GModule initialization check failed: Gtk+ version too old (micro mismatch), thats in the konsole and it comes up 8 times, i can still use the konsole but that message just confuses me...hehehe I also noticed that when i unmount the cdrom 'umount /mnt/cdrom' the icon labeled cdrom2 dissapears from my desktop, and when i do 'mount /mnt/cdrom' it reappears. but the icon labeled cdrom stays intact. When i unmount cdrom2, the same thing happens, cdrom stays in place and cdrom2 dissapears. But when i run 'ls /mnt/cdrom' i get a response saying its finding autorun and the install.exe....Thanks for your help and i hope you can shed some light on this.
 
Old 12-16-2003, 02:29 AM   #11
BlurredWeasel
Member
 
Registered: Oct 2003
Distribution: RH9
Posts: 38

Rep: Reputation: 15
What ditribution are you using?

Sounds like mandrake? redhat?

-Chris
 
Old 12-16-2003, 02:45 AM   #12
Sublimehype
LQ Newbie
 
Registered: Dec 2003
Location: Arizona
Posts: 25

Original Poster
Rep: Reputation: 15
i'm using mandrake 9.2
 
Old 12-16-2003, 02:53 AM   #13
theparadigm
Member
 
Registered: Nov 2003
Location: Australia :)
Posts: 36

Rep: Reputation: 15
Try completely removing the UT2003 instillation from your system manually and re-installing.
e.g. rm -Rf /usr/local/games/ut2003/ /usr/local/bin/ut2003*
Always works for me.
 
Old 12-16-2003, 03:11 AM   #14
Sublimehype
LQ Newbie
 
Registered: Dec 2003
Location: Arizona
Posts: 25

Original Poster
Rep: Reputation: 15
nope...tried that and same thing happened...sigh, i realy wish i could play ut2k3 on linux. thanks anywho
 
Old 12-16-2003, 04:47 AM   #15
skinny_p
LQ Newbie
 
Registered: Oct 2003
Location: France
Distribution: mandrake 9.2
Posts: 14

Rep: Reputation: 0
With Drakconf => Mount Points Section => removable media
uncheck "supermount" in option of your cddrive and check the others "user" and "noauto"
run the script for home directory as root
when he ask, mount the first cd as root and "ok"
umount
mount the second cd, etc ....
write your cd key twice and finish
in console as simple user
#ut2003

don't take care about
Gtk-WARNING **: GModule initialization check failed: Gtk+ version too old
I had this too when I install RTCW

may be
good luck again
 
  


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 G.O.T.Y ori_ri Linux - Games 4 03-05-2005 02:53 AM
Unreal Tournament G.O.T.Y ori_ri Linux - Games 2 08-20-2004 07:38 AM
Unreal Tournament Nightmare Linux - Software 8 09-30-2003 09:46 AM
Unreal Tournament nevakee05 Linux - General 18 10-07-2002 02:52 PM
Unreal Tournament Abe Linux - General 3 02-20-2001 02:11 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:50 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