On Mon, Oct 14, 2002 at 11:45:12AM +0930, Tom Lanyon wrote:
> Hi all, I'm trying to compile alsa-driver-0.9.0rc3 on my debian 3.0r0 box
> running 2.4.20-pre10 kernel, I keep getting this error when trying to make:

[snip] 
 
> Does anyone know what could be causing this, any help is much appreciated,
> thankyou.

Do you use debian package alsa-source or source from alsa-project.org?
I had no problems with latest alsa-source_0.9.0rc3 package (testing)
on my debian 3.0 box running 2.4.18-5 kernel. 

Download latest alsa-base, alsa-header and alsa-source (0.9.0rc3-0.1)
debian pakages from testing and instal it. Don't worry, that won't
create any dependency conflict. Unzip and untar alsa-driver.tar.gz:

cd /usr/src/
tar -xvzf alsa-driver.tar.gz

Compile kernel modules and create debian packages:

cd /usr/kernel-source-2.4.20
make-kpkg modules_image

Now, you should have alsa-modules debian package in your /usr/src/.
Install it with dpkg:

dpkg -i alsa-modules-2.4.20-pre10_0.9.0rc3+0.1+*_i386.deb

Regards,

Darko


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to