PDA

View Full Version : Problem Installing Quake 4


Mantra Locust
October 29th, 2005, 07:35 PM
Okay, I went out and bought Quake 4, hoping I'd have no problems installing it. I've read through the Linux Installation instructions, which tells you to copy files from the CDs and put them in the /usr/local/games/quake4/q4base folder. I can copy the files from the 1st CD with no problem, but the 2nd CD and on-ward, I get a dialog that states "You do not have permission to view files on this volume". I've changed my user privleges and placed myself under the root group with no success. If any one could help me, I'd be most greatful. Thanks.

Stampe^lol?
October 29th, 2005, 08:19 PM
Have you tried to mount the cd after umount?
My installation went well - I've got the DVD edition.

Mantra Locust
October 29th, 2005, 09:25 PM
How do I go about doing that?

dmn_clown
October 30th, 2005, 02:27 PM
I can copy the files from the 1st CD with no problem, but the 2nd CD and on-ward, I get a dialog that states "You do not have permission to view files on this volume".

sudo mount /dev/cdrom

Mantra Locust
October 30th, 2005, 04:52 PM
sudo mount /dev/cdrom

When I do this, it states that the device is already mounted and I still get the dialog that "I do not have permission to view contents on this volume".

rseymour
October 30th, 2005, 06:01 PM
I had the same problem on cds 2, 3, & 4.

finally gave root a non-random pw, logged in as root, copied the files, reset permissions, logged out, and logged back in under the user account.

dmn_clown
October 30th, 2005, 06:14 PM
I had the same problem on cds 2, 3, & 4.

finally gave root a non-random pw, logged in as root, copied the files, reset permissions, logged out, and logged back in under the user account.

you could have just sudo cp /path/to/cdrom/Setup/Data/q4base/*.pk4 /path/to/your/quake4/q4base

Accomplishes the same thing.

Mantra Locust
October 30th, 2005, 06:36 PM
I had the same problem on cds 2, 3, & 4.

finally gave root a non-random pw, logged in as root, copied the files, reset permissions, logged out, and logged back in under the user account.

How do you go about giving root a non-random password? I'd like to log in as root, but I don't know how to go about setting that up. :P In most distros, you set up the root account at setup, but not in Ubuntu! :P

rseymour
October 30th, 2005, 10:03 PM
you could have just
Code:

sudo cp /path/to/cdrom/Setup/Data/q4base/*.pk4 /path/to/your/quake4/q4base


tried that - got the "you don't have permission" response/problem; googled and looked through the forum and didn't find a "fix"

How do you go about giving root a non-random password? I'd like to log in as root, but I don't know how to go about setting that up. :P In most distros, you set up the root account at setup, but not in Ubuntu! :P

you can change by command (I think it's root passwd, but don't trust that; I'm sure someone else can help) ... since I can never remember commands you can go to system->administration->users and groups; select the root user; then properties; then set password by hand and then enter the password

obviously this negates the intent of ubuntu's superuser concept ... I personally like the sudo setup since my fingers are usually faster than my brain ... I avoid logging in as root except as a "last resort"

Mantra Locust
October 30th, 2005, 10:12 PM
tried that - got the "you don't have permission" response/problem; googled and looked through the forum and didn't find a "fix"



you can change by command (I think it's root passwd, but don't trust that; I'm sure someone else can help) ... since I can never remember commands you can go to system->administration->users and groups; select the root user; then properties; then set password by hand and then enter the password

obviously this negates the intent of ubuntu's superuser concept ... I personally like the sudo setup since my fingers are usually faster than my brain ... I avoid logging in as root except as a "last resort"

I figured out how to change the root password right after I posted that reply above. You goto System > Administration > Users and Groups then Check "Show all Users and Groups".

But now I don't know how to log on as root, because you can't do it through the main login.

Mantra Locust
October 30th, 2005, 10:52 PM
Alright, I finally found a fix.

I opened up a terminal window and entered the following
gksudo nautilus

And accessed the cdrom from there. :)

krye
October 31st, 2005, 01:24 AM
Altough it is not encouraged to use the root account, you can set it up by just entering the 'sudo passwd' command...

Then you will be able to use su - to switch to the superuser account, or log in as root.

Mantra Locust
October 31st, 2005, 01:49 AM
I wasn't aware of that, but I'll keep that in mind for future reference. :)

The bad thing about it now is that I finally have it installed and running, but now my sound doesn't work right :P I've set the sound drivers to oss and changed it to 2 speakers, but then it gets to stuttering. :/

rseymour
October 31st, 2005, 02:43 PM
But now I don't know how to log on as root, because you can't do it through the main login.

system->administration->login screen setup->security tab->allow root to login with GDM