How to fix sound in wolfenstein Enemy Territory

Posted by GrizzLy on Ask Ubuntu See other posts from Ask Ubuntu or by GrizzLy
Published on 2010-12-15T13:45:59Z Indexed on 2011/01/14 15:58 UTC
Read the original article Hit count: 345

Filed under:
|
|

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

  1. killall esd; et; esd

    with that i get

    ------- sound initialization -------
    /dev/adsp: No such file or directory
    Could not open /dev/adsp
    ------------------------------------

  2. 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

  3. 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.

  4. Tried setting SDL_AUDIODRIVER="pulse" in et-sdl-sound, looks like i am getting same error as in method 3.

  5. 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?

© Ask Ubuntu or respective owner

Related posts about sound

Related posts about games