Re: [Alsa-devel] YMFPCI No midi record.

2003-04-01 Thread Donald M Burns
Hi all, Although I got no response with my previous posting I am going to carry on until somebody sits up and listens (it would be rude not to!). I have been through the ymfpci.c file and as I suspected the mpu401 interupt was NOT enable. The line in question is 166 viz:- //legac

[Alsa-devel] YMFPCI No midi record.

2003-03-30 Thread Donald M Burns
Hi all, I've just downloaded and installed ALSA 0.9.2 complete with OSS emulation. I'm using an Addonics Sound Vision SV550 which is based on the Yamaha YMF724F chip, and running Red Hat 7.3. Whilest all is OK with the PCM and OPL3 bits the MIDI record function does not work. This is the content

[Alsa-devel] compilation problem: #include

2003-03-07 Thread M. Nentwig
Moi, I have encountered an odd problem; I wonder, if anybody has installed rc8 on a 'clean' system yet: alsa-lib-0.9.0rc8 does not compile (on a slackware installation free of any previous audio software). It tries to include in src/pcm/ext/pcm_jack.c. But jack without alsa-lib does not compile

[Alsa-devel] hdsp9652 note

2003-03-03 Thread m
hi. I tried a hdsp9652 install this weekend and found out I had to add another case line to get it recognised at all (instead of downgrading firmware). this seems to work for now ( although the driver claims that ALSA ../../alsa-kernel/pci/rme9652/hdsp.c:2935: I/O Box is a Digiface ) m

Re: [Alsa-devel] ES18XX bug?

2003-02-18 Thread M. Johnson
n it, but don't know how effective I'd be. On Tue, 18 Feb 2003, Kasper Souren wrote: > On Sunday 16 February 2003 22:58, M. Johnson wrote: > > I am terminally unable to get the snd-es18xx module to work. I am > > confident that I have an ES18xx (ISA) card since the

[Alsa-devel] ES18XX bug?

2003-02-16 Thread M. Johnson
I am terminally unable to get the snd-es18xx module to work. I am confident that I have an ES18xx (ISA) card since the kernel OSS module for sound blaster compatible sound cards reports that it is an ES1879. I am confident that I am using the right parameters, since I have examined those used by

Re: [Alsa-devel] libasound dies on snd_pcm_open

2003-02-14 Thread M. Ritscher
On Thursday 13 February 2003 22:00, Jaroslav Kysela wrote: > are you using the alsa-lib from CVS? Thanks Jaroslav, that fixed the problem. At least the one with the library. Now I can start debugging my own code... Cheers, Meinhard --- This

Re: [Alsa-devel] libasound dies on snd_pcm_open

2003-02-13 Thread M. Ritscher
Hi again, seems I was following a red herring. My debugger mislead me. The function 'snd_pcm_open()' isn't the culprit, it really dies here: == int rc = 0; int exactRate = snd_pcm_hw_params_set_rate_near (capture_handle, hw_params, &uSampleRate, &rc); if(rc

Re: [Alsa-devel] libasound dies on snd_pcm_open

2003-02-12 Thread M. Ritscher
On Wednesday 12 February 2003 19:18, Takashi Iwai wrote: > > if ((err = snd_pcm_open(&capture_hd, > > "hwplug:0,0", SND_PCM_STREAM_CAPTURE, 0)) < 0) { > ^^ > > is this correct? not "plughw:0,0" ? Well, sorry, "plughw:0,0" of course. Doesn't change anything though. Meinha

Re: [Alsa-devel] libasound dies on snd_pcm_open

2003-02-12 Thread M. Ritscher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi again, On Tuesday 11 February 2003 21:47, M. Ritscher wrote: > Stopped due to shared library event. > I've now compiled a version of libasound with debug enabled and found out that it dies on me on line 61 of dlmisc.c Stopped du

[Alsa-devel] libasound dies on snd_pcm_open

2003-02-11 Thread M. Ritscher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! Hope, this isn't a too stupid question... I've got a problem whilst trying to port my application to the ALSA API. Following piece of code gives me an error when executed: - -- if ((rc = snd_pcm_open (&capture_handle, sDevice.ascii(),

Re: [Alsa-devel] VIA 8233A - Patch included

2003-02-10 Thread Tais M. Hansen
27;ve attached a patch for you. Now the sound works like a charm again! :) - -- Regards, Tais M. Hansen OSD -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.1 (GNU/Linux) iQIVAwUBPkdhJIIvLOJqwYc4AQJqARAAosj0rw3+qHGPuRCuHeI9nE1ktNNrCZcY Dq4bpUKB7fyttuocKeT8cAJdeArE7B7/NJ+uW9FpAsUPH1KP0q

[Alsa-devel] Aplay duration

2003-01-28 Thread Tais M. Hansen
in aplay.c where calc_count() is called before hwparams is updated (by calling test_wave()) with the actual wave-parameters. I've attached a quick and dirty fix for this particular issue. - -- Regards, Tais M. Hansen OSD -BEGIN PGP SIGNATURE- Version: GnuPG v1

Re: [Alsa-devel] VIA823x testing

2003-01-28 Thread Tais M. Hansen
.012029 idx+5 ptr+0x44e8 1043794327.038293 idx 15 ptr 0xceb8 +0.012032 idx+6 ptr+0x44e8 1043794327.050325 idx 21 ptr 0x113a0 I'm not sure what to make of this. Sorry. - -- Regards, Tais M. Hansen OSD -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.0 (GNU/Linux) iQIVAwUBPjcQGIIvLOJqwYc

Re: [Alsa-devel] VIA823x testing

2003-01-28 Thread Tais M. Hansen
while testing I got 23MB logoutput, want it? ;) - -- Regards, Tais M. Hansen OSD -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.0 (GNU/Linux) iQIVAwUBPjaE0IIvLOJqwYc4AQKG8w/8DkyS7f4wKKrQESHS6cOuDhbQ3i7O8m3w 320MpPr2Mk/XAxEPVeHKPHY4bQ5ffO1KferY

[Alsa-devel] VIA823x testing

2003-01-27 Thread Tais M. Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 27 January 2003 18:27, Takashi Iwai wrote: > how about this one? Still no sound. More logs for you to digest. - -- Regards, Tais M. Hansen OSD -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.0 (GNU/Li

Re: [Alsa-devel] Re: [Alsa-user] Upgrade problems -addendum

2003-01-27 Thread Tais M. Hansen
ial via-fix. I've attached the ogg123 logoutput anyway. > the fixed patch below: same as test9 but more verbose with POINTER_DEBUG. Attached 2 files from testing with aplay. - -- Regards, Tais M. Hansen OSD -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.0 (GNU/Linux) iQIVAwUBPj

Re: [Alsa-devel] Re: [Alsa-user] Upgrade problems -addendum

2003-01-27 Thread Tais M. Hansen
the module options was removed again. > here we go... Ok. Hope you had a great weekend. :) - - Fresh cvs update. Recompiled & installed alsa-lib and alsa-util. - - POINTER_DEBUG enabled. No sound from aplay but it had a lot of complaints for me. Two files attached. - -- Regards, Tais

Re: [Alsa-devel] Re: [Alsa-user] Upgrade problems -addendum

2003-01-24 Thread Tais M. Hansen
.. Sounds possible. If only I had more insight on audio hardware programming I'd might be able to be more helpful. - -- Regards, Tais M. Hansen OSD -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.0 (GNU/Linux) iQIVAwUBPjGvHoIvLOJqwYc4AQLkeBAAmC5cKCy

Re: [Alsa-devel] Re: [Alsa-user] Upgrade problems -addendum

2003-01-24 Thread Tais M. Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 24 January 2003 16:45, Takashi Iwai wrote: > have fun :) And here're the attached files...! ;) - -- Regards, Tais M. Hansen OSD -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.0 (GNU/Linux) iQIVAwUBPjFs9oIvLOJqwY

Re: [Alsa-devel] Re: [Alsa-user] Upgrade problems -addendum

2003-01-24 Thread Tais M. Hansen
might be >inaccurate in some cases. This one killed my system the first time. Nice blinking keyboard leds. :) Second run it runs speeds through the file. No sound at all. I've attached log output from all idx'es, though only tested with ogg12

Re: [Alsa-devel] Re: [Alsa-user] Upgrade problems -addendum

2003-01-24 Thread Tais M. Hansen
I think I heard pops here and there but it wasn't much. Log output from debug attached. Artsd started as supposed to with a single pop. Noatun seemed to play without any noticeable weirdness. No pops etc. Log output from debug attached. - -- Regards, Tais M. Hansen OSD -BEGIN PGP

Re: [Alsa-devel] Re: [Alsa-user] Upgrade problems -addendum

2003-01-24 Thread Tais M. Hansen
sages appear by enabling DEBUG_POITNER. Same deal as before, another 3 files filled with debug output. Good luck. :) - -- Regards, Tais M. Hansen OSD -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.0 (GNU/Linux) iQIVAwUBPjE0ZIIvLOJqwYc4AQLLFg/+NmqJA1HIeSmt6ukM/aw9v8n3fwLpK61k eGdakXrtZpao+T5EJG9aD

Re: [Alsa-devel] Re: [Alsa-user] Upgrade problems -addendum

2003-01-23 Thread Tais M. Hansen
before, log output attached. :) > the next one is to put all logs to /var/log/debug. > and will show more verbose. Ok, log output attached, 3 files with loads of gibberish ;). Same behavior btw. - -- Regards, Tais M. Hansen OSD -BEGIN PGP SIGNATURE- Version: GnuPG v1

Re: [Alsa-devel] Re: [Alsa-user] Upgrade problems -addendum

2003-01-23 Thread Tais M. Hansen
> > test and test3 patches. Log output is attached. > > Aplay plays a wav-file fine. No problems noticed. Log output is attached. > thanks. > it seems really the index value was not updated correctly by the > chip. > ok, take 4: please try the new one... Same as before, log o

Re: [Alsa-devel] Re: [Alsa-user] Upgrade problems -addendum

2003-01-23 Thread Tais M. Hansen
attached. Aplay plays a wav-file fine. No problems noticed. Log output is attached. When artsd is started a short piece of noise is looped, as described earlier. Can't play any sound through arts. Log output attached. - -- Regards, Tais M. Hansen OSD -BEGIN PGP SIGNATURE- Version:

Re: [Alsa-devel] Re: [Alsa-user] Upgrade problems -addendum

2003-01-23 Thread Tais M. Hansen
nterrupt acknowledge? Aplay also threw the usual in syslog once: Jan 23 12:08:18 proficio kernel: ALSA ../alsa-kernel/pci/via82xx.c:601: invalid via82xx_cur_ptr, using last valid pointer - -- Regards, Tais M. Hansen OSD -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.0 (GNU/Linux) iQIVAw

[Alsa-devel] Re: [Alsa-user] Upgrade problems -addendum

2003-01-22 Thread Tais M. Hansen
ch you sent was applied throughout the test. - -- Regards, Tais M. Hansen OSD -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.0 (GNU/Linux) iQIVAwUBPi8464IvLOJqwYc4AQK1Rg//d/KK5N09con1WpRHybusmLzQgCyAJes7 ZacJuyVjC3ZufbvaXWFrDtfP/H5FJp4

[Alsa-devel] Hammerfall DSP: Midi-related audio dropouts workaround / question

2002-11-14 Thread M. Nentwig
Hello, a couple of days I wrote about audio dropouts caused by MIDI data. Now I found a workaround: Unloading the uhci (USB) driver, loading the hammerfall driver, reloading the uhci driver gets rid of the dropouts. Also plugging in a USB device helps. Both USB controller and hdsp share the same i

[Alsa-devel] RME DSP / Multiface documentation? (hdsp.c)

2002-11-12 Thread M. Nentwig
Hello, I would like to help with the Hammerfall DSP driver. Is there any additional technical information? Could someone be so kind and forward it to me? The driver is easily readable, but it wouldn't hurt if I had the original documents still. Two more things: - The driver uses inlined functions

Re: [Alsa-devel] Re: [linux-audio-user] Evolution UC16 problems,modules.conf for usb-midi and usb-audio together

2002-10-23 Thread m
try to access > PCM device hw:x,y and this device doesn't yet exist, ALSA knowns that it > should load the driver specified by snd-card-x. thanks, that helps a lot... as you can guess i'm new-ish to working with alsa although not so new to linux sound... bw m -- iriXx www.iriXx.o

Re: [Alsa-devel] rc4

2002-10-23 Thread m
.. last night's rc4 release is fine though. bw m -- iriXx www.iriXx.org copyleft: creativity, technology and freedom? [EMAIL PROTECTED] www.copyleftmedia.org.uk _ ( ) ascii ribbon against html email X / \cat /dev/sda1 > /dev/dsp *** st

Re: [Alsa-devel] Re: [linux-audio-user] Evolution UC16 problems,modules.conf for usb-midi and usb-audio together

2002-10-23 Thread m
d when you have more than one card, you should tell the driver at which > index they should load. > If you have 0.9.0rc3, add these lines: > options snd-usb-audio snd_index=0 > options snd-usb-midi snd_index=1 > If you have 0.9.0rc4, add this line instead: > o

Re: [Alsa-devel] alsa-lib-0.9.0rc4

2002-10-23 Thread m
> Seems like that something is broken, but we need to figure what. Anyway, > you can build library with './configure --with-versioned=no'. It should > work for all binutils, but it's not a very nice solution. yes, this worked fine for me - everythings compiled sm

Re: [Alsa-devel] rc4 lib - build failing

2002-10-23 Thread m
On Wed, 2002-10-23 at 10:22, Jaroslav Kysela wrote: > On 23 Oct 2002, m wrote: > > > sure, its GNU ld version 2.11.92.0.12 20011121 > > What is your distribution? mandrake 8.2 > > > should we upgrade our ld? it would explain a *lot* of problems i've had > &

Re: [Alsa-devel] rc4 lib - build failing

2002-10-23 Thread m
sure, its GNU ld version 2.11.92.0.12 20011121 should we upgrade our ld? it would explain a *lot* of problems i've had with compiles if there is a faulty ld out there... thanks m On Wed, 2002-10-23 at 08:57, Jaroslav Kysela wrote: > Hi all, > > could everybody with proble

Re: [Alsa-devel] Re: [linux-audio-user] Evolution UC16 problems,modules.conf for usb-midi and usb-audio together

2002-10-22 Thread m
n audio, more a musician's answer to Naomi Klein's "No Logo"... to be published by GNU Press, provisional date Sept. 2003... watch this space... best, m~ -- iriXx www.iriXx.org copyleft: creativity, technology and freedom? [EMAIL PROTECTED] www.copyleftmedia.org

[Alsa-devel] problems with rc4 alsa-lib

2002-10-22 Thread m
moment, i assume because i have a conflicting version of alsa-lib (rc3)... below is the error im getting - i've upgraded my libalsa2 and libalsa-data just to be sure i have the latest version of libasound.so.2.0.0 for my system (Mandrake 8.2)... thanks for your help m gcc -shared conf

[Alsa-devel] problems compiling from cvs

2002-10-22 Thread m
ror 1 if anyone could help in interpreting what may be missing here i would be very grateful, with thanks m -- iriXx www.iriXx.org copyleft: creativity, technology and freedom? [EMAIL PROTECTED] www.copyleftmedia.org.uk _ ( ) ascii ribbon against html email X / \cat /dev/sda1 > /de

Re: [Alsa-devel] Beginning ALSA programming otr "Read Any GoodBooks Lately?

2002-05-26 Thread Bearcat M. Sandor
Kevin, Thanx!! A great place to start..now..where did i put my wallet for these inexpensive books..:) Bearcat On Fri, 2002-05-03 at 13:14, Kevin Conder wrote: > On Mon, 29 Apr 2002, Bearcat M. Sandor wrote: > > > I have the following in mind: > > Creating my o

[Alsa-devel] Beginning ALSA programming otr "Read Any Good Books Lately?

2002-05-03 Thread Bearcat M. Sandor
I and Dolby ES processing Creating my own music DSP modes Are there any books that cover programming in these areas? Regards, Bearcat M. Sandor ___ Have big pipes? SourceForge.net is looking for download mirror

[Alsa-devel] ymfpci: A few questions

2002-02-07 Thread Donald M Burns
Hi, I have a Yamaha YMF724 based soundcard and I had a bit of trouble getting midi going. I started with the RH7.1 OSS/Free driver and it would crash the machine if anything was sent to the soundcard from my keyboard. I discovered from playing with the source that there is no call to the midi i

Re: [Alsa-devel] No sound with Compaq Presario 700 laptop. Mixer?

2001-12-18 Thread Rodney M. Jokerst
Just as a reference, I have the same laptop and I am having the same problems. I tried the 0.9.0beta10 development release as well and have had no luck. Any help or suggestions would be appreciated. thanks, Rodney ___ Alsa-devel mailing list [EMA