I installed the latest build of Spring on my linux gentoo box.
I installed ver 72b2 of the linux gentoo ebuild script.
Spring load without any errors. When I run spring the menu
comes up and I select Cmds 1000 res press end, then select
a map, then select a mod ... after that it exits the program
to the main window. I'm using xfce4 GUI ...
If you know a fix for these, can you post it ...
Thanks ...
need help with Spring on a gentoo linux system
Moderator: Moderators
There is the error message I'm getting
... Permission denied
open /dev/[sound/]dsp: No such device
ERROR: OpenAL error
Could not create audio device
The sound is setup for the gentoo box. I set it update with alsa ... I can play my
mp3s and stream radio with xmms ...
I hope this info helps you out ....
... Permission denied
open /dev/[sound/]dsp: No such device
ERROR: OpenAL error
Could not create audio device
The sound is setup for the gentoo box. I set it update with alsa ... I can play my
mp3s and stream radio with xmms ...
I hope this info helps you out ....
-
- Posts: 665
- Joined: 06 Jun 2006, 19:49
http://gentoo-wiki.com/OpenAL
Need to configure your openal. As it defaults to oss if not setup
If u need help with above link give me a shout or if u can get onto
irc
server = irc.freenode.net
channel = #taspring
Need to configure your openal. As it defaults to oss if not setup

If u need help with above link give me a shout or if u can get onto
irc
server = irc.freenode.net
channel = #taspring
Just one question for Genblood: how do you setup your openalrc file to solve your pb?. Someone have the same error on ubuntu linux.
thank you for your answer.
Edit: finally it work with 'oss' something like this:
thank you hollowsoul to suggest the solution 
thank you for your answer.
Edit: finally it work with 'oss' something like this:
Code: Select all
(define devices '(oss))
(define devices '(oss alsa esd arts sdl null))
(define alsa-out-device default)

-
- Posts: 665
- Joined: 06 Jun 2006, 19:49