Re: Alsa problems with 2.6.0

2003-12-23 Thread Joe Malik
On Sun, Dec 21, 2003 at 07:29:13PM +0100, Lucas Moulin wrote: > Hi all, Hi Lucas, > > I'm using Linux 2.6.0-ben1 but have problems with alsa. I did what I > read on this list, i.e. put a file in /etc/modprobe.d to load the > modules in the correct order, and so on. I've configured alsa-base the

Re: alsa problems

2003-02-25 Thread Martin Kuball
I did compile the lib from the alsa sources and it worked. Martin Am Montag, 24. Februar 2003 21:59 schrieb Martin Kuball: > OK, will try to compile the lib from source as I did with the kernel > modules. > > Martin > > Am Montag, 24. Februar 2003 19:32 schrieben Sie: > > I've got this same probl

Re: alsa problems

2003-02-24 Thread Martin Kuball
OK, will try to compile the lib from source as I did with the kernel modules. Martin Am Montag, 24. Februar 2003 19:32 schrieben Sie: > I've got this same problem, I'm not using devfs though. Looks like it's > just a bug in alsa and or the alsa libs - it seems they've changed the > control devic

Re: alsa problems

2003-02-24 Thread brett
I've got this same problem, I'm not using devfs though. Looks like it's just a bug in alsa and or the alsa libs - it seems they've changed the control device naming from pcmCXDXc to controlCx and some applications are still expecting the old naming system. -Brett On Sat, Feb 22, 2003 at 05:09:34P

Re: ALSA problems

2003-02-22 Thread Todd Marek
Thanks. That did it. Todd Marek /* After some digging around, it turns out that depmod from modutils arou\ nd 2.4.13 returned a non-zero exit code under these circumstances, which would cause the alsa-modules postinst script to fail. Upgrading moduti\ ls (or installing module-init-tools) and/o

Re: alsa problems

2003-02-22 Thread Martin Kuball
Forget to tell you, that I use devfs. Here are the entries of my /dev/snd directory: total 0 crw-rw-rw-1 root audio116, 0 Jan 1 1970 controlC0 crw-rw-rw-1 root audio116, 32 Jan 1 1970 controlC1 crw-rw-rw-1 root audio116, 64 Jan 1 1970 controlC2 crw-rw

Re: ALSA problems

2003-02-22 Thread Michel Dänzer
On Fre, 2003-02-21 at 23:19, Todd Marek wrote: > Unpacking replacement alsa-modules-2.4.18-newpmac ... > Setting up alsa-modules-2.4.18-newpmac (0.9.0rc7-3) ... > Configuration file for ALSA 0.9 exists. > Attempting to start. > > depmod: *** Unresolved symbols in > /lib/modules/2.4.18-newpmac/al

Re: alsa problems

2003-02-20 Thread Patrick Baltz
I believe you may not have created the device files for also. There is some script, named snddevices I believe, that must be run by the root user to create the necessary device files. You should be able to find it in the source that you compiled alsa-driver from. That would be my first suspi