No sound in Wolfenstein Enemy Territory?
Posted by RawShark on Mon, Jun 29th 2009, 10:39 pm
.
I was only getting sound in Enemy Territory if I run it as root, which we all know is a BAD idea. So I came across this solution, and it worked!

Edit rc.local as root:

sudo gedit /etc/rc.local

Add the following line just before "exit 0":

echo "et.x86 0 0 direct" > /proc/asound/card0/pcm0p/oss

Save and exit. Now you have sound each time you launch the game. The more linux savvy of you will now why this works .
Options: Send to friend :: Permalink :: Digg
# For RTCW.....
Posted by RawShark on Tue, Nov 24th 2009, 4:06 pm
1.  #!/bin/sh
2.  
3.  
cd "/usr/local/games/wolfenstein/"
4.  
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.
5.  echo 
"wolfsp.x86 0 0 direct" sudo tee /proc/asound/card0/pcm0p/oss
6.  exec 
./wolfsp.x86
7.  
exit 0
Page: 1
You must be logged in to add comments.

If HTML language is enabled and you want to use it, please check start and end tags.
Comment subject:
 *
Comment text:

. . . .
. . . .
. . . .
. . . .

. . . . . . . . . . . . . . . . . . . .
 *
HTML language is enabled (not for subject).
 
 
Back to News

Page generated in 0.029 s with 9 SQL queries