In /etc/asterisk/modules.conf noload => chan_alsa.so noload => chan_oss.so - Dan Conrad Beckert wrote:>Hi > >... probably one of those RTFM kind of questions (while I'd be happy to know >where a good reference "FM" is :-) ) > >Has anyone an idea on how to disable the console sound driver. My problem is >that a running asterisk is muting my speakers. > >Thank you in advance for your help > >Conrad > >_______________________________________________ >Asterisk-Users mailing list >Asterisk-Users@lists.digium.com >http://lists.digium.com/mailman/listinfo/asterisk-users >To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > > >
Did you try with "noload => chan_alsa.so" and "noload => chan_oss.so" in your modules.conf? Sebas Conrad Beckert wrote:> Hi > > ... probably one of those RTFM kind of questions (while I'd be happy to know > where a good reference "FM" is :-) ) > > Has anyone an idea on how to disable the console sound driver. My problem is > that a running asterisk is muting my speakers. > > Thank you in advance for your help > > Conrad > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- Sebastian Silva G R U P O G A U S S Depto. Sistemas Av. Libertador 6250 4 piso Tl.: 4 706-2222 (int. 121) ssilva@gaussar.com
modules.conf: noload => chan_alsa.so Regards, Bryce Chidester Rhino Equipment Corp. bryce@rhinoequipment.com SIP: 305@rhinoequipment.zapto.org +1 (480) 940-1826 x305 IAX: guest@rhinoequipment.zapto.org/305 On Jun 17, 2005, at 13:34, Conrad Beckert wrote:> Hi > > ... probably one of those RTFM kind of questions (while I'd be > happy to know > where a good reference "FM" is :-) ) > > Has anyone an idea on how to disable the console sound driver. My > problem is > that a running asterisk is muting my speakers. > > Thank you in advance for your help > > Conrad
On Fri, 2005-06-17 at 22:34 +0200, Conrad Beckert wrote:> Hi > > ... probably one of those RTFM kind of questions (while I'd be happy to know > where a good reference "FM" is :-) ) > > Has anyone an idea on how to disable the console sound driver. My problem is > that a running asterisk is muting my speakers. > > Thank you in advance for your help > > ConradTry adding noload => chan_alsa.so to your /etc/asterisk/asterisk.conf. (if required also chan_oss.so) Conrad
Would see everyone else has already answered your question, so let me give you some background on it. When * loads you can see ( if you do verbose that is ) all the modules it's loading. Stock * loads more than I use, so I went through and wrote down all the modules I wasn't going to use ( or thought I wasn't going to use in one or two cases ) and then used those with the noload statement in the modules.conf file. Same principle applies here. Sean Conrad Beckert wrote:>Hi > >... probably one of those RTFM kind of questions (while I'd be happy to know >where a good reference "FM" is :-) ) > >Has anyone an idea on how to disable the console sound driver. My problem is >that a running asterisk is muting my speakers. > >Thank you in advance for your help > >Conrad > >
Hi ... probably one of those RTFM kind of questions (while I'd be happy to know where a good reference "FM" is :-) ) Has anyone an idea on how to disable the console sound driver. My problem is that a running asterisk is muting my speakers. Thank you in advance for your help Conrad
On Fri, Jun 17, 2005 at 10:34:25PM +0200, Conrad Beckert wrote:> > ... probably one of those RTFM kind of questions (while I'd be happy to know > where a good reference "FM" is :-) ) > > Has anyone an idea on how to disable the console sound driver. My problem is > that a running asterisk is muting my speakers.It's not "muting" your speakers, it's locking your sound device. Two solutions: - noload chan_alsa, - provide a virtual mixer device in alsa.conf instead of a real hardware device, see http://alsa.opensrc.org/index.php?page=DmixPlugin for details, -- Turn off your computer and go outside