Displaying 20 results from an estimated 1000 matches similar to: "ALSA help required !"
2009 Oct 03
1
Asterisk and Jack
Hi,
I want to use asterisk with jack audio.
I tried the next configurations :
1 ) app_jack.so -> does not work.
2 ) chan_alsa.so without jackd started
my .asoundrc :
pcm.!default
{
type hw
card 1
}
pcm.jack1 {
type jack
playback_ports {
0 alsa_pcm:playback_1
1 alsa_pcm:playback_2
}
capture_ports {
0 alsa_pcm:capture_1
1
2015 Jul 02
5
Asterisk 11 and pulseaudio setup as local user
>>I'm not sure that your question is clear. You'll probably want to be more specific.
>> What is pulse? You mention "as a user", are you talking about voicepulse.com ?
>> What are you trying to do with pulse?
>> What problem are you running into?
Sorry Rusty...
I am trying to get Asterisk 11 to co-exist with a centos 7 box that has
pulse audio running as
2007 Jul 15
2
1.4.7 chan_alsa : snd_pcm_open failed
asterisk-1.4.7, Fedora 7, intel emt64 - nocona:
== Parsing '/etc/asterisk/alsa.conf': Found
ALSA lib pcm_dsnoop.c:558:(snd_pcm_dsnoop_open) unable to
open slave
[Jul 15 10:12:23] ERROR[24420]: chan_alsa.c:365
alsa_card_init: snd_pcm_open failed: No such file or directory
[Jul 15 10:12:23] ERROR[24420]: chan_alsa.c:481
soundcard_init: Problem opening alsa I/O devices
== No sound
2011 Oct 20
0
problems getting chan_alsa.so to run
Hi!
I am interisted to dial out from the console with chan_alsa. Can
somebody of you help me according this problem?!
I added user the asterisk to "pulse" and "pulse-access", and it didn't
change anything. alsa applications are routed by default to pulse.
cat /etc/asound.conf
pcm.!default {
type pulse
}
ctl.!default {
type pulse
}
What might be the problem?!
2009 Dec 14
3
Asterisk throws error using the alsa, module
>> See if it plays back properly.
>
> Running aplay as asterisk user seems to be no problem:
>
> asterisk at puppy$ aplay /usr/share/sounds/alsa/Front_Center.wav
> Playing: WAVE '/usr/share/sounds/alsa/Front_Center.wav' : Signed 16 bit
> Little Endian, Rate: 48000 Hz, mono
> asterisk at puppy:~$ aplay -Dpulse /usr/share/sounds/alsa/Front_Center.wav
>
2005 Sep 16
0
alsa issue with asound.conf
I am using alsa with asterisk.
The asound.conf is below.
When I start asterisk with /etc/asound.conf present I get errors on
the console that:
chan_alsa.c:304 alsa_card_init: snd_pcm_open failed: Invalid argument
If I remove the asound.conf asterisk starts up and works. However
I NEED the asound.conf for another application.
What might be the issue here?
THanks
jerry
/etc/asound.conf
2013 Sep 06
0
ALSA Module Sample Rate
All,
I'm trying to setup asterisk to run off of a raspberry pi and use the
alsa module to access the sound card (a usb logitech 270 camera/mic).
Everything appears to be working except the audio quality is very (very)
poor and there is an error from the asterisk conosle:
Loading chan_alsa.so.
== Parsing '/etc/asterisk/alsa.conf': Found
[Sep 6 17:57:29] WARNING[4562]:
2015 Jul 03
0
Asterisk 11 and pulseaudio setup as local user
alsa_card_init^[[0m: snd_pcm_open failed: Connection refused
soundcard_init^[[0m: Problem opening alsa capture device
These are the errors I get.
I changed the following:
chown -R myuser:myuser /var/log/asterisk
chown -R myuser:myuser /var/lib/asterisk
chown -R myuser:myuser /var/spool/asterisk
chown -R myuser:myuser /var/run/asterisk
chown -R myuser:myuser /usr/lib/asterisk
edited
2003 Jun 24
2
Asterisk ALSA module not working
Asterisk doesn't work with the latest CVS of ALSA (2003-06-24) . The
module chan_alsa.so won't load even if the oss module, chan_oss.so,
isn't loaded. There are no error messages.
I've been chasing ALSA/Asterisk/client problems in one form or another
for some time now. In previous versions of Asterisk and ALSA -- i.e.,
last week -- I could load either chan_oss.so or
2009 Dec 08
2
Asterisk throws error using the alsa module
Hello,
I can't get the sound over alsa to work with Asterisk.
My current version is 1.4.21.2~dfsg-3 running on debian stable.
All settings are the default ones with exception of:
/etc/asterisk/modules.conf:
load => chan_alsa.so
noload => chan_oss.so
/etc/asterisk/alsa.conf:
input_device=default
output_device=default
asterisk is started up and doesn't complain about alsa in
2004 Apr 02
1
error with asterisk -vvvvc
Hi
I?m a new user and I do test with my hardware
.
I have a x100p and telephone vozip.
And when I run this command asterisk ?vvvvc for to test it
.
My computer show it ?warning?
[chan_iax.so] => (Inter Asterisk eXchange)
== Manager registered action IAX1peers
== Parsing '/etc/asterisk/iax1.conf': Not found (No such file or
directory)
Apr 2 07:45:12 ERROR[16384]:
2003 May 21
1
Cvs from 20030521/1235CET exits on Alsa failed assertion
Hi all,
Just did a fresh checkout, compiled ok and when * starts it bails with
the following message:
[chan_alsa.so] => (ALSA Console Channel Driver)
asterisk: pcm.c:5476: snd_pcm_sw_params_set_silence_threshold: Assertion
`val <
pcm->buffer_size' failed.
Alsa rpms installed on this RH9 box:
alsa-lib-devel-0.9.3-2
alsa-utils-debuginfo-0.9.3-2
kernel-module-alsa-0.9.3a-2_2.4.20_9
2003 Nov 17
1
problems with alsa (card ac97) in asterisk
Hello,
I have asterisk 0.5.0, asterisk-oh323-0.5.6, openh323-1.12.2 and pwlib 1.5.2
compiled and installed.
I have modules alsa 0.9.8 compiled and installed
My PC have and audio card ac97 chipset intel i810 in motherboard.
The list of the modules loaded is:
namor:/etc/asterisk# lsmod
Module ? ? ? ? ? ? ? ? ?Size ?Used by ? ?Not tainted
snd-pcm-oss ? ? ? ? ? ?35652 ? 0
snd-mixer-oss ? ? ? ?
2005 Nov 07
3
Unable to configure Ices with alsa for Creative Labs SB Audigy LS
Hello,
I have a computer with this sound card (from lspci):
0000:01:04.0 Multimedia audio controller: Creative Labs SB Audigy LS
Alsa is installed (maybe not properly...)
# cat /proc/asound/cards
0 [CA0106 ]: CA0106 - CA0106
Live! 7.1 24bit [SB0410] at 0xc800 irq 10
But I have the impression alsa is ok :
:~# aplay -l
**** List of PLAYBACK Hardware Devices ****
card
2009 Jan 11
2
hdmi an console dsp
I am trying to connect audio through HDMI on a config.
aplay - l gives:
**** List of PLAYBACK Hardware Devices ****
card 0: NVidia [HDA NVidia], device 0: VT1708B Analog [VT1708B Analog]
Subdevices: 2/2
Subdevice #0: subdevice #0
Subdevice #1: subdevice #1
card 0: NVidia [HDA NVidia], device 3: NVIDIA HDMI [NVIDIA HDMI]
Subdevices: 1/1
Subdevice #0: subdevice #0
So I change my
2005 Jun 17
6
Console ALSA Sound
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
2009 Jan 13
0
Problem with overhead paging with Alsa and OSS
I recently upgraded a server to Asterisk 1.4.22 with OpenR2.
Previously I was using 1.4.18. It seems that 1.4.22 has a big bug using
chan_alsa.so for overhead paging. After rebooting the server it would
work once or twice and then I just got an error on the CLI:
[Jan 7 10:35:14] ERROR[26164]: chan_alsa.c:693 alsa_read: Read error:
Resource temporarily unavailable
I had to switch to chan_oss
2008 Mar 04
1
console dsp
I am trying to get a console/dsp application going with
1.4.18 and not hearing any audio. In the CLI I see the call coming in,
I see the Dial(Console/dsp)
I see <auto answered>
I see ALSA default
but I hear no audio.
What can I do to tell what is happening here.
I have in modules.conf:
noload chan_oss.so
load chan_alsa.so
For kicks I tried it the other way to noload chan_alsa.so and load
2003 Jun 21
0
Today's CVS version hangs on alsa module
Hi All,
I updated * from CVS today (ran make clean, install successfuly ) and when I
start it in console mode , it hangs forever trying to the load chan_alsa. A
snippet of the console log is provided below,after the alsa module
description, it justs sits . I had asterisk working before to todays
version. Does anyone else have a similar problem, I am running stock RH9,
with ALSA drivers for
2023 Sep 06
2
asterisk 18.18.0 and chan_console
>
>
> Just to verify that you did rerun configure after installing the libraries?
>
> Doug
>
Oh that is a good one - I thought I did - but apparently not. menuconfig
now shows "*"
So is chan_alsa going away ? What is it being replaced with?
thank you!
Jerry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: