Gutsy - audio 1010LT M-Audio
#sudo lspci
04:02.0 Multimedia audio controller: ICE1712 [Envy24] PCI Multi-Channel I/O Controller (rev 02)
------
CPU: Intel(R) Core(TM)2 CPU 6600 @ 2.40GHz
Memory: 2025 MB
OS Version: Linux 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 i686
Graphics Card Vendor: NVIDIA Corporation
Graphics Card: GeForce 8800 GTS/PCI/SSE2
OpenGL Version: 2.1.1 NVIDIA 100.14.19
LLMozLib Version: 1.1.0 (Mozilla GRE:1.8.0.12_0000000000)
-----
Might note that I just upgraded from a 1.18.3(5) that worked to 1.18.5(3) that does not.
Ideas, fixes, move back to older versions?
Thank you,
Tracy
------
Found a thread or two. Fixed to where it at least works.
apt-get install esound and change the secondlife.sh to look like this in the sound conf part at the top of the file.
## - Avoids using the ESD audio driver.
## export LL_BAD_ESD=x
## - Avoids using the OSS audio driver.
export LL_BAD_OSS=x
## - Avoids using the ALSA audio driver.
export LL_BAD_ALSA=x
Then if you have some crackling etc.. there are a couple tweaks for your . .asoundrc
file in your home directory.
Working anyhow...

Thank you,
Tracy