You are not logged in.
Pages: 1
Cmd_AddCommand: soundinfo already defined
/dev/dsp: Device or resource busy
SNDDMA_Init: Could not open /dev/dsp.
------- sound initialization -------
Cmd_AddCommand: play already defined
Cmd_AddCommand: stopsound already defined
Cmd_AddCommand: soundlist already defined
Cmd_AddCommand: soundinfo already defined
/dev/dsp: Device or resource busy
SNDDMA_Init: Could not open /dev/dsp.
------- Server Initialization -------
0 entities inhibited
0 teams with 0 entities
-------------------------------------
Changing map...
reconnecting...
plz help
Last edited by ProzacR (2008-02-10 23:53:32)
Offline
Please try to install alsa-oss and start quake with an aoss prefix, e.g. aoss quake2
Offline
It gives BAD sound. Almost random noise and log:
------- sound initialization -------
sound sampling rate: 11025
------------------------------------
4 times
Offline
Ok I found myself:
/opt/quake2/sdlquake2
Command gives quake2 with sound.
Offline
More problems after some time.
bash-3.2$ /opt/quake2/sdlquake2
Quake 2 -- Version 3.21+r0.16
using /home/vytautas/.quake2/baseq2/ for writing
couldn't exec default.cfg
execing config.cfg
Console initialized.
------- sound initialization -------
sound sampling rate: 22050
------------------------------------
------- Loading ref_sdlgl.so -------
LoadLibrary("ref_sdlgl.so") failed: No such file or directory
------- Loading ref_softx.so -------
LoadLibrary("ref_softx.so") failed: No such file or directory
Refresh failed
recursive shutdown
Error: Couldn't fall back to software refresh!
bash-3.2$
But I have those files in /opt/quake2/ just program do not "see" them somehow.
Offline
First of all, see qudos, kmquake2 and quake2-egl in AUR. Edit: Here's backups of the pkgbuilds.
Secondly, state *which* of the zillions of soundcard variations you have. I have mislaid my psychic helmet
Edit: Added egl.
Last edited by brebs (2008-08-07 15:06:41)
Offline
Where I can look my sound card?
I am compiling qudos now...
Offline
Where I can look my sound card?
Try
lspci | grep -i audio
Last edited by skottish (2008-02-10 23:14:38)
Offline
So
bash-3.2$ lspci | grep -i audio
00:07.5 Multimedia audio controller: VIA Technologies, Inc. VT82C686 AC97 Audio Controller (rev 20)
bash-3.2$
Offline
It looks like i entered begining again here qudos start log:
...
...
execing default.cfg
Couldn't exec QuDos.cfg
Console initialized.
execing default.cfg
Couldn't exec QuDos.cfg
Console initialized.
======== Sound Initialization ========
/dev/dsp: Input/output error
SNDDMA_Init: Could not mmap /dev/dsp.
...
But now solution here:
https://help.ubuntu.com/community/Games/Native/Quake2
Last edited by ProzacR (2008-02-10 23:52:46)
Offline
I just found one more interesting solution to #5:
Use:
cd /opt/quake2
./sdlquake2
Instead of:
/opt/quake2/sdlquake2
Offline
Pages: 1