Re: alsa modules problem on Debian Woody 3.0 r2

2004-03-22 Thread ScruLoose
On Wed, Mar 24, 2004 at 03:07:03AM +1200, Ashley Noel Hinton wrote: > I tried recently installing alsa-modules from the alsa-source (stable > package) using make-kpkg. I compile a kernel image using make-kpkg > kernel_image and then the alsa modules using make-kpkg modules_image. > > I'm making

Re: alsa modules problem on Debian Woody 3.0 r2

2004-03-22 Thread Kenneth Macdoald Karlsen
On Tue, 2004-03-23 at 16:08, Ashley Noel Hinton wrote: > I tried recently installing alsa-modules from the alsa-source (stable > package) using make-kpkg. I compile a kernel image using make-kpkg > kernel_image and then the alsa modules using make-kpkg modules_image. > > I'm making a 2.4.18 kernel

Re: alsa modules for kernel 2.4.21

2003-09-07 Thread Ismael Valladolid Torres
El domingo, 7 de septiembre de 2003, a las 01:27, Roberto Sanchez escribe: > No. But it is trivial to get the sources and build your own. You can get latest ALSA snapshots from www.alsa-project.org, and the useful alsa-base package, including the scripts you need for loading the correct modules

Re: alsa modules for kernel 2.4.21

2003-09-06 Thread Roberto Sanchez
--- Antonio Rodr <[EMAIL PROTECTED]> escribió: > Are there any alsa modules for kernel 2.4.21? $ apt-cache search alsa-module alsa-modules-2.4.20-3-386 - Advanced Linux Sound Architecture (drivers) alsa-modules-2.4.20-3-586tsc - Advanced Linux Sound Architecture (drivers) alsa-modules-2.4.20-3-6

Re: alsa modules plus kernel?

2003-03-16 Thread Rob Weir
On Wed, Mar 12, 2003 at 11:48:25AM +0100, teco wrote: > hallo > > i would like to install a kernel plus the apropriet alsa (0.9) modules, when > i search with apt-cache search i find only > > alsa-modules-2.4.19... > > and the kernel images are only for: > > kernel-image-2.4.18 > kernel-image

Re: alsa-modules for 2.4.19

2002-10-30 Thread Edward Guldemond
On Wed, Oct 30, 2002 at 09:38:30AM -0700, Tom Schutter wrote: > I can't seem to find an alsa-modules package for the 2.4.19 kernel. > > Is there a reason that it is not available? > > Sound under Linux is going to drive me nuts! > Install the alsa-source package and read the documentation to ro

Re: ALSA modules not loading

2002-03-06 Thread Richard Weil
This was the problem. Once I added myslef to the audio group I was able to play music no problems. As someone else from the list suggested I'll file a bug report against alsaconf. Thanks. Richard --- Caleb Shay <[EMAIL PROTECTED]> wrote: > Let me guess. You used alsaconf to configure alsa, > rig

Re: ALSA modules not loading

2002-03-06 Thread Dimitri Maziuk
* Richard Weil ([EMAIL PROTECTED]) spake thusly: > Yet another ALSA question ... > > Problems are with a maestro-2 (es1968) soundcard > running on 2.4.18-ac3, ALSA compiled from source on an > up-to-date Woody system.[Same problems occurred with > other kernels, but I never fixed them.] > > In a

Re: ALSA modules not loading

2002-03-05 Thread Caleb Shay
Let me guess. You used alsaconf to configure alsa, right? I ran into the same problem. If you edit your alsa config file (in /etc/alsa/modutils) you will see the line that contains the snd_dac_etc stuff, just delete the whole line and things should work. Caleb On Tue, 2002-03-05 at 16:23, Rich

Re: alsa-modules with 2.4.9 kernel

2001-09-11 Thread Martin F Krafft
also sprach Marc Becher (on Tue, 11 Sep 2001 08:16:16PM +0200): > hum, yes I do, and my modules are located like yours. > There is no problem with loading the alsa-modules, but I do not use flavours. > You should make sure that /etc/modutils/alsa-path is set correct (if "uname > -r" > doesn't give

Re: alsa-modules with 2.4.9 kernel

2001-09-11 Thread Marc Becher
On Tue, Sep 11, 2001 at 05:01:04PM +0200, Martin F Krafft wrote: > some major weirdness. i compile my own kernel, flavour "piper", so i > get kernel-image-2.4.9+piper (this is woody), which installs its > modules in /lib/modules/2.4.9/ > > when i compile alsa-source or pcmcia-source, the modules g

Re: ALSA modules have unresolved symbols

1999-11-15 Thread Frank Barknecht
Alisdair McDiarmid hat gesagt: // Alisdair McDiarmid wrote: > I'm trying to get my dodgy old ISA SB16 to work with ALSA instead > of OSS/Free, and having difficulty with the alsa-modules-2.2.13 > package. > > I have sound support built into my 2.2.13 kernel: > > [EMAIL PROTECTED] /usr/share/doc/

Re: alsa modules

1999-08-02 Thread Shao Zhang
ok, now I get the point. I originally thought you were complaining about the script in /etc/init.d. IIRC, the document for ALSA says it recommands manual loading so you can see your error messages. But if you have already tested the sound card working fine, then you can alwasy switch to kmod.

Re: alsa modules

1999-08-02 Thread Stephen Pitts
On Sat, Jul 31, 1999 at 10:30:05AM +0200, Lex Chive wrote: > Hello, > > I have just installed and compiled alsa. In alsa-base there is a script > /etc/init.d/alsa which preloads all the sound modules. Doesnt that ruin the > purpose of modules, which is after all to save memory when it's not needed

Re: alsa modules

1999-08-02 Thread Stephen Pitts
Earth to Shao..is anyone out there? What you are doing is the same as what "make install" for ALSA does..preloading the modules at boot time and defeating the whole point of modules. -- Stephen Pitts [EMAIL PROTECTED] webmaster - http://www.mschess.org

Re: alsa modules

1999-08-02 Thread Shao Zhang
I have never used make install for alsa. I placed all the modules in /lib/modules/2.2.*/ and the module name in /etc/modules. It works for me... On Sat, Jul 31, 1999 at 10:30:05AM +0200, Lex Chive wrote: > Hello, > > I have just installed and compiled alsa. In alsa-base there is a script > /etc/