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 - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-07-2007, 04:59 PM   #1
V!NCENT
Member
 
Registered: Dec 2005
Location: The Netherlands
Distribution: Kubuntu 8.10 KDE4
Posts: 208

Rep: Reputation: 30
How do Iinstall Quake 3 linux demo?


Hello,

I have downloaded the Quake 3 Linux demo, but I don't know how to install it. I am using Ubuntu 7.4 feisty.

The file is called:
linuxq3ademo-1[1].11-6.x86.gz.sh

It's in my home folder. I use sudo for root access.
 
Old 09-07-2007, 07:12 PM   #2
davesmith
Member
 
Registered: Sep 2007
Location: Near Dallas, TX
Distribution: Debain and Ubuntu
Posts: 36

Rep: Reputation: 15
try this in the same folder as the above file, and let us know if it works
Code:
$ sh linuxq3ademo-1[1].11-6.x86.gz.sh
It may want you to be root to run, in which case run 'su' (give the root password) or 'sudo' (and give YOUR password) before running the above command
Code:
$ su
Password:
# sh linuxq3ademo-1[1].11-6.x86.gz.sh
 
Old 09-07-2007, 07:16 PM   #3
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
That looks like a shell script. The first thing I would do is look for a readme or instructions where you downloaded the file. To execute shell scripts you can use these.
Code:
./scriptname.sh
or
sh scriptname.sh
Again, look for some instructions first, there may be more to this package than just running the script.
Good luck. ;-)
 
Old 09-09-2007, 05:55 PM   #4
V!NCENT
Member
 
Registered: Dec 2005
Location: The Netherlands
Distribution: Kubuntu 8.10 KDE4
Posts: 208

Original Poster
Rep: Reputation: 30
I am sorry for the late response but the pc apears to be more or less dead right now (from a hardware point of view). When it is repaired I will got back to you on this.
 
Old 09-09-2007, 06:25 PM   #5
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Quote:
Originally Posted by V!NCENT View Post
I am sorry for the late response but the pc apears to be more or less dead right now (from a hardware point of view). When it is repaired I will got back to you on this.
Does it power up? Any other symptoms or error messages?
Good luck. ;-)
 
Old 09-09-2007, 08:45 PM   #6
tommytomthms5
Member
 
Registered: Sep 2007
Distribution: debian based
Posts: 308

Rep: Reputation: Disabled
also you dont want a demo theres free full clones of it try OpenArena
 
Old 09-14-2007, 08:39 AM   #7
V!NCENT
Member
 
Registered: Dec 2005
Location: The Netherlands
Distribution: Kubuntu 8.10 KDE4
Posts: 208

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by Peacedog View Post
Does it power up? Any other symptoms or error messages?
Good luck. ;-)
We changed a lot of hardware. We slammed in a ATI 9600XT card to see what performance we could get with the new amazing 8.41 ATI drivers instead of the GeForce 4000 MX (GeForce 2 but hello marketing dep.). Changed to a 40GB Western Digital hdd. Putt in a Creative SB 5.1 Live!

We found out the SounbBlaster was dead. We removed it from the box and it booted the BIOS. Anything beyond the bios was pretty impossible so I changed the BIOS to safe defaults and we got... nothing. Probably nothing on the hdd? Wierd... So we slammed in the Ubuntu disk and it froze at the new ini screen.

Okay, maybe the latest Fedora then? "Block error" times infinity. So we removed the hdd and still it gives us block errors. "sr0" seems to refuse to work. What is sr?
 
Old 09-14-2007, 09:27 AM   #8
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Quote:
Changed to a 40GB Western Digital hdd.
Did you go through the bios detect to ensure the new drive had been recognized?

Quote:
"sr0" seems to refuse to work. What is sr?
Device srX is your cd/dvd-rom. The block error could be caused by the bios not recognizing the drives properly. It could also be a bad disk.

With all of that new hardware, I'd suggest going through the bios very carefully and ensuring all settings are correct, and all drives, devices are recognized.
Good luck. ;-)
 
Old 09-14-2007, 03:31 PM   #9
V!NCENT
Member
 
Registered: Dec 2005
Location: The Netherlands
Distribution: Kubuntu 8.10 KDE4
Posts: 208

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by Peacedog View Post
Did you go through the bios detect to ensure the new drive had been recognized?
Not yet. It is all safe defaults. But at the post screen the BIOS does detect the names and under which configuration (primary, master, etc.) they reside.

Quote:
Device srX is your cd/dvd-rom. The block error could be caused by the bios not recognizing the drives properly. It could also be a bad disk.
I don't recal the disk brand but it had scored awesome tests in a few pc mags. Fedora could be a bad download but we had burned the Ubuntu disc with the same cd-writer before we changed hardware and it did just fine back then...

We had a lot of trouble with IDE cabel configuration. The cabels are like bended a thousand times and one of them is a very old cable that doesn't have as much wires as newer ones. For that reason we plugged the hdd to the cabel with more wires as primary master and the cd-drive to the cabel with fewer wires under secondary master (jumpers are set correctly to master).

Unfortunately the box is at a friend of mine and he has plans for the weekend so I have to wait at least for monday to work on the pc.

I'll keep you informed if we make any progress
 
Old 09-14-2007, 06:46 PM   #10
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Old shoddy cables can cause the same types of problems, however, if everything is getting recognized in bios that suggests the cables are fine.

Whenever I make hardware changes, especially to the extent that you have, I (usually) go through all the components on the mobo and double check that everything is seated correctly and securely even things I haven't touched. I also walk through all of my bios settings to check that everything is good there.
Quote:
Unfortunately the box is at a friend of mine and he has plans for the weekend so I have to wait at least for monday to work on the pc.

I'll keep you informed if we make any progress
Thanks, Talk with you then.
Good luck. ;-)
 
Old 09-20-2007, 03:13 PM   #11
V!NCENT
Member
 
Registered: Dec 2005
Location: The Netherlands
Distribution: Kubuntu 8.10 KDE4
Posts: 208

Original Poster
Rep: Reputation: 30
Still nothing....

I plugged in a new IDE cable for the cdrom and I still keep getting sr0 errors :S.

Update: Ubuntu however is now bootable. In Fedora I keep getting something like "Buffer I/O error block: xxxxxxx". The Fedora disk is probably just corrupted. When I select "Check disk integrity for errors" or something like that it boots the Linux kernel and right after that I get the block errors so the disk utility doesn't even have a chance to start.

Last edited by V!NCENT; 09-20-2007 at 03:49 PM.
 
Old 09-20-2007, 06:09 PM   #12
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Quote:
Update: Ubuntu however is now bootable. In Fedora I keep getting something like "Buffer I/O error block: xxxxxxx". The Fedora disk is probably just corrupted. When I select "Check disk integrity for errors" or something like that it boots the Linux kernel and right after that I get the block errors so the disk utility doesn't even have a chance to start.
If the Ubuntu disk is booting ok, then you've probably just got a bad fedora disk or image.
Good luck. ;-)
 
  


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
Bad sound in Quake 4 demo on free mandriva linux 2006 kurtt Linux - Software 5 04-24-2006 07:00 PM
Quake 4 Demo won't start... moosegoose Slackware 3 12-23-2005 03:42 PM
Quake 4 Demo, Linux version? Thetargos Linux - Games 4 12-02-2005 11:24 AM
Quake 3 Demo Slowwww JUDOLIZARD Linux - Games 3 11-14-2005 04:46 AM
Quake III demo for Linux - howto adjust brightness? furfurdemon666 Linux - Games 5 05-14-2004 06:57 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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