<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><font style="" face="Tahoma">Buddy,<br><br> I am using the latest stable Debian Wheezy - kernel 3.2.0-4-686-pae but you still need to use the acid release with old asterisk and I used the latest dahdi not zaptel compiled from source. I am not seeing any audio issues. Here are some of my notes on audio in Debian....<br><br><b><u>Installing Asterisk Allstar on a Debian system, sound issues</u></b>.<br><br>I am specifically addressing Debian Wheezy release but this should apply to all late Debian releases including Raspbien on the Pi.<br><br>Removing the Pulseaudio code is optional if it is there to begin with. It probably does not hurt to leave it in but if you aren't going to use it why have it there taking up space. For me it worked with it in or out. To remove do the following steps.<br><br>killall pulseaudio<br><br>If it is not running this will just tell you that. No problem, just checking that its not running before removing.<br><br>apt-get purge pulseaudio pulseaudio-utils gstreamer0.10-pulseaudio libpulse-browse0 paman pavumeter pavucontrol<br><br>You may not have all of these install, delete those that are.<br><br>Now make sure ALSA is installed.<br><br>apt-get install alsa-base alsa-tools alsa-tools-gui alsa-utils alsa-oss alsamixergui libalsaplayer0<br><br>You may not need all of these but it does not hurt to install them. Base, tools, utils, and alsa-oss are the important ones.<br><br><b><u>Possible problems</u></b><br><br>If you get an error from Allstar that /dev/dsp does not exist make sure the snd-pcm-oss module is loaded.<br><br>modprobe snd-pcm-oss<br><br>Loading this creates the /dev/dsp file.<br><br>To force the loading at each boot if necessary add<br><br>snd-pcm-oss   to the /etc/modules file.<br><br></font><b><font style="font-size:16pt;" size="4">73 Doug</font><font style="font-size:16pt;" size="4"><br></font><font style="font-size:16pt;" size="4">WA3DSP</font><font style="font-size:16pt;" size="4"><br></font><font style="font-size:16pt;" size="4">http://www.crompton.com/hamradio</font></b><font style="font-size:16pt;" size="4"><br></font><br><br><div>> Subject: Re: [App_rpt-users] Debian Wheezy and RPi update<br>> From: buddy@brannan.name<br>> Date: Sun, 23 Mar 2014 17:39:15 -0400<br>> To: doug@crompton.com<br>> <br>> Hi Doug,<br>> <br>> I’m running currently on Acid, but if the truth be known, I’m a Debian guy at heart and would really rather be using that. <br>> <br>> So does this mean that the audio issues or what have you in the 3.X kernels are resolved? Or do we need to get an older version of debian? I have a system running Wheezy, and I had a later version of Asterisk on it for other stuff. <br><br></div>                                        </div></body>
</html>