Frictional Games Forum (read-only)

Full Version: LinuxMint : sound issue with badly supported audio chipset
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi !

I've just switched from Ubuntu Lucid to Linux Mint. I wanted to try this promising debian based rolling-release distro.

However, my audio chipset needed the ubuntu "alsa backports" package in order to work properly. Otherwise, audio sources couldn't mix (alsa + pulse at the same time didn't work, for instance). With this package, everything worked perfectly.

However, Linux Mint doesn't have this "alsa backports".

Anyway : under Ubuntu, Amnesia worked 100%.
Under Linux Mint without the alsa backports, I can't get sound. I tried pulse & alsa : none of those worked.

I also created an .asoundrc file to redirect alsa to pulse (otherwise, I couldn't even use flash apps when listening to my music !)

This file contains the following :
pcm.pulse {
type pulse
}
ctl.pulse {
type pulse
}
pcm.!default {
type pulse
}
ctl.!default {
type pulse
}

It does help for all the other apps I tried. But not Amnesia. With or without it, whatever the audio output, I couldn't get any sound. Strange. And if selecting "alsa" only (not specifying the specific device, it crashes instantly -- probably because this default alsa is redirected to pulse).

I can wait for alsa to be updated (hoping it'll have the fixes from the ubuntu backports). But maybe you have an idea ?

Cheers !
Hmm, something even stranger :

if I use this .asoundrc, play a flash applet with sound AND launch amnesia at the same time in ALSA mode, sound works. But the game is slowed down significantly by the flash applet (whose sound stopped instantly when starting the Amnesia launcher.

Anyway, as all this is probably triggered by a faulty driver, I don't expect any kind of fix Smile
Mint does have the alsa backports package. Search for "backports" in the software centre and install linux-backports-modules-alsa-lucid-generic.
Well, actually I'm using the new LMDE = Linux Mint Debian Edition that is based on Debian Testing (not Ubuntu). There is no backports modules unfortunately Smile
(09-10-2010, 01:05 PM)torturedutopian Wrote: [ -> ]Well, actually I'm using the new LMDE = Linux Mint Debian Edition that is based on Debian Testing (not Ubuntu). There is no backports modules unfortunately Smile

Ah yes, I'd heard about that issue. That complicates things Sad