From alsa-user-owner@alsa.jcu.cz  Sun Feb 28 12:08:35 1999
Received: from smtp2.a2000.nl (spartacus.a2000.nl [62.108.1.20])
	by marvin.jcu.cz (8.9.1a/8.9.1) with ESMTP id MAA30668
	for <alsa-user@alsa.jcu.cz>; Sun, 28 Feb 1999 12:07:59 +0100
Received: from node10450.a2000.nl ([24.132.4.80] helo=cable.a2000.nl)
	by smtp2.a2000.nl with esmtp (Exim 2.02 #4)
	id 10H44j-0002Gs-00
	for alsa-user@alsa.jcu.cz; Sun, 28 Feb 1999 12:07:57 +0100
Message-ID: <36D92388.3A86F5FD@cable.a2000.nl>
Date: Sun, 28 Feb 1999 12:07:52 +0100
From: Pascal Haakmat <ahaakmat@cable.a2000.nl>
MIME-Version: 1.0
To: alsa-user@alsa.jcu.cz
Subject: Re: Problems compiling alsa-utils (& alsa-driver)
References: <36D8F471.C7C984E3@cable.a2000.nl>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Reply-To: alsa-user@alsa.jcu.cz
Sender: alsa-user-owner@alsa.jcu.cz
Precedence: list

Pascal Haakmat wrote:
> 
> Hi,
> 
> I'm trying to get my AudioPCI card working with the ALSA drivers. I've
> compiled the drivers and installed them, they seem to work, but there is
> no sound. cat /proc/asound/0/mixer0 shows that all channels are muted.
> The FAQ says I should use the autils package to unmute the channels.
> When compiling alsa-utils0.3.0-pre4 however, I get compilation errors
> such as:

Apologies, I don't think pasted the relevant parts of that error
message.. Again, while compiling alsa-utils I get the following error
message:

make -C amixer
make[1]: Entering directory `/home/p/alsa-utils-0.3.0-pre3/amixer'
g++ -I/usr/include -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe
-I/usr/local/include -I../include -c -o amixer.o amixer.cpp
In file included from amixer.cpp:19:
/usr/include/sys/types.h:70: stddef.h: No such file or directory

Furthermore from the compilation of the alsa-driver (0.3.0-pre4):

rm -f /lib/modules/preferred/misc/snd*.o
/lib/modules/preferred/misc/persist.o
/lib/modules/preferred/misc/isapnp.o
cp modules/*.o /lib/modules/preferred/misc
/sbin/depmod -a 2.0.36
/lib/modules/preferred/misc/snd.o: unresolved symbol(s)
/lib/modules/preferred/misc/snd-uart16550.o: unresolved symbol(s)

etc. etc.

This happens with a reasonably fresh RedHat 5.2 installation. I suppose
my system is broken but what should I upgrade and where can I get it? I
am totally at a loss.

