How to fix sound in wolfenstein Enemy Territory
- by GrizzLy
I installed wolf:et, and i cant get sound to work.
Everything that i have installed is in default paths, i had 10.4 and then upgraded to 10.10 via software update gui.
I had sound working in 10.04 with method under 2.
I have tried following
killall esd; et; esd
with that i get
------- sound initialization -------
/dev/adsp: No such file or directory
Could not open /dev/adsp
------------------------------------
sudo -i
echo "et.x86 0 0 direct" /proc/asound/card0/pcm0p/oss
echo "et.x86 0 0 disable" /proc/asound/card0/pcm0c/oss
exit
with that i get
bash: /proc/asound/card0/pcm0p/oss: No such file or directory
and indeed i do not have that, i have only sub0 and sub1 in pcm0p
I have tried running et with et-sdl-sound script, but with that i get this output in console
http://pastebin.com/J7gRU1uh
I have probably messed up sdl libraries, could not get sound to work, so downloaded new from debian package site and installed them.
Tried setting SDL_AUDIODRIVER="pulse" in et-sdl-sound, looks like i am getting same error as in method 3.
pasuspender -- et +set s_alsa_pcm plughw:0
gives me
------- sound initialization -------
/dev/adsp: No such file or directory
Could not open /dev/adsp
_------------------------------------
Misc:
@Oli: i do not know if i am running pulse or esd, how can i check that?