Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: Alien Arena - No sound

  1. #1
    Join Date
    Oct 2005
    Location
    Belgium
    Beans
    19

    Alien Arena - No sound

    Hello,
    I'm download alienarena and installt it. By there is no sound.
    Look this:
    Code:
    xarkam@HYKSOS:~$ sudo alienarena2006
    using /home/xarkam/.codered/data1/ for writing
    using /home/xarkam/.codered/arena/ for writing
    execing default.cfg
    execing config.cfg
    Console initialized.
    
    ------- sound initialization -------
    /dev/dsp: Broken pipe
    Could not toggle.
    --------- [Loading Renderer] ---------
    ref_gl version: GL 0.01
    Initializing OpenGL display
    ...setting fullscreen mode 8: 1280 1024
    Using XFree86-VidModeExtension Version 2.2
    GL_VENDOR: NVIDIA Corporation
    GL_RENDERER: GeForce 6600 GT/PCI/SSE2/3DNOW!
    GL_VERSION: 2.0.2 NVIDIA 87.62
    .........
    
    ======== CRX Initialized ========
    
    recursive shutdown
    How to ave sound on my /dev/dps ?

    ps: alsa-oss is installed

    My asound.conf
    Code:
    xarkam@HYKSOS:~$ cat /etc/asound.conf
    # Set default sound card
    # Useful so that all settings can be changed to a different card here.
    pcm.snd_card {
         type hw
         card 0
    }
    
    # Allow mixing of multiple output streams to this device
    pcm.dmixer {
         type dmix
         ipc_key 1024
         slave.pcm "snd_card"
         slave {
              # This stuff provides some fixes for latency issues.
              # buffer_size should be set for your audio chipset.
              period_time 0
              period_size 1024
              buffer_size 4096
              # rate 44100
         }
    
         bindings {
              0 0
              1 1
         }
    }
    
    # Allow reading from the default device.
    # Also known as record or capture.
    pcm.dsnooper {
         type dsnoop
         ipc_key 2048
         slave.pcm "snd_card"
    
         bindings {
              0 0
              1 1
         }
    }
    
    # This is what we want as our default device
    # a fully duplex (read/write) audio device.
    pcm.duplex {
         type asym
         playback.pcm "dmixer"
         capture.pcm "dsnooper"
    }
    
    ###################
    # CONVERSION PLUG #
    ###################
    # Setting the default pcm device allows the conversion
    # rate to be selected on the fly.
    # duplex mode allows any alsa enabled app to read/write
    # to the dmix plug (Fixes a problem with wine).
    
    pcm.!default {
         type asym
         playback.pcm "dmixer"
         capture.pcm "dsnooper"
    }
    
    ########
    # AOSS #
    ########
    # OSS dsp0 device (OSS needs only output support, duplex will break some stuff)
    pcm.dsp0 {
         type plug
         slave.pcm "dmixer"
    }
    
    # OSS control for dsp0 (needed?...this might not be useful)
    ctl.dsp0 {
         type plug
         slave.pcm "snd_card"
    }
    
    # OSS control for dsp0 (default old OSS is mixer0)
    ctl.mixer0 {
         type plug
         slave.pcm "snd_card"
    }
    Cheer.

  2. #2
    Join Date
    Apr 2006
    Beans
    40

    Re: Alien Arena - No sound

    I had the same problem, in the alien arena folder there is a crx.sdl file or something like that, and a crx file

    i got this from the Alien Arena forums..

    do the following in the alien arena folder rename the current crx to crx.old and the sdl crx to replace it,

    mv crx crx.old
    mv crx.sdl (or whatever its called) crx

    try it now, it worked for me

  3. #3
    Join Date
    Dec 2005
    Location
    Biganos, France
    Beans
    1,277

    Talking Re: Alien Arena - No sound

    Quote Originally Posted by siriusnova
    I had the same problem, in the alien arena folder there is a crx.sdl file or something like that, and a crx file

    i got this from the Alien Arena forums..

    do the following in the alien arena folder rename the current crx to crx.old and the sdl crx to replace it,

    mv crx crx.old
    mv crx.sdl (or whatever its called) crx

    try it now, it worked for me
    Interesting. I was facing the same issue. Thanks for the info !
    Only knowledge will set you free.
    Ubuntu user #3088
    Using Linux-only PC powered since december 2004, Ubuntu user since june 2006.
    Acer Laptop 5520g / Ubuntu 9.04 - AMD64.

  4. #4
    Join Date
    Oct 2005
    Location
    Belgium
    Beans
    19

    Re: Alien Arena - No sound

    Thanx, that's run fine

  5. #5
    Join Date
    Mar 2006
    Location
    Scotland
    Beans
    281
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Alien Arena - No sound

    Thank you!

    I had the same problem too, now the game is so great.

  6. #6
    Join Date
    May 2006
    Location
    Denmark
    Beans
    405

    Re: Alien Arena - No sound

    Thanx.

    Just downloadet it, no sound, fix found here in 0.5 seconds.
    Much better with sound on.

  7. #7
    Join Date
    Jan 2006
    Beans
    5

    Re: Alien Arena - No sound

    thanks it fixed my problem too!

  8. #8
    Join Date
    Jun 2005
    Location
    Malta
    Beans
    4,187
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Alien Arena - No sound

    Me too.. This game is great!!

    One issue. though. Game music is quite crackly...is it supposed to be like that?

  9. #9
    Join Date
    Nov 2005
    Location
    Slough
    Beans
    2,190

    Re: Alien Arena - No sound

    fixed it for me too but also have the crackly problem

  10. #10
    Join Date
    Nov 2004
    Beans
    102

    Re: Alien Arena - No sound

    fixed for me as well - thanks

    but like ohters sound seems to be slightly crackly

    Doc

Page 1 of 2 12 LastLast

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
  •