|
|
Linux Technical issues under Linux platform |
|
Thread Tools | Display Modes |
02-10-2010, 08:40 AM | #1 | |
Master
Join Date: Sep 2008
Location: Stockholm
Posts: 541
|
[FAQ] RegnumOnline GNU/Linux Debian/Ubuntu
Last edited by Mashu; 02-14-2010 at 11:16 AM. |
|
02-11-2010, 03:30 AM | #2 |
Baron
Join Date: Nov 2007
Location: Not where it looks like, to either of us.
Posts: 706
|
The problems with PulseAudio are recently more likely to be caused by the ALSA dmix plugin (Which doesn't play well when applications want to keep the actual devices open, such as PulseAudio. Up until very recently, OpenAL would go for the alsa "default" device first by default - this is normally a dmix type, and certainly on Debian and Ubuntu).
Before removing PulseAudio you could try adding a file .alsoftrc to your home directory containing: Code:
drivers=pulse,alsa Code:
drivers=alsa [alsa] device=hw:0 Typing the command in green into a terminal should yield the results in magenta Code:
$ dpkg -l libopenal1 | grep ^ii | cut -d ' ' -f 1,3 ii libopenal1
__________________
If you can't detect sarcasm yourself, please pay attention when it's pointed out to you.
Arathael :: Wyrd Sceote :: Gwn M'ger — Soul Taker, Imperial Guard of Ignis |
|
|