[Alsa-user] Problem with async callbacks stopping

2013-08-30 Thread Bruce
d be the code, but it used to work on the Sun. It coud be the soundcard, but the RME worked on the Sun and neither the RME or the STX work on the HP It could be the HP, but how ? I'm not sure what to do now ? A basic polled method doesn't lend itself well to handling 3

Re: [Alsa-user] Problem with async callbacks stopping

2013-09-02 Thread Bruce
cated call "snd_pcm_sw_params_set_xfer_align". What should now be done instead ? Hope someone can help ! Bruce <mailto:alsa-user@lists.sourceforge.net> Subject: Problem with async callbacks stopping Hi, I've combed the web for a possible solution to my problem and I can't seem to

[Alsa-user] RME Hammerfall revisted

2013-10-28 Thread Bruce
Surely there must be someone who has a clue what is going on here: http://www.rme-audio.de/forum/viewtopic.php?pid=90683#p90683 -- Cheers, Bruce -- Android is increasing in popularity, but the open development platform

Re: [Alsa-user] RME Hammerfall revisted

2013-10-28 Thread Bruce
On 29/10/2013 12:32 PM, Ralf Mardorf wrote: > On Tue, 2013-10-29 at 12:13 +1100, Bruce wrote: >> Surely there must be someone who has a clue what is going on here: >> http://www.rme-audio.de/forum/viewtopic.php?pid=90683#p90683 > I bought a RME card, because I only use Linux a

[Alsa-user] CM8828 PCIe sound Ubuntu Linux issue

2014-05-06 Thread Bruce
Dear All, I cannot use the C-Media CM8828 PCIe sound card under Ubuntu OS, could you help to check: http://www.alsa-project.org/db/?f=3a22a582dfdd30e8f56fee0b8550dcb773a66301 Thanks! Bruce alsa-info.txt.lGrJRstXmw Description: Binary data

Re: [Alsa-user] CM8828 PCIe sound Ubuntu Linux issue

2014-05-07 Thread Bruce
Hi Chemens, Thanks for your help! There is only v1.0.25 alsa-driver available on the ALSA website. Is there available new driver to support C-Media CM8828 HDA chipset. Or is there another way to use the CM8826/CM8828 in Linux? such as upgrade to certain kernel? Thanks again! Bruce

Re: [Alsa-user] CM8828 PCIe sound Ubuntu Linux issue

2014-05-07 Thread Bruce
Hi Clemens, Thanks! Do you know ALSA developers have any plan to develop new driver to support CM8826/CM8828 in the future? Do you know any chip/model (native PCIe interface) support on the Linux in the current market? Best Regards Bruce -Original Message- From: Clemens Ladisch

[Alsa-user] Direct memory write for more than 4 channels

2014-07-14 Thread Bruce
> Hi, > > > > I’m having difficulty getting more than 4 playback channels to work using alsa callbacks and direct memory write. > > > > The sound card is an RME HDSP Madi, and alsa version is 1.0.15. I’m currently forced to use this old version as having problems with later alsa and the RME card (l

Re: [Alsa-user] Direct memory write for more than 4 channels

2014-07-15 Thread Bruce
On 15/07/2014 8:41 PM, Clemens Ladisch wrote: > Bruce wrote: >> I’m having difficulty getting more than 4 playback channels to work >> using alsa callbacks and direct memory write. > Does it work with aplay? I know internally aplay uses a polled write, but yes, a good idea to

Re: [Alsa-user] Direct memory write for more than 4 channels

2014-07-16 Thread Bruce
On 16/07/2014 6:11 PM, Ralf Mardorf wrote: > On Tue, 2014-07-15 at 20:51 +1000, Bruce wrote: >> This later alsa may be a weirdo pulseaudio issue (I've tried disabling >> pulseaudio fully) but have yet to get to the bottom of it. Trying to get >> arch linux to boot, in

[Alsa-user] Help with RME alsa driver

2015-02-05 Thread Bruce
but not after that. Unfortuantly it is becoming increasingly difficult to remain using old distributions that work with 1.0.15. It could involve fixing bugs with the current driver; I don't know. Thanks, Bruce

Re: [Alsa-user] Help with RME alsa driver

2015-02-05 Thread Bruce
functionality. Hi, as Bruce seems to have the same problem as I do, I can state that at least Debian Lenny which uses 1.0.16 worked out of the box on the same hardware and test sample. Hi Tino, That's interesting. Great to see some confirmation at last and that I'm not suffering some sort

Re: [Alsa-user] Help with RME alsa driver

2015-02-05 Thread Bruce
on alsamixer v1.0.15 (Suse 10 box) It does come up with a different string, but I guessed this was more to do with name convention changes, rather than actually different cards being identified ! The cards are both identical 64 channel "HDSPe MADI". *Not* Fx version. -- Cheers, Bruce

Re: [Alsa-user] Help with RME alsa driver

2015-02-06 Thread Bruce
cover. Suse 11 with kernel 11.3.22 and alsa 1.0.18 doesn't work for me. -- Cheers, Bruce -- Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slash

Re: [Alsa-user] Help with RME alsa driver

2015-02-06 Thread Bruce
e hw rev of the MADI is d2 Just checking on your previous description: We're modifying a new verson of the driver (eg. whatever's in my arch kernel source) with an older hdspm_hw_pointer implementation, then make install puts it back into our running ke

Re: [Alsa-user] Help with RME alsa driver

2015-02-08 Thread Bruce
14 AM, Adrian Knoth wrote: On Sat, Feb 07, 2015 at 03:54:43PM +1100, Bruce wrote: And we really need that jackd test to sort out userspace. ;) I attempted this today. Aologies in advance, having never dealt wth jackd before I'm a complete novice here. Installed jackd packages, and VLC (a ty

Re: [Alsa-user] Help with RME alsa driver

2015-02-09 Thread Bruce
an aplay & jack thing. Note: the inputs showing activity with playback seems to be actually real. Perhaps if you don't have a MADI box at the address of the playback channel (31,32 in this case), the playback automatically loops back as it gets echoed around the loop ? Cheers, Bruce On 9 Feb

Re: [Alsa-user] Help with RME alsa driver

2015-02-09 Thread Bruce
On 10/02/2015 1:06 AM, Tino Mettler wrote: > On Mon, 2015-02-09 at 14:51 +0100, Takashi Iwai wrote: >> At Tue, 10 Feb 2015 00:16:36 +1100, >> Bruce wrote: >>> Ok. Huge progress. >>> Works for me too ! >>> >>> To get the 96k playback working to

Re: [Alsa-user] Help with RME alsa driver

2015-02-09 Thread Bruce
ght now (timezones!), but I note my C code sets period size to buffer size/8. Can't recall why -- Cheers, Bruce -- Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and

[Alsa-user] SoundBlaster 512 midi problems

2002-03-17 Thread Bruce Richardson
Does the 512 need soundfonts loaded like the AWE32? -- Bruce Anyone who slaps a 'this page is best viewed with Browser X' label on a Web page appears to be yearning for the bad old days, before the Web... -- Tim Berners-Lee msg02410/pgp0.pgp Description: PGP signature

[Alsa-user] Cannot figure out the driver for nVidia sound chip

2011-11-09 Thread Bruce Korb
This page: http://www.alsa-project.org/main/index.php/Matrix:Main isn't clear enough for me. $ sr lspci -vv -s 00:07.0 00:07.0 Audio device: nVidia Corporation MCP72XE/MCP72P/MCP78U/MCP78S High Definition Audio (rev a1) Subsystem: ASUSTeK Computer Inc. M3N72-D Control: I/O- Mem

Re: [Alsa-user] Cannot figure out the driver for nVidia sound chip

2011-11-09 Thread Bruce Korb
On 11/09/11 09:41, Bruce Korb wrote: > $ sr lspci -vv -s 00:07.0 > 00:07.0 Audio device: nVidia Corporation MCP72XE/MCP72P/MCP78U/MCP78S High > Definition Audio (rev a1) > Subsystem: ASUSTeK Computer Inc. M3N72-D > Control: I/O- Mem+ BusMaster- SpecCycle- Me

Re: [Alsa-user] Cannot figure out the driver for nVidia sound chip

2011-11-09 Thread Bruce Korb
On 11/09/11 09:41, Bruce Korb wrote: The module list changed, too. There are some "snd" modules, but no sound. $ diff -w tmp/old-list tmp/new-list 32c32 < nfs 363192 0 --- > nfs 363192 1 35c35 < nvidia 1028615

Re: [Alsa-user] Cannot figure out the driver for nVidia sound chip

2011-11-09 Thread Bruce Korb
On 11/09/11 10:27, Bill Unruh wrote: > sound modules usually start with snd- You have none. Look in > /etc/modules.conf, /etc/modules.d/* -- especially the ones that start with > snd- -- for the sound modules and try reloading > them (eg modprobe snd-hda-intel to load the intel driver-- I am not sa

Re: [Alsa-user] Cannot figure out the driver for nVidia sound chip

2011-11-09 Thread Bruce Korb
On 11/09/11 10:59, Bruce Korb wrote: I think your guess may be correct as the snd-hda-intel module is now loaded. Looking more carefully at the "lspci -vv", I notice: > Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- \ > SERR- $ sr lspci -vv -s 00:0

Re: [Alsa-user] Cannot figure out the driver for nVidia sound chip

2011-11-09 Thread Bruce Korb
On 11/09/11 11:09, Bruce Korb wrote: Does this shed any light? alsamixer says ┌─ AlsaMixer v1.0.24.2 ─┐ │ Card: PulseAudio F1: Help │ │ Chip: PulseAudio

Re: [Alsa-user] Cannot figure out the driver for nVidia sound chip

2011-11-09 Thread Bruce Korb
On 11/09/11 12:01, Bill Unruh wrote: > > ... I would also > advise you to unplug the usb camera as well, That did it. I've had the camera plugged in for months. However, the sound stopped a couple days ago and by removing it, the sound is back. Sound is necessary and sending video is merely fu

Re: [Alsa-user] Cannot figure out the driver for nVidia sound chip

2011-11-10 Thread Bruce Korb
eaker and my headphones. Thank you so much for your help!! Regards, Bruce -- RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 ___

Re: [Alsa-user] CM8828 PCIe sound Ubuntu Linux issue

2014-12-03 Thread Bruce Teng
Hi Clemens, The Linux 3.17 kernel has built-in driver support the C-Media CM8826/CM8828 HD Audio device. How to port the ALSA driver in kernel 3.17 to old kernel 2.6.32? Could you help to customize for kernel 2.6.32? Thanks! Best Regards Bruce Best Regards Bruce

Re: [Alsa-user] CM8828 PCIe sound Ubuntu Linux issue

2014-12-09 Thread Bruce Teng
uld you help to modify the v1.0.25 driver and add into the patched files that you mentioned, then I can quickly installed the driver on Linux OS with 2.6.32 kernel. Thanks! Bruce -Original Message- From: Clemens Ladisch [mailto:cladi...@googlemail.com] Sent: 2014年12月9日 15:34 To: Bruce Teng

Re: [Alsa-user] CM8828 PCIe sound Ubuntu Linux issue

2014-12-12 Thread Bruce Teng
Hi Clemens, Could you help me? Please! Best Regards Bruce -Original Message- From: Bruce Teng [mailto:supp...@sunrichrd.com.hk] Sent: 2014年12月10日 14:09 To: 'Clemens Ladisch' Cc: 'alsa-user@lists.sourceforge.net' Subject: RE: [Alsa-user] CM8828 PCIe sound Ub

[Alsa-user] Microphone goes to speakers but not headphones

2007-04-02 Thread Bruce Richardson
it's an issue with the card or the way I have it configured. Does this sound like a known problem with an obvious solution or should I post the output from amixer? -- Bruce Explota!: miles de lemmings no pueden estar e

Re: [Alsa-user] sending alsaconf 3 carriage returns

2007-07-24 Thread Bruce Richardson
then I don't know how to send carriage returns to alsaconf. -- Bruce Bitterly it mathinketh me, that I spent mine wholle lyf in the lists against the ignorant. -- Roger Bacon, "Doctor Mirabilis" - This SF.

Re: [Alsa-user] Microphone not working on emu10k1

2007-07-25 Thread Bruce Richardson
e discovered that it is possible, via alsamixer, to toggle the mic on for capture but the Capture device off. If that isn't your problem, maybe you could post the output from "amixer scontents" or "amixer contents". -- Bruce The ice-caps are melting, tra-la-la-la. All the

Re: [Alsa-user] Microphone not working on emu10k1

2007-07-25 Thread Bruce Richardson
On Wed, Jul 25, 2007 at 12:24:41PM +0200, Thomas Heinz wrote: > Hi Bruce > > You wrote: > > Do you also have the Capture device flagged for capture? I have > > discovered that it is possible, via alsamixer, to toggle the mic on for > > capture but the Capture device

[Alsa-user] OSS but no Alsa

2003-10-03 Thread Bruce Richardson
ds=emu10k1 --with-isapnp=no Ran the snddevices script and so on. Everything seems to be there. Any suggestions? -- Bruce A problem shared brings the consolation that someone else is now feeling as miserable as you. pgp0.pgp Description: PGP signature

Re: [Alsa-user] OSS but no Alsa

2003-10-03 Thread Bruce Richardson
On Fri, Oct 03, 2003 at 11:43:27PM +0100, Bruce Richardson wrote: > I have an odd situation where the OSS emulation is working but the Alsa > interface isn't. I can run aumix but not alsamixer, play but not aplay. Ah, forget it. I had two copies of the alsa utilities and the first

[Alsa-user] Getting 2 cards to work together

2003-10-04 Thread Bruce Zohn
I have a usb microphone on device 0 and a via8235 on device 1. How can I configure them so I can play and record on the appropriate devices? I can always say, "aplay -D hw:1,0 file.wav", but that doesn't work for xmms or xine. pgp0.pgp Description: PGP signature

[Alsa-user] snd_pcm_open: PCM name?

2006-05-11 Thread Bruce Hall
0,0" might be appropriate. I tried exactly that and am not seeming to get anywhere. My guess is that the actual name is generated somehow by the snd_pcm_open utility. I have a number of devices in my /dev/snd/ directory but none are called "plughw". How is an appropriate PCM

[Alsa-user] Yamaha YMF744 S/PDIF

2001-10-22 Thread Bruce Fausey
. Bruce Fausey ___ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user

[Alsa-user] USB Sound

2001-11-20 Thread Bruce Fausey
when hooked this way and if I unplug the jack from the sound card I do hear the USB sound. Did I miss a modprobe or is this in conjunction with the other USB thread where their is a need to write alsa-USB driver?? Bruce Fausey ___ Alsa-user mailing list

[Alsa-user] can you help me solve my sound problem please

2009-05-08 Thread bruce william baylis
Hello, Im rather new to linux ubuntu, and for the last few weeks have been using intrepid. I recently upped it to jaunty, and at first its been ok, I don't really know what is meant to be different about it to be honest. Yesterday I realised that the gismo above the keyboard that you slide your

[Alsa-user] load_state:1608: No soundcards found

2012-06-28 Thread Bruce M. Beach
Regards Bruce -- Help support software freedom! http://www.fsf.org -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how