LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Games
User Name
Password
Linux - Games This forum is for all discussion relating to gaming in Linux.

Notices


Reply
  Search this Thread
Old 10-02-2004, 02:00 AM   #1
wnaLinux
Member
 
Registered: Oct 2004
Location: Salem, OR
Distribution: Ubuntu "Warty Warthog"
Posts: 95

Rep: Reputation: 15
Question No Sound In UT2004


Hi, I recently installed ut2004 on my machine. After the install had completed I ran the game as a user just to test it. It started up and ran without any errors except for no sound. When I type the command "ut2004" in the terminal I get an error saying:


open /dev/[sound/]dsp: Resource temporarily unavailable
Xlib: extension "XiG-SUNDRY-NONSTANDARD" missing on display ":0.0".


I don't know if the second line will cause problems because I have not seen any glitches or errors reffering to what it says. I also have the latest nvidia drivers.


I am currently running:

AMD AthlonXP 3000+
512MB of memory
NVidia GeForce4 (generic)
WDC 7200RPM 100GB HD
Red Hat 9 ----> 2.4.20-8

Any help would be appreciated, thanks!

Last edited by wnaLinux; 10-02-2004 at 02:02 AM.
 
Old 10-02-2004, 11:51 AM   #2
ThAeS
Member
 
Registered: Dec 2003
Distribution: Fedora
Posts: 35

Rep: Reputation: 15
Try killing artsd before you start UT2004:

killall -9 artsd

- Thijs
 
Old 10-02-2004, 01:11 PM   #3
wnaLinux
Member
 
Registered: Oct 2004
Location: Salem, OR
Distribution: Ubuntu "Warty Warthog"
Posts: 95

Original Poster
Rep: Reputation: 15
Ok, I'll give it a try.
 
Old 10-02-2004, 01:15 PM   #4
wnaLinux
Member
 
Registered: Oct 2004
Location: Salem, OR
Distribution: Ubuntu "Warty Warthog"
Posts: 95

Original Poster
Rep: Reputation: 15
Nope, didn't work. I have heard about how the OpenAL in ut2004 uses the ALSA driver, which I have already installed. Im clueless at this point. Anyone else have the same problem?

Help Would Be Nice!
 
Old 10-03-2004, 02:12 AM   #5
MNKyDeth
Member
 
Registered: Sep 2003
Location: USA
Distribution: Fedora Core 10 x86_64
Posts: 100

Rep: Reputation: 15
Well, alsa usually starts muted. If you havn't unmuted it that may be the problem. You need to have installed the alsa-utils package for this, then type alsamixer in a term and see if it is unmuted or not. If alsamixer throws an error it usually means alsa is not setup properly or the sound card is not loaded. Try those and report back with any new info, thnx.
 
Old 12-09-2005, 10:25 AM   #6
den15
Member
 
Registered: Oct 2005
Distribution: zenwalk
Posts: 88

Rep: Reputation: 15
i have the same problem. there are no errors from alsa, and when i try to start game with option 'artsdsp -m qt2004' (which works excellent with quake3, sof and rtcw) i get this message"


WARNING: ALC_EXT_capture is subject to change!

and there is again no sound ...
 
Old 12-18-2005, 05:23 AM   #7
den15
Member
 
Registered: Oct 2005
Distribution: zenwalk
Posts: 88

Rep: Reputation: 15
Control Center->Sound & Multimedia->Sound System, then disable the sound system, and it works.
 
Old 12-19-2005, 03:42 PM   #8
fujijr
LQ Newbie
 
Registered: Mar 2004
Posts: 23

Rep: Reputation: 15
create a file ~/.openalrc
the contents of which should be:
Code:
# Use ALSA (also valid: sdl, native)
(define devices '(alsa))

# Four speaker surround with ALSA
(define speaker-num 2)
# Change hw:#,# if you have two snd cards
(define alsa-out-device "hw:0,0")
(define alsa-in-device "hw:0,0")
I also turned the autosuspend time for artsd down to 30 seconds. (You can do this in the Control Center under Sound and Multimedia -> Sound System.)
Now, when I click on the UT icon (which simply calls "ut2004", it waits 30 seconds for arts to give up its lock on the sound card, then runs perfectly with sound.

The one downside to this is that UT locks /dev/[sound/]dsp, so you can't play music in-game. Since the game already has good music, I don't much mind it.

Last edited by fujijr; 12-19-2005 at 03:44 PM.
 
Old 07-03-2006, 01:46 AM   #9
magnum2066
LQ Newbie
 
Registered: Jun 2006
Posts: 12

Rep: Reputation: 0
http://www.linuxquestions.org/questi...d.php?t=459872
 
Old 07-19-2008, 11:14 PM   #10
prplmnky
LQ Newbie
 
Registered: Jul 2008
Posts: 2

Rep: Reputation: 1
Did you apply a patch?

I tried patching my ut2004 installation, and openal.so got overwritten. All I had to do was make a simlink from my system's libopenal.so to the ut2004/System directory as openal.so and it worked.

Never had to touch artsd...
 
1 members found this post helpful.
Old 08-09-2008, 04:18 PM   #11
sewerbeing
LQ Newbie
 
Registered: Aug 2008
Posts: 2

Rep: Reputation: 0
personally I have to start ut2004 using aoss ut2004 instead of just ut2004 as a command. This requires having alsa-oss installed. So far none of the other solutions that I have seen helped though that one also worked on other programs that have sound issues
 
Old 08-09-2008, 05:58 PM   #12
RensoreK
LQ Newbie
 
Registered: Jan 2008
Posts: 6

Rep: Reputation: 0
sewerbeing, your a genius. This worked for me, after searching the web for a solution. THANKS.
 
Old 08-11-2008, 08:52 PM   #13
sewerbeing
LQ Newbie
 
Registered: Aug 2008
Posts: 2

Rep: Reputation: 0
also if you want to simplify your life a little bit in your home directory in the .bashrc file add the following line:
alias ut2004="aoss ut2004" and then after you restart/open a new shell when you type ut2004 it will automatically do aoss ut2004 instead and that way you don't have to remember it.
 
Old 12-12-2010, 09:55 PM   #14
dudeman41465
Member
 
Registered: Jun 2005
Location: Kentucky
Distribution: Debian
Posts: 794

Rep: Reputation: 56
Quote:
Originally Posted by prplmnky View Post
Did you apply a patch?

I tried patching my ut2004 installation, and openal.so got overwritten. All I had to do was make a simlink from my system's libopenal.so to the ut2004/System directory as openal.so and it worked.

Never had to touch artsd...
This worked for me, you are awesome, thanks!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
UT2004 sound: pitch too high cursed Linux - Software 2 08-18-2005 03:44 PM
FC3: No Sound in UT2004 ikester8 Linux - Games 2 03-16-2005 07:56 AM
No sound in UT2004 demo PeterWelzien Linux - Games 2 09-25-2004 08:51 AM
UT2004 Sound Probs tessx Linux - Games 4 05-02-2004 11:20 PM
Full UT2004 help with sound JROCK1980 Linux - Games 6 04-07-2004 11:12 AM

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

All times are GMT -5. The time now is 06:20 PM.

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