Results 1 to 2 of 2

Thread: Enemy Territory Help

  1. #1
    Join Date
    Oct 2006
    Location
    California
    Beans
    Hidden!

    Enemy Territory Help

    I just installed enemy territory but when i played it there was no audio. Does anybody know what I can do?

  2. #2
    Join Date
    Jul 2006
    Beans
    Hidden!

    Re: Enemy Territory Help

    Try running these commands before running:

    NOTE: Remember to replace user:user with your own username! For me this is fatsheep:fatsheep.

    sudo killall esd
    chown user:user /proc/asound/card0/pcm0p/oss
    echo "et.x86 0 0 direct" > /proc/asound/card0/pcm0p/oss
    Or you can make a startup script (just a text file with executable permissions):

    #!/bin/bash
    sudo killall esd
    chown user:user /proc/asound/card0/pcm0p/oss
    sudo echo "et.x86 0 0 direct" > /proc/asound/card0/pcm0p/oss
    et
    When you run the script, it automatically automatically starts Enemy Territory with sound.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •