Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
UT2004 installation woes
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gamers & Players
View previous topic :: View next topic  
Author Message
Kiori Hayabusa
n00b
n00b


Joined: 11 May 2005
Posts: 7

PostPosted: Wed May 11, 2005 9:28 pm    Post subject: UT2004 installation woes Reply with quote

The emerge ut2004 command works fine, but when it "scans for cd" is can't find it. I'm not using the DVDs, I've tried it in both drives, even mounted them to /mnt/cdrom. I'm running an AMD64 system. Thanks in advance.
Back to top
View user's profile Send private message
Master Shake
l33t
l33t


Joined: 10 Apr 2005
Posts: 755
Location: Wilmington, Delaware

PostPosted: Wed May 11, 2005 9:38 pm    Post subject: Reply with quote

so you typed
Code:
mount /mnt/cdrom

into the console and it cannot detect it?
_________________
System Specs:
64-bit gentoo linux
Q6600 @ 3.2Ghz
P35 Chipset
4 Gigs 800mhz 4-4-4-12
Nvidia GeForce 8800 GTX @ 630mhz
Back to top
View user's profile Send private message
Kiori Hayabusa
n00b
n00b


Joined: 11 May 2005
Posts: 7

PostPosted: Wed May 11, 2005 9:43 pm    Post subject: Reply with quote

Well, mount /dev/cdroms/cdrom0 /mnt/cdrom, but yeah. I checked to make sure cdrom0 was the right device, too, and the files were present. The emerge just doesn't detect them or something. I tried doing that export CD_ROOT_1=/mnt/cdrom thing, though I'm not sure where to put it in, so I may have done that wrong. I tried typing it in in another xterm window and, when that didn't work, typed it directly into the install window without any more luck.

Edit: Further testing has revealed that the same applies to the Doom 3 install, making the odds that it's the CD itself astronomically low.
Back to top
View user's profile Send private message
Master Shake
l33t
l33t


Joined: 10 Apr 2005
Posts: 755
Location: Wilmington, Delaware

PostPosted: Wed May 11, 2005 11:57 pm    Post subject: Reply with quote

just typing
Code:
mount /mnt/cdrom
is sufficient for mounting the cd. That might make a difference. Try just typing that. If that doesn't work post your fstab, you might have a problem in it.
_________________
System Specs:
64-bit gentoo linux
Q6600 @ 3.2Ghz
P35 Chipset
4 Gigs 800mhz 4-4-4-12
Nvidia GeForce 8800 GTX @ 630mhz
Back to top
View user's profile Send private message
Kiori Hayabusa
n00b
n00b


Joined: 11 May 2005
Posts: 7

PostPosted: Thu May 12, 2005 12:28 am    Post subject: Reply with quote

Well, I tried it. No luck, unfortunately. Anyway, fstab:

Code:
# <fs>             <mountpoint>    <type>     <opts>            <dump/pass>

# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/sdb1      /boot      ext2      defaults,noatime   1 2
/dev/sdb3      /      reiserfs   noatime         0 1
/dev/sdb2      none      swap      sw         0 0
#/dev/cdroms/cdrom0   /mnt/cdrom   auto      noauto,user      0 0
#/dev/cdroms/cdrom1   /mnt/dvd   auto      noauto,user      0 0
#/dev/fd0      /mnt/floppy   auto      noauto         0 0

# NOTE: The next line is critical for boot!
none         /proc      proc      defaults      0 0

# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
#  use almost no memory if not populated with files)
# Adding the following line to /etc/fstab should take care of this:

none         /dev/shm   tmpfs      nodev,nosuid,noexec      0 0

/dev/hdb                /media/cdrom            auto    exec,user,noauto,managed 0 0
/dev/hda                /media/cdrecorder       auto    exec,user,noauto,managed 0 0
/dev/floppy/0           /media/floppy           auto    exec,user,noauto,managed 0 0
Back to top
View user's profile Send private message
Master Shake
l33t
l33t


Joined: 10 Apr 2005
Posts: 755
Location: Wilmington, Delaware

PostPosted: Thu May 12, 2005 12:51 am    Post subject: Reply with quote

Dude uncomment your cdrom drive. :wink:
_________________
System Specs:
64-bit gentoo linux
Q6600 @ 3.2Ghz
P35 Chipset
4 Gigs 800mhz 4-4-4-12
Nvidia GeForce 8800 GTX @ 630mhz
Back to top
View user's profile Send private message
Kiori Hayabusa
n00b
n00b


Joined: 11 May 2005
Posts: 7

PostPosted: Thu May 12, 2005 12:56 am    Post subject: Reply with quote

Oh, I've tried that in the past. It's commented because the devices are already accounted for under /media and putting them in twice just makes them show up twice.
Back to top
View user's profile Send private message
Master Shake
l33t
l33t


Joined: 10 Apr 2005
Posts: 755
Location: Wilmington, Delaware

PostPosted: Thu May 12, 2005 12:58 am    Post subject: Reply with quote

shouldn't you mount /media/cdrom then?
_________________
System Specs:
64-bit gentoo linux
Q6600 @ 3.2Ghz
P35 Chipset
4 Gigs 800mhz 4-4-4-12
Nvidia GeForce 8800 GTX @ 630mhz
Back to top
View user's profile Send private message
Kiori Hayabusa
n00b
n00b


Joined: 11 May 2005
Posts: 7

PostPosted: Thu May 12, 2005 1:03 am    Post subject: Reply with quote

When I try, it says it's not a block device. So, just now, I switched it all around and tried again. Still no dice.
Back to top
View user's profile Send private message
Master Shake
l33t
l33t


Joined: 10 Apr 2005
Posts: 755
Location: Wilmington, Delaware

PostPosted: Thu May 12, 2005 1:12 am    Post subject: Reply with quote

Have you tried this with your /dev/hdb commented out and your /dev/cdrom/cdrom0 uncommented? I haven't seen this ever done in fstab:
Quote:
/dev/hdb /media/cdrom auto exec,user,noauto,managed 0 0
/dev/hda /media/cdrecorder auto exec,user,noauto,managed 0 0
/dev/floppy/0 /media/floppy auto exec,user,noauto,managed 0 0

I've always had it like this:
Quote:

/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,user 0 0

maybe portage is looking for that line instead of what you have.
_________________
System Specs:
64-bit gentoo linux
Q6600 @ 3.2Ghz
P35 Chipset
4 Gigs 800mhz 4-4-4-12
Nvidia GeForce 8800 GTX @ 630mhz
Back to top
View user's profile Send private message
Kiori Hayabusa
n00b
n00b


Joined: 11 May 2005
Posts: 7

PostPosted: Thu May 12, 2005 1:27 am    Post subject: Reply with quote

Well, yeah, that's basically what I changed it to, save for having auto in place of iso9660. That's how it is now, I mean, and that still doesn't work.
Back to top
View user's profile Send private message
lokojones
Tux's lil' helper
Tux's lil' helper


Joined: 29 Feb 2004
Posts: 131
Location: Canary Islands, Spain.

PostPosted: Thu May 12, 2005 2:34 pm    Post subject: Reply with quote

umh, I should just comment that /media in fstab and uncomment /mnt/cdrom... so its able to manage /mnt/cdrom by itself..it may help
_________________
Pure Gentoozo :)
Back to top
View user's profile Send private message
niskel
Guru
Guru


Joined: 17 Nov 2004
Posts: 457
Location: Fredericton, NB, Canada

PostPosted: Thu May 12, 2005 10:04 pm    Post subject: Reply with quote

I had a similar problem that could be the same as this one, or completely different.
Do you have Joliet naming support in your kernel? This is required to install ut2k4. I didn't have it and it caused problems (and dirty disks :evil: ).

If you do have Joliet support, this is what I would do with your setup and fstab to install ut2k4:
Code:
# mount /media/cdrom
# export CD_ROOT_1=/media/cdrom
# export CD_ROOT_2=/media/cdrom
# export CD_ROOT_3=/media/cdrom
      ...
# emerge ut2k4

Also be sure to have another terminal up to unmount and mount the other disks when it asks for them.
Let me know if this helps at all.

P.S. I found it easier to install this one outside of portage and just use the installer on the disk (but then again, I have the ECE edition that wasnt really supported perfectly by the ut2k4 ebuild).
Back to top
View user's profile Send private message
Kiori Hayabusa
n00b
n00b


Joined: 11 May 2005
Posts: 7

PostPosted: Fri May 13, 2005 2:58 am    Post subject: Reply with quote

niskel nailed it. I forgot the Joliet naming support.

Thanks a lot for the help. You guys are awesome.
Back to top
View user's profile Send private message
wolf31o2
Retired Dev
Retired Dev


Joined: 31 Jan 2003
Posts: 628
Location: Mountain View, CA

PostPosted: Fri May 13, 2005 6:04 pm    Post subject: Reply with quote

niskel wrote:
P.S. I found it easier to install this one outside of portage and just use the installer on the disk (but then again, I have the ECE edition that wasnt really supported perfectly by the ut2k4 ebuild).

Ehh... tried it recently?

I completely redid ut2004 into 3 ebuilds, ut2004-data, ut2004-bonuspack-ece, and ut2004. This allows it to work on ECE and non-ECE DVD media and also the 6 CD release.
_________________
Ex-Gentoo Developer
Catalyst/Genkernel Development Lead
http://wolf31o2.org
Back to top
View user's profile Send private message
solarium_rider
Tux's lil' helper
Tux's lil' helper


Joined: 23 Jun 2003
Posts: 88
Location: San Francisco

PostPosted: Thu May 19, 2005 4:07 pm    Post subject: Reply with quote

wolf31o2 wrote:

Ehh... tried it recently?

I completely redid ut2004 into 3 ebuilds, ut2004-data, ut2004-bonuspack-ece, and ut2004. This allows it to work on ECE and non-ECE DVD media and also the 6 CD release.


Does this also mean that we only have to install the data from the cd's once? Inserting 6 cd's everytime they release a new build is painful!
Back to top
View user's profile Send private message
BlackEdder
Advocate
Advocate


Joined: 26 Apr 2004
Posts: 2588
Location: Dutch enclave in Egham, UK

PostPosted: Thu May 19, 2005 4:15 pm    Post subject: Reply with quote

solarium_rider wrote:
Does this also mean that we only have to install the data from the cd's once? Inserting 6 cd's everytime they release a new build is painful!

Yep
Back to top
View user's profile Send private message
niskel
Guru
Guru


Joined: 17 Nov 2004
Posts: 457
Location: Fredericton, NB, Canada

PostPosted: Thu May 19, 2005 5:10 pm    Post subject: Reply with quote

wolf31o2: I have not tried it since then. This should make it supremely easier. I may have to try a reinstall.
Now if only ati would make drivers that didn't hardlock when playing ut2k4 for too long, didn't randomly crash doom3, and gave comparable to windows performance :roll:.
Back to top
View user's profile Send private message
petteyg359
n00b
n00b


Joined: 30 Apr 2005
Posts: 61

PostPosted: Sat May 21, 2005 10:06 pm    Post subject: Reply with quote

Here's how you do it: If you read what it tells you, it says to 'export CD_ROOT=/mnt/cdrom'. That way you can mount and unmount CDs in the middle of the install. After you export that, then you mount your CD1 and run the emerge. When it asks for CD2, just go to another console, umount /mnt/cdrom, insert CD2, mount /mnt/cdrom, go back to the console where emerge ut2004 is running, and hit enter.

BTW - wolf31o2: Could you add a description in the build for the ECE 10 CD-ROM edition? I don't know if it needs all 10 CDs. The last 3 are ECE-BonusMod discs. One difference I know is that the CD4 on the ECE version does NOT have a Music folder on it.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gamers & Players All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum