LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
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 03-13-2006, 10:46 PM   #1
Misfit138
Member
 
Registered: Mar 2006
Location: Jersey
Distribution: Arch
Posts: 38

Rep: Reputation: 15
No sound problem in Enemy Territory


Hello!
I am a complete Linux Newb...so please be patient with me.
I am using PCLinuxOS, and have sound in the KDE environment..(which actually sounds quite robust!)

After much work and a lot of help, I was able to download and install Wolfenstein:enemy territory...Which works except for the sound!
I was told by a friend to "disable ArTs in the KDE control panel", but I have no such option. All I have is an option to "Auto Suspend KDE exclusive sound control if idle for XX seconds."
I set this to 1 seconds, 0 seconds, and still I have no sound in ET.
I am using an EPoX 8rda3iPro mobo, with onboard sound. (RealtekALC655)
I was quite shocked to see that ET actually loaded up and gave me video, so I think the video (the hard part?!) is configured correctly.
I have tried everything I can think of, and fumble through in KDE, but to no avail.
Please Help!
ANd thanks!
 
Old 03-14-2006, 02:57 AM   #2
Nathanael
Member
 
Registered: May 2004
Location: Karlsruhe, Germany
Distribution: debian, gentoo, os x (darwin), ubuntu
Posts: 940

Rep: Reputation: 33
check this out...
http://www.linuxquestions.org/questi...hreadid=424631

perhaps it helps.
 
Old 03-14-2006, 07:02 AM   #3
Misfit138
Member
 
Registered: Mar 2006
Location: Jersey
Distribution: Arch
Posts: 38

Original Poster
Rep: Reputation: 15
This sounds promising:

"I fixed this with some help from the users in #linux at IRCnet.

All I needed was to load the module snd_pcm_oss to get OSS emulation for ALSA.

I thought I'd already tried it with asla-oss but clearly not."


.....but I don't understand what it means!

Could you walk me thru it?
 
Old 03-14-2006, 07:21 AM   #4
Nathanael
Member
 
Registered: May 2004
Location: Karlsruhe, Germany
Distribution: debian, gentoo, os x (darwin), ubuntu
Posts: 940

Rep: Reputation: 33
i dont know PCLinuxOS package management but make sure you have alsa installed and alsa-oss support then simply run following:

modprobe snd_pcm_oss
 
Old 03-14-2006, 07:27 AM   #5
Misfit138
Member
 
Registered: Mar 2006
Location: Jersey
Distribution: Arch
Posts: 38

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Nathanael
i dont know PCLinuxOS package management but make sure you have alsa installed and alsa-oss support then simply run following:

modprobe snd_pcm_oss
I am not sure I understand how to make sure I have alsa installed, but my current sound driver is called intel8x0(ALSA).
How do I "run" modprobe snd_pcm_oss ? I typed it into a terminal but it is an unrecognized command...must I type it into a config file?
(Sorry for my ignorance...I am very new to Linux)

Last edited by Misfit138; 03-14-2006 at 07:56 AM.
 
Old 03-14-2006, 10:45 AM   #6
Misfit138
Member
 
Registered: Mar 2006
Location: Jersey
Distribution: Arch
Posts: 38

Original Poster
Rep: Reputation: 15
Well I switched to root, and did:

modprobe snd_pcm_oss

And then loaded the game...still no sound. Am I doing something wrong or should I be looking elsewhere?
 
Old 03-16-2006, 12:21 AM   #7
Genesee
Member
 
Registered: Dec 2002
Distribution: Slackware
Posts: 927

Rep: Reputation: 30
run it from a terminal (try typing "et" in konsole, xterm, rxvt, or some similar terminal) - that will produce a list of output in the terminal window, and hopefully also will include an error message describing what the problem is.

iirc, this is a common problem I've seen discussed before, make sure to run a few searches here, at www.google.com/linux, etc.
 
Old 03-16-2006, 05:13 AM   #8
Michael_aust
Member
 
Registered: Aug 2005
Location: Lancashire (United Kingdom)
Distribution: Debian Etch, on 686 machine.
Posts: 509

Rep: Reputation: 31
echo "nameofgame.x86 0 0 direct" > /proc/asound/card0/pcm0p/oss

in a terminal put that in as root, then sound will work for the game during that x session, if you restart x you will have to put it in again. Change bname ofgame.x86 to what efer the actual binay is for enemy territory, this works for me. It sometimes doesnt work the first time so come out of the game and do it again and it should work.
 
Old 03-16-2006, 11:24 AM   #9
Misfit138
Member
 
Registered: Mar 2006
Location: Jersey
Distribution: Arch
Posts: 38

Original Poster
Rep: Reputation: 15
Beautiful....thank you all for your help...
I don't quite understand why it works, but it works great! I wrote a script (my first one) for this issue:

#!/bin/bash
su
echo "et.x86 0 0 direct" > /proc/asound/card0/pcm0p/oss
et




Thanks again for your replies and time!

Last edited by Misfit138; 03-16-2006 at 11:25 AM.
 
Old 03-16-2006, 03:52 PM   #10
Michael_aust
Member
 
Registered: Aug 2005
Location: Lancashire (United Kingdom)
Distribution: Debian Etch, on 686 machine.
Posts: 509

Rep: Reputation: 31
i think everybody has this problem, you would have thought they would have patched the issue by now considering the popularity of the game and how often this problem occurs
 
Old 09-23-2006, 10:53 AM   #11
fakie_flip
Senior Member
 
Registered: Feb 2005
Location: San Antonio, Texas
Distribution: Gentoo Hardened using OpenRC not Systemd
Posts: 1,495

Rep: Reputation: 85
Anyone having sound problems in Wolfenstein Enemy territory or other games can try the suggestions here. https://help.ubuntu.com/community/EnemyTerritory I am running Debian Etch, not Ubuntu, but the suggestions work for most distros. If not, change the commands a little bit to fit your distro. Let me know if this helps.
 
  


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
Enemy Territory - No sound lindude Linux - Software 2 09-07-2004 11:03 AM
Sound in Enemy Territory jeempc Linux - Hardware 5 03-02-2004 11:24 AM
Sound problem in Enemy Territory G-fahmah Linux - Games 2 02-26-2004 02:17 PM
Problem with sound (i think) in enemy territory BlankFrank Linux - Games 2 02-07-2004 11:19 AM
Enemy Territory.. no sound?? trey85stang Linux - Games 3 12-20-2003 04:10 PM

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

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