search for: alsa_card_init

Displaying 9 results from an estimated 9 matches for "alsa_card_init".

2004 Apr 22
1
ALSA help required !
...a drivers for my 2.4.18-14 kernel (RH8). I have configured the sound card ok with alsaconf and tested with the aplay , works fine. But when I run asterisk it says.. ------------------------------- [chan_alsa.so] => (ALSA Console Channel Driver) Apr 20 18:28:34 ERROR[8192]: chan_alsa.c:339 alsa_card_init: snd_pcm_open failed: No such device or address Apr 20 18:28:34 ERROR[8192]: chan_alsa.c:339 alsa_card_init: snd_pcm_open failed: No such device or address Apr 20 18:28:34 ERROR[8192]: chan_alsa.c:474 soundcard_init: Problem opening alsa I/O devices == No sound card detected -- console ch...
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
2009 Oct 03
1
Asterisk and Jack
...linux slave { pcm "jack1" rate 8000 format FLOAT channels 2 } } ctl.mixer0 { type hw card 1 } in alsa.conf?: input_device=default output_device=default It doesn't work. Asterisk outputs are : [Oct 3 10:34:50] ERROR[1364]: chan_alsa.c:175 alsa_card_init: snd_pcm_open failed: No such file or directory [Oct 3 10:34:50] ERROR[1364]: chan_alsa.c:175 alsa_card_init: snd_pcm_open failed: No such file or directory [Oct 3 10:34:50] ERROR[1364]: chan_alsa.c:272 soundcard_init: Problem opening ALSA I/O devices But aplay my_test_file.wav works fine and ar...
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 >
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...
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 ------------- # This is /etc/asound.conf # # this makes legacy OSS apps use alsa...
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 card detected -- console channel will be unavailable But: ls /dev/snd -l total 0 crw-rw-rw-+ 1 root root 116, 7 2007-07-14 14:22 contr...
2011 Oct 20
0
problems getting chan_alsa.so to run
...type pulse } What might be the problem?! Here is the ouptut: office*CLI> module load chan_alsa.so Unable to load module chan_alsa.so Command 'module load chan_alsa.so ' failed. == Parsing '/etc/asterisk/alsa.conf': == Found [Oct 20 21:54:16] ERROR[17849]: chan_alsa.c:180 alsa_card_init: snd_pcm_open failed: Connection refused [Oct 20 21:54:16] ERROR[17849]: chan_alsa.c:276 soundcard_init: Problem opening alsa capture device == No sound card detected -- console channel will be unavailable == Turn off ALSA support by adding 'noload=chan_alsa.so' in /etc/asterisk/modules...
2013 Sep 06
0
ALSA Module Sample Rate
...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]: chan_alsa.c:209 alsa_card_init: *Rate not correct, requested 8000, got 16000* == Registered channel type 'Console' (ALSA Console Channel Driver) chan_alsa.so => (ALSA Console Channel Driver) I've tied to configure the alsa conf file (asound.conf) but haven't had any luck changing the sample rate. Any tho...