PDA

View Full Version : [SOLVED] OpenAl NO SOUND


dhysk
May 10th, 2008, 05:26 PM
No games will play sound. i've tried various openalrc conifgs
it currently looks like this:

(define devices '(alsa native arts esd null))
(define alsa-device "default")
(define speaker-num 2)

any suggestions.

dhysk
May 10th, 2008, 08:48 PM
ok i feal like a moron. See, my onboard sound cards front speaker channel died so i put in a really old card in the pci slot so i can hear the main sound. Ubuntu automatically finds the card that works, somehow, but apparently Ubuntu doesn't make this the 'default' device. Anyway long story short i just put in

(define lin-dsp-path "/dev/dsp2")

the openalrc now looks like

(define devices '(alsa native arts esd null))
(define lin-dsp-path "/dev/dsp2")
(define speaker-num 2)
(define sampling-rate 44100)