Hi
Just a general question, is it possible to run oolite without a soundcard?
I am having a problem getting sound working on my, Dell dimension 8250, PC
Oolite does not respond and when i type "oolite" on the command line it throws a fit
"segmentation fault ... no audio device found"
Is there a way i can configure oolite maybe to start without a soundcard?
Regards Mike
[Solved] Running Oolite without a soundcard?(on debian &
Moderators: winston, another_commander, Getafix
It's been a while since I've been here...
It is possible to play Oolite without an audio device.
export SDL_AUDIODRIVER=disk
export SDL_DISKAUDIOFILE=/dev/null
./oolite
Hopefully
It is possible to play Oolite without an audio device.
export SDL_AUDIODRIVER=disk
export SDL_DISKAUDIOFILE=/dev/null
./oolite
Hopefully
Spooky
www.int13h.com
Evil Genius
The most merciful thing in all the world is the inability of the human mind to correlate all of its contents.
www.int13h.com
Evil Genius
The most merciful thing in all the world is the inability of the human mind to correlate all of its contents.
- moscom
- Above Average
- Posts: 27
- Joined: Fri May 29, 2009 12:37 am
- Location: Kent South East England UK
- Contact:
Hi guys. Thanks for your info. I just fixed it right now- meaning i can play Oolite for the first time on a proper PC ( maybe i will be able to manual dock a bit easier now too )
Here goes:
This little line-
" sudo modprobe snd-dummy "
gives you a dummy sound driver, and Oolite now starts up without any audio hardware
And by adding:
" snd-dummy "
to my "/etc/modules" file (i run debian) ; it starts up every time -
A big thank you to members of my local LUG - for that
Here goes:
This little line-
" sudo modprobe snd-dummy "
gives you a dummy sound driver, and Oolite now starts up without any audio hardware
And by adding:
" snd-dummy "
to my "/etc/modules" file (i run debian) ; it starts up every time -
A big thank you to members of my local LUG - for that