[Alsa-devel] hdsp9652+alsamixer -> kernel panic

2003-05-29 Thread d
dear alsa gurus! i'm trying to get a rme hdsp 9652 to work, and have bad results: loading snd-hammerfall-mem and snd-hdsp works fine, starting jack or some alsa-playback too (or at least seems to). but when i start alsamixer or alsactl and want to unmute the channels i get massive xruns and no so

Re: [Alsa-devel] hdsp9652+alsamixer -> kernel panic

2003-05-30 Thread d
we need a ksymoops-processed kernel panic trace. ok, since i'm more a musician than a kernel-hacker, i don't exactly know what to do with the panic output. i see EIP: 0010:[] and search for it in /var/log/ksymoops right? there i find ... c0106298 __up_wakeup c02bfff4 csum_partial_copy_generic_Rs

Re: [Alsa-devel] hdsp9652+alsamixer -> kernel panic

2003-05-30 Thread d
Paul Davis wrote: ah. are you running on an SMP system with current ALSA CVS? if so, its broken within the "core" of ALSA. you will need to back up to April 27th to get a working SMP version. nobody has a fix for this at this time, despite the fact that it makes ALSA unusable on an SMP system. Hm

Re: [Alsa-devel] hdsp9652+alsamixer -> kernel panic

2003-05-30 Thread d
ok, thanks for your patience with my case. inbetween i have been able to 1) get another kernel panic with the new kernel+drivers 2) sometimes get some noise with a self-written testtone-prog on channel 3 and/or 6 of adat1 (*should* be a sinewave on all 26 channels). could it be that the S32_LE n

[Alsa-devel] hdsp9652 (kind of) working

2003-05-31 Thread d
hi list+paul again! just to let you know: i asked the previous owner of my hdsp 9652 card and he gave me the hint to use alsa 0.9rc7 plus a patch to ignore the reality and handle the card as a hdsp+digiface: *** hdsp.c.orig 2003-05-30 14:01:17.0 +0200 --- hdsp.c 2003-05-30 13:20:12

Re: [Alsa-devel] Problems with HDSP Multiface+CardBus

2003-06-12 Thread d
Jesse Chappell wrote: But a word of warning if you do get sound going eventually: 32768 for the LineOut(headphone) port is *way* too hot for headphones plugged directly in. I had to crank it down to 4000 to get a sane maximum volume. You don't want to damage your headphones or your ears.

[Alsa-devel] intel8x0: changing characteristics after an APM suspend-resume cycle

2003-01-07 Thread D. Sen
Hi, I am using the snd-intel8x0 drivers (0.9.0rc6) on my IBM Thinkpad running Linux 2.4.20. Everything seems to run fine until the machine goes through a suspend/resume cycle when mono files/streams seem to get played back at a much faster rate. A cold reboot resolves the problem. Any ideas o

Re: [Alsa-devel] intel8x0: changing characteristics after an APMsuspend-resume cycle

2003-01-08 Thread D. Sen
Takashi Iwai wrote: At Tue, 07 Jan 2003 15:40:10 -0500, D. Sen <[EMAIL PROTECTED]> wrote: Hi, I am using the snd-intel8x0 drivers (0.9.0rc6) on my IBM Thinkpad running Linux 2.4.20. Everything seems to run fine until the machine goes through a suspend/resume cycle when mono files/s

Re: [Alsa-devel] intel8x0: changing characteristics after an APMsuspend-resume cycle

2003-01-08 Thread D. Sen
Takashi Iwai wrote: > At Tue, 07 Jan 2003 15:40:10 -0500, > D. Sen <[EMAIL PROTECTED]> wrote: > >>Hi, >> >>I am using the snd-intel8x0 drivers (0.9.0rc6) on my IBM Thinkpad >>running Linux 2.4.20. Everything seems to run fine until the machine >>

Re: [Alsa-devel] intel8x0: changing characteristics after an APMsuspend-resume cycle

2003-02-08 Thread D. Sen
Just reporting that the RC7 release did not fix the problem I reported a while ago (that the driver doesnt "survive" a suspend/resume cycle on an IBM T-30) Takashi Iwai wrote: At Wed, 08 Jan 2003 08:46:19 -0500, D. Sen <[EMAIL PROTECTED]> wrote: Takashi Iwai wrote: At Tue, 0

Re: [Alsa-devel] Lynx Studio LynxTwo/L22 Driver

2003-06-21 Thread D. Sen
I think Opensound is working on a commercial driver. Would be awesome to have ALSA support though... Robert Robinson wrote: Is anyone working on a driver for the LynxTwo or L22 soundcards ? Robert Robinson --- This SF.net email is sponsored by:

Re: [Alsa-devel] Lynx Studio LynxTwo/L22 Driver

2003-06-23 Thread D. Sen
Here's a question Does Alsa drivers *have* to be in source code form? Can someone not release an object file for linking They could even make a $ or two out of that if this were possible DS. Giuliano Pochini wrote: Docs/drivers for the LynxTwo are released only under NDA, and the a

[Alsa-devel] alsa configure/install bug

2002-06-24 Thread Derek D. Martin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A couple of issues with the configure script and/or the install target of the makefile: a) the help for configure claims that the default location for the - --with-moddir parameter is /lib/modules//misc. However, after make install, the modules are

Re: [Alsa-devel] alsa configure/install bug

2002-06-25 Thread Derek D. Martin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Takashi, and thanks for replying. At some point hitherto, Takashi Iwai hath spake thusly: > > b) When modules are installed in the above directories, modprobe can't > > find them. Is this distribution specific? Is there a way to > > configure th

Re: [Alsa-devel] alsa configure/install bug

2002-06-26 Thread Derek D. Martin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 At some point hitherto, Takashi Iwai hath spake thusly: > > The problem is that if the alsa modules are not installed in > > /lib/modules//misc, modprobe can't find them to load them. Once > > they are installed there, everything works fine. This is

Re: [Alsa-devel] alsa configure/install bug

2002-06-26 Thread Derek D. Martin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ok, I moved my misc directory aside, and reinstalled them in the kernel/sound directories. Here's some more info: At some point hitherto, Takashi Iwai hath spake thusly: > > > what happens if you run "depmod -ae"? > > > > Well, I set the command l

Re: [Alsa-devel] alsa configure/install bug

2002-06-26 Thread Derek D. Martin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 At some point hitherto, Takashi Iwai hath spake thusly: > kernel/sound directory must be checked by modprobe. > all normal kernel modules are installed under kernel directory. Hi Takashi, It occured to me that you're probably going to ask me what my

[Alsa-devel] [VIA8233A] OSS-support now availible, when ALSA?

2002-05-26 Thread Niek v/d Maas
Hello developers, Yesterday, OSS 3.9.6e is released. This version of OSS supports the VIA823A onboard soundcard. I tried the trial version, and it works very well. But the trial version only works 20 minutes, and I don't want to pay $35 for a full driver. When is ALSA going to support the VIA82