search for: plughw

Displaying 20 results from an estimated 28 matches for "plughw".

2005 May 22
2
Problems with Ices
I am having problems getting Ices to work with ALSA. If I use arecord (arecord -D plughw:0,0 output.wav) I can record the input from my microphone into a file. The playback works perfectly. However, if I use Ices with the same values I hear nothing on the receiving end of my broadcast (although I can connect to it). In order to do a further test, I setup a <savefile> tag in m...
2017 Mar 29
5
sound problems... config?
...se a device for sound output:" there are no devices listed. There used to be. If I run "aplayer file.wav", nothing plays (no sound at all) and I get the error "main:786: audio open error: No such file or directory". If, on the other hand, I run "aplay file.wav -D plughw:0" (i.e., specify the/a device), I do get sound, the file does play. I ran alsa-info.sh and it posted tons of info from it on my setup at http://www.alsa-project.org/db/?f=1dba91886be054df4816000768a0f5b109947a48. Yet it still doesn't tell me what's missing. Anyone here have an id...
2017 Apr 02
4
sound problems... alsa & systemd?
...e are no devices >> listed. There used to be. >> >> If I run "aplayer file.wav", nothing plays (no sound at all) and I get >> the error "main:786: audio open error: No such file or directory". >> If, on the other hand, I run "aplay file.wav -D plughw:0" (i.e., >> specify the/a device), I do get sound, the file does play. >> >> I ran alsa-info.sh and it posted tons of info from it on my setup at >> http://www.alsa-project.org/db/?f=1dba91886be054df4816000768a0f5b109947a48. >> Yet it still doesn't tell me wh...
2010 Sep 18
3
Microphone in EQ2 2 devices
...crophone or Head Set. Both works fine under Suse Linux (Skype, or other applications that uses that microphone). But the games in wine always find the first device, the HDA Intel Soundchip. Where I can configure it, that wine apps use the build in microphone from the TFT? It's found as Alsa:plughw:CARD=1,DEV=0
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 empty. $ aplay -l **** L...
2001 Aug 30
1
alsa 0.9 support
Here is a patch that makes ao_alsa.c support alsa 0.9. Device parameter "card" is gone from the 0.9 version and "dev" has changed from numeric to string and defaults to "default" (another possibility is "plughw:0,1"). The configure.in changes cover allowing alsa 0.9 and /not/ having arts-dev (or whatever it is) installed. Bill (taniwha) -- Leave others their otherness. -- Aratak --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscr...
2004 Aug 06
0
ices2 ans ALSA
.../genre> <description>A short description of your stream</description> </metadata> <!-- input module This example uses the 'alsa' module. It takes input from the plughw:0,0 alsa audio device, and processes it for live encoding. --> <input> <module>alsa</module> <param name="rate">44100</param> <!-- samplerate -->...
2023 Sep 08
2
Asterisk 18.14.0 vs 18.18.0 and chan_console/chan_alsa
So I have done through chan_console.c and searched for console_pct_lock() - every one - has a matching console_pvt_unlock() How is the deadlock occurring ? jerry -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20230908/dee530c8/attachment.html>
2017 Apr 03
1
sound problems... alsa & systemd? Partially FIXED
.... There used to be. >>>> >>>> If I run "aplayer file.wav", nothing plays (no sound at all) and I get >>>> the error "main:786: audio open error: No such file or directory". >>>> If, on the other hand, I run "aplay file.wav -D plughw:0" (i.e., >>>> specify the/a device), I do get sound, the file does play. >>>> >>>> I ran alsa-info.sh and it posted tons of info from it on my setup at >>>> http://www.alsa-project.org/db/?f=1dba91886be054df4816000768 >>>> a0f5b10994...
2013 May 07
1
chan_alsa and confbridge
OK, somebody may have a much better way of doing what I'm attempting. If so, I'm open to suggestions. I am trying to configure confbridge to create a "conference" room with an audio stream coming from my sound card. The idea is for a group of people to be able to call in and listen to someone giving a speech but not necessarily interact. I've got confbridge configured and
2004 Aug 06
2
Ices and ALSA / OSS
...a" [2004-06-29 12:57:45] INFO ices-core/main Shutdown complete My config file looks like this... <input> <module>alsa</module> <param name="rate">44100</param> <param name="channels">2</param> <param name="device">plughw:0,0</param> <param name="buffer-time">500</param> <!-- Read metadata (from stdin by default, or --> <!-- filename defined below (if the latter, only on SIGUSR1) --> <param name="metadata">1</param> <param name="metadatafilename&q...
2017 Apr 03
1
sound problems... alsa & systemd? Partially FIXED
...There used to be. > >>> > >>>If I run "aplayer file.wav", nothing plays (no sound at all) and I get > >>>the error "main:786: audio open error: No such file or directory". > >>>If, on the other hand, I run "aplay file.wav -D plughw:0" (i.e., > >>>specify the/a device), I do get sound, the file does play. > >>> > >>>I ran alsa-info.sh and it posted tons of info from it on my setup at > >>>http://www.alsa-project.org/db/?f=1dba91886be054df4816000768a0f5b109947a48. > >&g...
2004 Aug 06
0
ices, alsa, dsnoop plugin a metadata update
...ch the goal - when I sent SIGUSR1 signal to ices for metadata updating, ices is terminating :-( Here are descriptions of some cases and corresponding logs: case A: ----------------------- - configuration <input> <module>alsa</module> <param name="device">plughw:0,0</param> #where plughw:0,0 is first alsa device ... <param name="metadata">1</param> <param name="metadatafilename">/usr/opt/ices/etc/meta</param> </input> - I see one running ices process in the system - metadada updating work...
2017 Apr 03
0
sound problems... alsa & systemd? Partially FIXED
...;>> listed. There used to be. >>> >>> If I run "aplayer file.wav", nothing plays (no sound at all) and I get >>> the error "main:786: audio open error: No such file or directory". >>> If, on the other hand, I run "aplay file.wav -D plughw:0" (i.e., >>> specify the/a device), I do get sound, the file does play. >>> >>> I ran alsa-info.sh and it posted tons of info from it on my setup at >>> http://www.alsa-project.org/db/?f=1dba91886be054df4816000768a0f5b109947a48. >>> >>> Y...
2005 May 22
1
Problems with Ices
...t look like OSS? Either way I will post my ices log and my ices and icecast config files. Maybe there is more to this than I understand. -Craig ices log: [2005-05-22 10:11:26] INFO ices-core/main IceS 2.0.0 started... [2005-05-22 10:11:26] INFO input-alsa/alsa_open_module Opened audio device plughw:0,0 [2005-05-22 10:11:26] INFO input-alsa/alsa_open_module using 2 channel(s), 44100 Hz, buffer 371 ms (2 periods) [2005-05-22 10:11:26] INFO input-alsa/alsa_open_module Starting metadata update thread [2005-05-22 10:11:26] INFO signals/signal_usr1_handler Metadata update requested [2005-05-2...
2017 Mar 29
1
sound problems... config?
...are no devices >> listed. There used to be. >> >> If I run "aplayer file.wav", nothing plays (no sound at all) and I get >> the error "main:786: audio open error: No such file or directory". If, >> on the other hand, I run "aplay file.wav -D plughw:0" (i.e., specify >> the/a device), I do get sound, the file does play. >> >> I ran alsa-info.sh and it posted tons of info from it on my setup at >> http://www.alsa-project.org/db/?f=1dba91886be054df4816000768a0f5b109947a48. >> Yet it still doesn't tell me w...
2017 Mar 29
2
sound problems... config?
...are no devices >> listed. There used to be. >> >> If I run "aplayer file.wav", nothing plays (no sound at all) and I get >> the error "main:786: audio open error: No such file or directory". If, >> on the other hand, I run "aplay file.wav -D plughw:0" (i.e., specify >> the/a device), I do get sound, the file does play. >> >> I ran alsa-info.sh and it posted tons of info from it on my setup at >> http://www.alsa-project.org/db/?f=1dba91886be054df4816000768a0f5b109947a48. >> >> Yet it still doesn't...
2009 Dec 14
3
Asterisk throws error using the alsa, module
...aven't used pulseaudio myself, nor the ALSA plugin to redirect audio through it. I infer that by default you're routing ALSA connections through the pulseaudio plugin/connector, and that the pulseaudio daemon has been configured to send its output to a different ALSA device (e.g. to hw: or plughw:)? Best I can suggest, at this point, is that you check to see whether you can turn on some sort of debugging in the pulseaudio daemon, to see what sort of connections it's receiving from clients, and what it's doing with them. It's possible that there's some sort of access-permis...
2005 Jun 05
6
Player mysteriously quits...
...:14:22] INFO source/source_main listener count on /tobin.ogg now 1 [2005-06-05 05:29:24] INFO source/source_main listener count on /tobin.ogg now 0 ices.log [2005-06-04 14:13:44] INFO ices-core/main IceS 2.0.1 started... [2005-06-04 14:13:44] INFO input-alsa/alsa_open_module Opened audio device plughw:0,0 [2005-06-04 14:13:44] INFO input-alsa/alsa_open_module using 2 channel(s), 44100 Hz, buffer 371 ms [2005-06-04 14:13:44] INFO input-alsa/alsa_open_module Starting metadata update thread [2005-06-04 14:13:44] INFO signals/signal_usr1_handler Metadata update requested [2005-06-04 14:13:44] IN...
2017 Mar 29
0
sound problems... config?
...output:" there are no devices > listed. There used to be. > > If I run "aplayer file.wav", nothing plays (no sound at all) and I get > the error "main:786: audio open error: No such file or directory". If, > on the other hand, I run "aplay file.wav -D plughw:0" (i.e., specify > the/a device), I do get sound, the file does play. > > I ran alsa-info.sh and it posted tons of info from it on my setup at > http://www.alsa-project.org/db/?f=1dba91886be054df4816000768a0f5b109947a48. > Yet it still doesn't tell me what's missing. &g...