Displaying 20 results from an estimated 20000 matches similar to: "alsa no input"
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 Mar 17
1
Strange console call problem
Hi,
When I dial from my sip device to the extension 1234 which is linked to
the ALSA console driver the call fails with the message "No channel type
registered for 'ALSA'" (see below).
I would like to have the console autoanswer for paging.
However when I call from the console to the sip device the call
completes fine.
I alias alsa device hw:1,0 to card1 in /etc/asound.conf
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
2008 May 24
2
Wine and ALSA
I am having trouble getting wine to work with my sound. When I use winecfg it can not autodetect the right settings, and it only opens a control device, no output device:
Code:
hammertime boxfire # lsof /dev/snd/*
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
winecfg.e 9086 boxfire 10u CHR 116,32 5684 /dev/snd/controlC1
explorer. 9108 boxfire 10u CHR 116,32 5684
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 Nov 12
0
alsa asound.conf or .asoundrc that combines multiple playback and capture
I have searched all around and combined items in an /etc/asound.conf file
to have by default a capture and multiple playback for alsa.
I am looking for a way to:
something like "aplay --nonblock test.wav" having at least 2 active one time
and at that same time do "arecord --nonblock -d 1 input.wav"
I have something like:
pcm.!dmixer {
type dmix
2009 Jan 18
0
is multiple contexts in alsa.conf possible
Is it possible ot have multiple contexts in alsa.conf
[general]
autoanswer=yes
input_device=hw:0,0
output_device=hw:0,0
[usbaudio]
autoanswer=yes
input_device=hw:1,0
output_device=hw:1,0
is Dial(Console/usbaudio) valid?
I presume Dial(Console/dsp) uses the default or general context above.
how do you direct a call to the second ALSA device usbaudio?
Thanks,
jerry
2016 Dec 20
1
Audio in Windows 10 VM is distorted. Using ALSA.
Hi,
I can’t seem to find a solution for my last VM issue.
I have distorted sound, when I play the Windows 10 device test
sound. Only the Windows sound is affected. Mpd of the host is playing just fine
meanwhile. I am using ich9 as emulated card, which is detected and
installed correctly. The VM is using vfio-igd passthrough, so vnc or
spice are not used.
I tried to match the Windows driver
2004 Nov 01
0
Bug in Ices (metadata update on alsa dsnoop device)
Hello
I've discovered, that sending a SIGUSR1 signal to ices causes it's
shutdown when recording from an alsa dsnoopped device.
> [2004-11-01 18:51:51] INFO signals/signal_usr1_handler Metadata update requested
> [2004-11-01 18:51:51] DBUG metadata/metadata_thread_signal meta thread wakeup
> [2004-11-01 18:51:51] DBUG stream-shared/stream_wait_for_data Shutdown signalled:
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
2012 Mar 04
1
Re: No sound in Wine 1.3.37 (tried known solutions already)
I am experiencing what appears to be this same problem. However, I am already running a self-compiled Wine, so that alone cannot be the solution in this case.
I am running 64-bit Debian, tracking testing. I have compiled Wine myself, from git revision b05be807583eca27dc0a4de896ba901bac54088c ("Release 1.4-rc5.").
As with the previous report, winecfg reports that it's using
2009 Aug 11
1
Weired Sound Issues on Opensuse 11.1 and ALSA (Wine 1.1.26)
Hello Everybody
I got some little issues with the sound. Logged in as my normal user - I've the testsound (winecfg) on the internal device. I can't change it.
If I log in as root I've the testsound on my external USB speakers (the way I would prefer it works).
I can't Imagine me - why there is a different between root and my normal user.
Please find below some details.
Code:
2012 Jan 17
1
Mic Plugged into sound card not working
Hey guys,
I have a mic plugged into my sound card. It worked late last night but
not today. When I try to select the mic using System/Preferences/Sound
I'm provided with several options to choose from.
On the Hardware tab I choose the Internal Audio device and set it to
Analog Stereo Duplex.
On the Input tab I choose Internal Audio Analog Stereo there are two
Analog Microphone Inputs,
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
2013 Jun 08
1
Pulse Audio "Motorboating" Audio with Asterisk
When I use pulse audio and Asterisk 11.4.0 on the Console/Dsp port
I get a motorboating sound or warble - or - just not clear audio.
When I switch that to ALSA direct it sounds just fine.
What might be happening with pulse audio that it does not
sound clear???
asound.conf below.
Thanks,
Jerry
more /etc/asound.conf
#
# Place your global alsa-lib configuration here...
#
@hooks [
{
2016 Dec 21
1
Re: Audio in Windows 10 VM is distorted. Using ALSA.
Hi,
I found the main reason for sound distortions on my system is guest timer
configuration.
The working one is:
<clock offset="localtime">
<timer name="hypervclock" present="yes"/>
<timer name="hpet" present="no"/>
<timer name="rtc" present="yes" track="guest"
2006 Mar 10
0
ALSA channel (console/dsp) problem
Dear folks,
I have a problem with console/dsp using ALSA. I dont know why the output
sound is choppy sometimes and also the input one has an awful delay. Is
there anyone here with experince about ALSA channels or not?
I would be highly appreciated if anyone could help me.
Regards.
M. Shokuie Nia
_________________________________________________________________
Don't just search. Find.
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]:
2009 Sep 05
2
Soundcard detection failing
Hello all! I'm as new to these forums as I am to Linux, so please bear with me if I fail some of the etiquette!
I'm running an Ubuntu 9.04 distribution. Sound has so far worked wonderfully in Ubuntu proper (playing music in Movie Player [current default] and through Firefox [Pandora] causes two streams to play; I don't seem to have issues with mixing!)
PROBLEM:
Ventrilo under Wine
2011 Jan 09
1
alsa - spdif
Hi,
i want send sound to my yamaha amplifier trough digital output from my
audio-card.
When I make:
speaker-test -Dplughw:0,1 -c2
i can hear the sound.
If I set the DevicePCM1 to default i can hear sounds from analog output
trying to set hw:0 hw:0,1 plughw:0,1 didn't produced any sound (analog nor
digital).
How should I setup Alsa Driver in the wine registry?
asound.conf and .asoundrc is