LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Game Instalation Questions... (https://www.linuxquestions.org/questions/linux-software-2/game-instalation-questions-127355/)

BiOnIcBuNnY 12-19-2003 04:07 PM

Game Instalation Questions...
 
Yo ppl, sup

Just a quick question....

I downloaded quake2 for linux on my linux box a while back, and i wanted to play the game. So i clicked on the file (rpm package) and the software installer poped up.

ok, now the game is installed... and after one hell of a search, i found it was installed in the directory /usr/local/games/quake2
So i go to this directory, and i find a bunch of files. One, named 'quake2'

Now what i want to know, is, How do i run the game??
I tried clicking on the file, but nothing seems to happen. Then i tried dragging the 'quake2' file into my console, and it seemed to work, it started saying things like:

couldn't exec default.cfg
couldn't exec config.cfg
Console initialized.

--------sound initialization-----------
/dev/dsp: No such file or directory
could not open /dev/dsp
Segmentation Fault

and then it stops, and kicks me back to the console prompt....

Any ideas?

And just one more thing...

How do i execute/install a .bin file?

Thanx

P.S I have a soundcard in my system, but Linux doesn't seem to use it.
And i am using Mandrake Linux 8.2

randomblast 12-19-2003 05:32 PM

i asume you're using kde here, in which case you can just type ALT-F2 and then type quake2

and to run a .bin file you can either add execute permissions (right-click...properties..it's in there somewhere :p)
and with your sound - it's possible there are no drivers for your soundcard, you could try finding some with google, but that would mean compiling from source.
if you've got the bandwidth and the discs you might want to upgrade to mandrake 9.2

BiOnIcBuNnY 12-19-2003 05:39 PM

I want to upgrade to 9.2, but i cant find a site....

i have to pay for the one on mandrake.com and about those sound drivers, what do u mean "i have to compile the source"? is there a HOWTO out there about that?

I'll try to find some drivers for my soundcard.
And Alt-F2 doesnt work. I read somewhere that i can type ./quake2 in the console to also execute the file, but then it gives me the same error: /dev/dsp: no such file or directory...

randomblast 12-20-2003 08:45 AM

don't type ./quake2 iun the console, just type quake2
and it's not starting because you don't have sound drivers

and compiling from source is quite easy, you just do
1. download it (obviously)

2. extract it
tar -zxvf <packagename>.tar.gz
or
tar -jxvf <packagename>.tar.bz2

3. go to where you extracted it
cd <packagename>

4. configure it
./configure

5. the actual compiling
make

6. get root permissions (otherwise you can't copy the files to the install directories)
su
<root password>

7. install it
make install

easy as long as you have everything you need to compile it, drivers are sometimes a bit harder, but for most things that's it

and as for 9.2, the website is a little confusing, but there is a list of servers that you can download from here.
i think that would be your best bet, and it should be a painless process since you're using mandrake 8.2 atm.
but as always, you should back up anything you want to keep

by the way, what soundcard is that?

BiOnIcBuNnY 12-20-2003 10:17 AM

i tried to find a sound driver on driverguide.com
It is a Yamaha OPL-3 SaX, ar a Aztech Audio 2320
And i found the 9.2 files, on a local ftp server, and now i have to download 1.8GB of fiels on my Dial-Up (arg!)

In your HOWTO on Driver Compiling i dont realy understan step 5 & 7
What does make mean? Is it a command, or what?

Thanx for the (HOWTO), I'll try to find driver, if anyone else knows/or finds drivers i'd appreciate it!

P.S. I have to type ./quake2 If i just type quake2, it says 'unknown command'

randomblast 12-20-2003 12:09 PM

yes, it's a command.
they're all commands, if it says bash: make: command not found you need to install the development stuff.
and as far as i know your soundcard is supported, try typing modprobe sgalaxy as root

endezeichen 12-20-2003 01:31 PM

If you want Mandrake 9.2 just go to www.linuxiso.org


All times are GMT -5. The time now is 02:27 PM.