You are not logged in.
There was no sound before but command with root:
echo "et.x86 0 0 direct" > /proc/asound/card0/pcm0p/oss
was good fix. it do not work any more.
Last edited by ProzacR (2008-01-15 09:28:16)
Offline
Is it enemy territory too?
Anyhow, maybe the aoss tce.sh (with tce.sh being the startup information for true combat elite, I use it like that) works.
My coding blog (or an attempt at it)
Archer start page (or an attempt at it)
Offline
Yes ET too.
Can you post your tce.sh?
Offline
It's quite basic though
#!/bin/sh
/home/cpf/enemy-territory/et +set fs_game tcetest +set com_hunkMegs 512 +set com_zoneMegs 64 +set com_soundMegs 32
That's all it does, and even if sound in ET doesn't work, it weirdly enough works in TC:E
Anyhow, try the aoss example (I believe you will need alsa-oss pacman thing)
My coding blog (or an attempt at it)
Archer start page (or an attempt at it)
Offline
That script makes no difference
And what about that aoss?
I instaled alsa-oss now and?
Offline
Ok I found myself.
i tried:
aoss true-combat
Sound exists then but very laggy.
Offline
The above fix always worked for me, maybe execute it again? No idea if it will work, if it doesn't, I would not know.
My coding blog (or an attempt at it)
Archer start page (or an attempt at it)
Offline
#!/bin/bash
echo "et.x86 0 0 direct" > /proc/asound/card0/pcm0p/oss
echo "et.x86 0 0 disable" > /proc/asound/card0/pcm0c/oss
tc-elite
Are u listening?
Offline
#!/bin/bash
echo "et.x86 0 0 direct" > /proc/asound/card0/pcm0p/oss
echo "et.x86 0 0 disable" > /proc/asound/card0/pcm0c/oss
tc-elite
This do not work too.
Offline
After doing some usless things I found one more strange result:
bash-3.2$ echo "hi" > /dev/dsp
bash: /dev/dsp: Device or resource busy
This is normal?
Offline
Ok I found solutions after ~1 hour surfing google:
http://nullkey.ath.cx/~stuff/et-sdl-sound/
Offline
Yeah, I recently had the same, and your thing works.
However, I'm having trouble making the sound louder now. I barely even hear something.
//edit
Fixed, sound is loud and clear now. I just opened my xfce4-mixer
Last edited by X/ax (2008-01-15 16:05:48)
My coding blog (or an attempt at it)
Archer start page (or an attempt at it)
Offline
wow never knew about that script, thanks!
I need real, proper pen and paper for this.
Offline