Search found 4 matches

by qonfused
Mon Jun 16, 2008 8:05 pm
Forum: Linux Troubleshooting
Topic: Defcon "Failed to open audio output device"
Replies: 10
Views: 23139

Actually that worked.

Code: Select all

sudo chmod o+rw /dev/dsp
export SDL_AUDIODRIVER=disk
export SDL_DISKAUDIOFILE=/dev/null
export SDL_PATH_DSP=/dev/dsp
./defcon


Defcon runs,
albeit without sound.

directing SDL_AUDIODRIVER towards dsp didnt work hower. Produced the normal error.
by qonfused
Mon Jun 16, 2008 4:57 pm
Forum: Linux Troubleshooting
Topic: Defcon "Failed to open audio output device"
Replies: 10
Views: 23139

thanks for the reply I run Fedora 9 It didnt work I gave all users rw, it gave me the same error. [code=defcon.sh] sudo chmod o+rw /dev/dsp export SDL_PATH_DSP=/dev/dsp ./defcon [/code] i tried that, and tried it replacing dsp with dsp1, audio and audio1 and i checked /dev/ to make shure that they w...
by qonfused
Mon Jun 16, 2008 2:45 pm
Forum: Linux Troubleshooting
Topic: Defcon "Failed to open audio output device"
Replies: 10
Views: 23139

i would like to add that this is a issue i am having while trying to run in fluxbox.
It fixes itself if i try to run from GNOME.
I would however like to have this fixed for fluxbox, as it is my main Desktop/WM
by qonfused
Mon Jun 16, 2008 2:43 pm
Forum: Linux Troubleshooting
Topic: Defcon "Failed to open audio output device"
Replies: 10
Views: 23139

I am alos having this issue. The fix linked to above did not work for me however. i get the output: [hq@localhost defcon-v1.42]$ ./defcon Failed to open output device: "No available audio device"terminate called without an active exception ./defcon: line 46: 3593 Aborted $here/lib/defcon.b...

Go to advanced search