[Alsa-user] Edirol UA-101: Does record work?

2009-06-30 Thread Phil
ll 10 channels work on record? If record does work, then that would probably be enough to buy the thing, and I'll sort out playback separately. Alternatively, if anyone has a better suggestion for a USB audio device that can do 6 or more channels, I'll go with that.

Re: [Alsa-user] Edirol UA-101: Does record work?

2009-07-01 Thread Phil
On Wed, 2009-07-01 at 11:01 +0200, Clemens Ladisch wrote: > Phil wrote: > > I'm trying to find a way to get audio in over USB for a project, and I > > think that the UA-101 might be about the only Linux device that supports > > 6 or more channels of audio over USB. >

[Alsa-user] Kingston HyperX Cloud II (USB)

2015-03-05 Thread phil
Hi, I'm using alsa in conjunction with pulseaudio and I get some strange entries in my system log. The headset seems to work fine so I'm not sure if it is a real problem... kernel: usb 3-2: 2:1: cannot get freq at ep 0x1 kernel: usb 3-2: 2:1: cannot get freq at ep 0x1 kernel: usb 3-2: 1:1: cann

[Alsa-user] Need help setting up .asoundrc

2006-07-26 Thread Phil
as /dev/midi snd-seq-oss # Set this to the correct number of cards. # Phil per http://forums.gentoo.org/viewtopic.php?t=162832 # --- BEGIN: Generated by ALSACONF, do not edit. --- # --- ALSACONF version 1.0.10 --- alias char-major-116 snd alias char-major-14 soundcore alias sound-service-0-0 snd-mi

Re: [Alsa-user] Need help setting up .asoundrc

2006-07-27 Thread Phil
Lee Revell wrote: > On Wed, 2006-07-26 at 16:13 -0700, Phil wrote: >> The poor configuration above is what I came up with after reading the >> .asoundrc guide. > > Which .asoundrc guide? http://alsa.opensrc.org/.asoundrc >> I wouldn't be attempting to

Re: [Alsa-user] Need help setting up .asoundrc

2006-07-27 Thread Phil
Lee Revell wrote: > On Wed, 2006-07-26 at 15:01 -0700, Phil wrote: >> I have verified that the capture device works under Windows. When >> running under MythTV, I can get some relevant audio (mono, 8000Hz) via >> $ aplay /dev/audio1. >> > > That is not how ALSA

[Alsa-user] patching kernel source tree for ALSA

2008-08-16 Thread Phil Howard
will post separately the issue I'm trying to resolve (in case is something simpler than being broken in 1.0.16, such as a new config option). -- |---/------| | Phil Howard KA9WGN (ka9wgn.ham.org) / Do not send to the address

Re: [Alsa-user] patching kernel source tree for ALSA

2008-08-16 Thread Phil Howard
On Sat, Aug 16, 2008 at 07:53:05PM -0700, Bill Unruh wrote: | On Sat, 16 Aug 2008, Phil Howard wrote: | | >I'm building a monolithic Linux kernel, which means no modules. | >I'd like to find out how I can upgrade ALSA in a kernel source | >tree so I can build a complete ke

[Alsa-user] DELL SP2309W Monitor with Integrated microphone

2009-04-16 Thread Phil Gorbett
I am having difficulty getting the microphone(s) going with this monitor, and get the get the following results when I disable pulseaudio and run arecord: "arecord -v -f cd -D plughw:0 file.wav Recording WAVE 'file.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo ALSA lib pcm_params.c:213

Re: [Alsa-user] DELL SP2309W Monitor with Integrated microphone

2009-04-17 Thread Phil Gorbett
Paul Hartman gmail.com> writes: > > On Fri, Apr 17, 2009 at 2:27 AM, Clemens Ladisch > googlemail.com> wrote: > > Phil Gorbett wrote: > >> I am having difficulty getting the microphone(s) going with this > > > > Please show the output of "lsus

Re: [Alsa-user] DELL SP2309W Monitor with Integrated microphone

2009-04-19 Thread Phil Gorbett
Paul Hartman gmail.com> writes: > > Dell does not support Ubuntu at all, Dell just sells computers with > Ubuntu on them and sells support contracts from Canonical. On the Dell > forums people have specifically asked Dell about it and they basically > say "the microphone is not linux compatible,

Re: [Alsa-user] rc4 libs won't compile

2002-10-23 Thread Phil Dibowitz
er installing it, I still couldn't compile without the option you mentioned above, so I don't think it's a libtool thing... Anyway: $ libtool --version ltmain.sh (GNU libtool) 1.4.2a (1.922.2.100 2002/06/26 07:25:14) Thanks again! -- Phil Dibowitz [EMAIL

Bug in rc4 utils (was: Re: [Alsa-user] rc4 libs won't compile)

2002-10-23 Thread Phil Dibowitz
; 'mkinstalldirs' and 'install-sh' where symlinks to /usr/lib/automake/...' or something to that extent. I copied the ones from the libs tarball and the compile went fine... but I thought I'd mention it incase it wasn't mentioned already. -- Phil Dibowitz

[Alsa-user] Removal of "snd_" - not everywhere?

2002-10-23 Thread Phil Dibowitz
erent name, but the "snd_" prefix is still there. -- Phil Dibowitz [EMAIL PROTECTED] Freeware and Technical Pages Insanity Palace of Metallica http://home.earthlink.net/~jaymzh666/ http://www.ipom.com/ "They that can give up essential lib

Re: [Alsa-user] Removal of "snd_" - not everywhere?

2002-10-23 Thread Phil Dibowitz
Peter Heatwole wrote: On 2002.10.23 12:52 Phil Dibowitz wrote: In rc3 my driver was called snd_via686 In rc4 my driver is called snd_via82xx The "snd_" prefix was removed from the module parameters, not the driver modules themselves (which are prefixed by "snd-")

Re: [Alsa-user] Removal of "snd_" - not everywhere?

2002-10-23 Thread Phil Dibowitz
ix. For example, if you used "modprobe snd-via82xx snd_mpu_port=xxx", it would now be "modprobe snd-via82xx mpu_port=xxx". Or in modules.conf, it would no longer be "options snd-via82xx snd_mpu_port=xxx", it would now be "options snd-via82xx mpu_port=xxx".

[Alsa-user] Via 686 Probs (alsa 0.9.0rc3) ("pops")

2002-10-21 Thread Phil Dibowitz
snd-seq-device snd kernel: Linux 2.4.19 i686 GCC: 2.95.4 I'll gladly provide more info if needed... I just figure proc type and ram, other software, and the like are a bit unapplicable here. =) -- Phil Dibowitz [EMAIL PROTECTED] Freeware and Technical Pa

[Alsa-user] Re: Via 686 Probs (alsa 0.9.0rc3) ("pops")

2002-10-21 Thread Phil Dibowitz
Phil Dibowitz wrote: Everytime something (such as an IM) produces sound I got a "pop" before the sound, then the sound, then a "pop-pop" afterwards. It's REALLY annoying... Is there a way to fix this? Here's some extra info: After soem more testing, this is only

[Alsa-user] rc4 libs won't compile

2002-10-22 Thread Phil Dibowitz
basound.so.2.0.0: undefined versioned symbol name [EMAIL PROTECTED] /usr/bin/ld: failed to set dynamic section sizes: Bad value collect2: ld returned 1 exit status make[2]: *** [libasound.la] Error 1 make[2]: Leaving directory `/home/phil/alsa/alsa-lib-0.9.0rc4/src' make[1]: *** [all-recursive]

[Alsa-user] rme9652 mono/stereo

2003-01-16 Thread Phil Moors
The only reference I could find in the FAQ recommended another application called ecasound to achieve stereo. However, it looks like it's achieving this outside the Hammerfall? Is this a hardware limitation of the card? TIA, Phil

[Alsa-user] Cannot record from line in

2011-11-05 Thread Phil Reynolds
toggle, but there is nothing else visible at present. I do not know whether I have ever had this working on this motherboard, but am hoping I can get it working. I attach the output of alsa-info.sh - the affected card is card 0. -- Phil Reynolds mail: phil-a...@tinsleyviaduct.com

[Alsa-user] usbaudio - Stream start causes multiple urbs to be sent rapidly to isosynchronous and sync endpoints

2015-09-12 Thread Phil Quinton
look through the driver code and I can't easily find where the logic is for where these 12 + 4 urbs are queued out.. As mentioned, it's only when a stream is initially started, such as ri

Re: [Alsa-user] usbaudio - Stream start causes multiple urbs to be sent rapidly to isosynchronous and sync endpoints

2015-09-14 Thread Phil Quinton
ust have to get my DIY device to drop or increase the buffer to handle 12+ urbs. Thanks, Phil. On 13 September 2015 at 17:11, Clemens Ladisch wrote: > Phil Quinton wrote: > > When an audio stream starts (play), 12 urbs get sent (very close > > together) to the main isosynchro

[Alsa-user] snd_pcm_hw_params_any failes but aplay works

2015-11-16 Thread Phil Wiggum
device */   if (snd_pcm_hw_params_any(pcmhandle, hwparams) < 0) snd_pcm_hw_params_any return fails!   I guess I'm missing something /Phil   ~/.asoundrc/20-Dual.conf: pcm.type-hw {     @args.CARD { type string; default "U7" }     type hw     card "$CARD"     device 0     chan

Re: [Alsa-user] snd_pcm_hw_params_any failes but aplay works

2015-11-17 Thread Phil Wiggum
Little bit more The reason for 'aplay -D Dual ...' works is that it is not calling  'snd_pcm_hw_params_any()'. So my question is can I edit ~/.asoundrc/20-Dual.conf (previous mail) so snd_pcm_hw_params_any() pick's up the right parameters from the 'Dual' pcm stream. The pcm."Dual" is split

Re: [Alsa-user] snd_pcm_hw_params_any failes but aplay works

2015-11-18 Thread Phil Wiggum
Problem solved! Didn't notice the open option Kodi use: #define ALSA_OPTIONS (SND_PCM_NO_AUTO_FORMAT | SND_PCM_NO_AUTO_CHANNELS | SND_PCM_NO_AUTO_RESAMPLE) https://github.com/xbmc/xbmc/blob/master/xbmc/cores/AudioEngine/Sinks/AESinkALSA.cpp :47

[Alsa-user] Line In USB or PCIe devices

2017-02-07 Thread Phil Reynolds
with. Are there any particular devices recommended, or to avoid, these days? I require either USB or PCI Express connection. -- Phil Reynolds mail: phil-a...@tinsleyviaduct.com Web: http://phil.tinsleyviaduct.com

[Alsa-user] Recording sound from web video

2007-02-25 Thread Phil Rhoades
this control and push SPACE which puts an "L" and "R" on either side of the control and the word "CAPTUR" directly underneath. None of these options recorded sound. I went looking for more detailed info about alsamixer (specifically the individual controls) but coul

[Alsa-user] Resend: Recording sound from web video

2007-02-26 Thread Phil Rhoades
d sound. I went looking for more detailed info about alsamixer (specifically the individual controls) but couldn't find too much . . Suggestions? Thanks, Phil. -- Philip Rhoades Pricom Pty Limited (ACN 003 252 275 ABN 91 003 252 275) GPO Box 3411 Sydney NSW

[Alsa-user] random system crashes when outputting midi using snd-mpu401

2008-02-01 Thread Phil Carter
I can do to fix this, or to figure out what's causing it? I have ALSA 1.0.14 and ALSA lib 1.0.14a, with Slackware 12, kernel 2.6.21.5. I use the onboard sound card from my K7S5A motherboard, which uses the intel8x0 dri

[Alsa-user] Help with arecord

2008-02-14 Thread Phil Rhoades
poll( no matter how I use amixer to set the source. I have uploaded the ALSA data to: http://pastebin.ca/903687 If anyone could help me get this working it would be much appreciated! I would like to start using various audio apps including music software and VOIP stuff. Thanks in advance. Regards,

Re: [Alsa-user] Help with arecord

2008-02-14 Thread Phil Rhoades
:1347: read error: Input/output error and I get a 44 byte foobar.wav file. My .asoundrc is: pcm.copy { type plug slave { pcm hw } route_policy copy } Thanks, Phil. -- Philip Rhoades Pricom Pty Limited (ACN 003 252 275 ABN 91 003 252 275) GPO Box 3411 Sydney NSW 2001 Aust

Re: [Alsa-user] Help with arecord

2008-02-14 Thread Phil Rhoades
t/output error ("-c 1" gives a different error). Alsamixer seems odd to me: - "Mic" is showing "L R, CAPTUR" but has no percentage bar - "IEC958 P" is showing "L R, CAPTUR" but has no percentage bar - "Capture" is also showing "L R, C

Re: [Alsa-user] can't get mic to work on snd-intel8x0

2008-02-15 Thread Phil Rhoades
Daniel, I have the same configuration and problem as you . . but I'm still stuck too . . it would be nice to get this sorted out . . Phil. On Fri, 2008-02-15 at 07:43 +, Daniel Sanabria wrote: > Hi All, > > I'm very new to ALSA and in fact I've never had the need

Re: [Alsa-user] Help with arecord

2008-02-15 Thread Phil Rhoades
hing just popped into my head though. Is your user in the audio > group? groups || cat /etc/group | grep -i "audio" /// > Otherwise give arecord a try as root to see if it also errors out. > Just a thought. The audio group doesn't exist but the problem still exists for

[Alsa-user] No sound on analog input ( HDA-Intel )

2008-02-25 Thread phil lemelin
Good day everyone, I'm trying to debug my sound issues after upgrading my box from mandriva 2006 to mandriva 2008 and Alsa 1.0.12 to Alsa 1.0.15. Since the update, I cant get sound from tvtime using the analog audio cable. I would appreciate to have some more information on how to decide if the is

Re: [Alsa-user] can't get mic to work on snd-intel8x0

2008-02-25 Thread Phil Rhoades
Mono Limits: 0 - 3 Mono: 3 [100%] Phil. On Mon, 2008-02-25 at 15:52 +, Daniel Sanabria wrote: > any ideas? ... anyone? > > On 17/02/2008, Daniel Sanabria <[EMAIL PROTECTED]> wrote: > now from http://alsa.opensrc.org/index.php/Record_from_mic I > read th

Re: [Alsa-user] can't get mic to work on snd-intel8x0

2008-02-26 Thread Phil Rhoades
Daniel, With "amixer -c n" where the card number (n) is > 0, I get usage messages . . "aumix -q" gives me: vol 97, 97, P pcm 100, 100 speaker 0, 0 line 0, 0, P mic 100, 100, R cd 0, 0, P igain 100, 100 line1 0, 0, P dig1 0, 0 phin 0, 0, P phout 100, 100, P video 100,

Re: [Alsa-user] can't get mic to work on snd-intel8x0

2008-02-26 Thread Phil Rhoades
Daniel, ?? "alsamixer -c n" gives "wrong -c argument 'n'" - why should there be more than one card? Phil. On Tue, 2008-02-26 at 12:08 +, Daniel Sanabria wrote: > Try alsamixer -c n ... You must get more than 1 control. > > On 26/02/2008,

Re: [Alsa-user] can't get mic to work on snd-intel8x0

2008-02-26 Thread Phil Rhoades
; in it is: Simple mixer control 'IEC958 Playback AC97-SPSA',0 Capabilities: volume volume-joined Playback channels: Mono Capture channels: Mono Limits: 0 - 3 Mono: 3 [100%] Phil. On Tue, 2008-02-26 at 12:52 +, Daniel Sanabria wrote: > try alsamixer -c 0 ... I wasn

Re: [Alsa-user] No sound on analog input ( HDA-Intel )

2008-02-26 Thread phil lemelin
kernel 2.6.22.9-desktop586-1mdv Thank you for you time. Phil. On Mon, Feb 25, 2008 at 10:17 AM, phil lemelin <[EMAIL PROTECTED]> wrote: > Good day everyone, > > I'm trying to debug my sound issues after upgrading my box from mandriva > 2006 to mandriva 2008 and Alsa 1

Re: [Alsa-user] hda_intel no microphone

2008-03-03 Thread phil lemelin
"auto" is not the default model. Tested on mandriva-2008 with alsa 1.0.14 and 1.0.16 and on Ubuntu 7.10, Alsa 1.0.14. Phil On Mon, Mar 3, 2008 at 4:03 PM, Ferry Toth <[EMAIL PROTECTED]> wrote: > Hi Takashi, > > I'm sorry, please explain what is the HG version. >

[Alsa-user] Anyone using Fedora 8, snd-intel8x0 and have a working mic?

2008-05-06 Thread Phil Rhoades
either . . Any ideas? Should I just wait for F9 and try again then? Thanks, Phil. -- Philip Rhoades Pricom Pty Limited (ACN 003 252 275 ABN 91 003 252 275) GPO Box 3411 Sydney NSW 2001 Australia E-mail: [EMAIL PROTECTED] ---

[Alsa-user] Realtek ALC888 - HDMI sound

2008-05-14 Thread phil lemelin
Good morning Alsa users, I've been trying to make my HDMI sound work on my box that has a ALC888 chipset. My linux flavor is : [EMAIL PROTECTED] usr]# cat /etc/release Mandriva Linux release 2008.0 (Official) for i586 [EMAIL PROTECTED] usr]# uname -r 2.6.22.9-desktop586-1mdv Has a first step, i

Re: [Alsa-user] Realtek ALC888 - HDMI sound

2008-05-14 Thread phil lemelin
Well, basically, I want the sound to come out of my TV using only the HDMI cable. Right now, I have only the display working but would like to have the sound too. On Wed, May 14, 2008 at 10:24 AM, James <[EMAIL PROTECTED]> wrote: > > Good morning Alsa users, > > > > I've been trying to make my H

Re: [Alsa-user] Realtek ALC888 - HDMI sound

2008-05-22 Thread phil lemelin
r-hg2008" archive and compiled those driver and followed the steps in the README for the modprobe tweak. I would suggest trying that. Hope it helps, i'll try to check the mailing list more often. Philippe-A. Lemelin. On Sat, May 17, 2008 at 2:14 PM, Dirk Tamme <[EMAIL PROTECTED]&g

Re: [Alsa-user] HDMI-audio on MSI-K9NGM3

2008-05-30 Thread phil lemelin
, card1, etc ). Phil. On Thu, May 29, 2008 at 9:27 PM, blake <[EMAIL PROTECTED]> wrote: > Hello, > >I'm trying to get the HDMI audio going on a MSI-K9NGM3. I've got the > latest ALSA drivers (16) but while my device is showing up on an aplay -L, > it's no

Re: [Alsa-user] HDMI-audio on MSI-K9NGM3

2008-05-30 Thread phil lemelin
&Level=4&Conn=3&DownTypeID=3&GetDown=false) I suggest you read the readme and do the manual step to install the driver ( just the drivers ). In the readme, they also show you what to put in your modprobe.conf file. After that, I would try to check for new Nvida drivers and the nvid

Re: [Alsa-user] HDMI-audio on MSI-K9NGM3

2008-05-31 Thread phil lemelin
read on a few posts in different forums that the HDMI sound works on the HD series of cards from ATI but I had no experiences with these cards. Good Luck ! and if you get the sounds working, be sure to post your progress. Phil. On Fri, May 30, 2008 at 10:53 PM, blake <[EMAIL PROTECTED]>

[Alsa-user] snd_usb_audio: Creative SB Extigy Infrared Remote trouble

2008-07-30 Thread Phil Jordan
e for this functionality, but I'm very inexperienced with kernel code, and I don't know what I'm looking for/what the best way to diagnose this would be. For what it's worth, the RC code seems to have changed a lot since the original Extigy RC patch, so maybe something

[Alsa-user] alsa-driver fails on serialmidi.c redux

2003-11-08 Thread Phil Moors
This is a heads up. According to the archives, this problem cropped up in 0.9.2. The archive url is: http://www.mail-archive.com/[EMAIL PROTECTED]/msg09020.html I'm building for 0.9.8 on Fedora Core 1. The fix indicated above does work. HTH

[Alsa-user] Multiple apps having access to sound device

2004-01-13 Thread Phil Dibowitz
r supposedly have native alsa9 support (provided you tell them to use their alsa9 drivers, respectively), but if one of them is using the sound device the other will block waiting for access to the sound device. Is this supposed to work? I'm just curious... Thanks. -- Phil Dibowitz

[Alsa-user] Re: Multiple apps having access to sound device

2004-01-13 Thread Phil Dibowitz
't get anything else to share. For example I can't get alsaplayer and xmms to play at the same time... but xmms is using its libalsa plugin... I'm confused... any help would be much appreciated... -- Phil Dibowitz [EMAIL PROTECTED] Freeware and Technic

Re: [Alsa-user] Re: Multiple apps having access to sound device

2004-01-13 Thread Phil Dibowitz
lt not being the default. xmms tried to be smart and chose a specific device as its default... Thanks! -- Phil Dibowitz [EMAIL PROTECTED] Freeware and Technical Pages Insanity Palace of Metallica http://www.phildev.net/ http://www.ip

Re: [Alsa-user] Re: Multiple apps having access to sound device

2004-01-13 Thread Phil Dibowitz
x27;ll have to play with the options in .asoundrc Hmmm. -- Phil Dibowitz [EMAIL PROTECTED] Freeware and Technical Pages Insanity Palace of Metallica http://www.phildev.net/ http://www.ipom.com/ "They that can give up essential libert

[Alsa-user] Re: Alsa-user digest, Vol 1 #1623 - 18 msgs

2004-01-14 Thread Phil Dibowitz
Florian Schmidt <[EMAIL PROTECTED]> wrote: > Phil Dibowitz <[EMAIL PROTECTED]> wrote: > >> Clemens Ladisch wrote: > >>> > You have to configure all those applications to use the > "default" > >>> > device. In theory, this should

[Alsa-user] Can't get midi to work with ALSA 1.0.11

2006-11-27 Thread Phil Carter
port is at address 300 and irq 10, so that's what I put as the options for snd-mpu401. Any thoughts on how I can get MIDI output working? Phil Carter __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam p