Author Topic: My Linux Sound not work?  (Read 1052 times)

CooKies

  • Guest
My Linux Sound not work?
« on: June 05, 2006, 08:08:08 AM »
Initializing Linux sound.
/dev/dsp: Device or resource busy
SNDDMA_Init: Could not open /dev/dsp.

this is what i get when i set sound. i can't get any sound in the game...how to solve this? thanks..

*btw, how to set 1 player training game? how to pick weapon? i can start game but cannot pick weapon... :P

b00nlander

  • Autococker
  • Posts: 784
Re: My Linux Sound not work?
« Reply #1 on: June 05, 2006, 08:31:08 AM »
can't help you on the sound issue, but if you want to play alone:  "set debug1 1" or "cvar_set debug1 1" in console (depends on ingame or rcon console). 

ToAsTeDd

  • Guest
Re: My Linux Sound not work?
« Reply #2 on: July 27, 2006, 06:59:04 AM »
The error means something is using your sound device. It is most probably a software mixer (allows you to play sounds in multiple applications at the same time) such as esd.

try:

killall esd

in a terminal and see if that helps.