From alsa-user-owner@alsa.jcu.cz  Fri Jan 29 01:42:05 1999
Received: from hideout.jp.compaq.com (qmailr@ngy0140.bekkoame.ne.jp [202.244.227.140])
	by marvin.jcu.cz (8.9.1a/8.9.1) with SMTP id BAA10169
	for <alsa-user@alsa.jcu.cz>; Fri, 29 Jan 1999 01:37:13 +0100
Received: (qmail 19128 invoked from network); 29 Jan 1999 09:36:19 +0900
Received: from localhost (hoyano@127.0.0.1)
  by localhost with SMTP; 29 Jan 1999 09:36:19 +0900
To: alsa-user@alsa.jcu.cz
Subject: Re: ALSA problem with 2.2.0 kernel
From: Tetsuya HOYANO <hoyano@ari.bekkoame.ne.jp>
In-Reply-To: <Pine.LNX.4.04.9901281123150.1343-100000@ambros.korbei.at>
References: <Pine.LNX.4.04.9901281123150.1343-100000@ambros.korbei.at>
Mime-Version: 1.0
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-Id: <19990129093617J.hoyano@ari.bekkoame.ne.jp>
Date: Fri, 29 Jan 1999 09:36:17 +0900
Reply-To: alsa-user@alsa.jcu.cz
Sender: alsa-user-owner@alsa.jcu.cz
Precedence: list

From    : Sebastian Harald Otto Felix Korbei <sk126@cam.ac.uk>
Subject : ALSA problem with 2.2.0 kernel
Date    : Thu, 28 Jan 1999 11:25:02 +0100 (CET)

> I have a problem using ALSA with the new 2.2.0 Kernel. As kmod has
> replaces module_request the module snd.o will not load anymore (it uses
> this system call). How can one compile ALSA modules using the new 2.2.0
> kernel?

Here's one running pre3 on 2.2.0 with kmod.

hideout:~$ grep KMOD /usr/src/linux/.config
CONFIG_KMOD=y
hideout:~$ lsmod
Module                  Size  Used by
ntfs                   34208   1  (autoclean)
snd-audiopci            2200   0 
snd-ens1370             8796   0  [snd-audiopci]
snd-pcm1               16012   0  [snd-ens1370]
snd-pcm                 9068   0  [snd-audiopci snd-pcm1]
snd-ac97-codec          9508   0  [snd-ens1370]
snd-mixer              13300   0  [snd-audiopci snd-ens1370 snd-ac97-codec]
snd-midi               14348   0  [snd-audiopci snd-ens1370]
snd                    29536   0  [snd-audiopci snd-ens1370 snd-pcm1 snd-pcm snd-ac97-codec snd-mixer snd-midi]
hideout:~$ cat /proc/asound/version 
Advanced Linux Sound Architecture Driver Version 0.3.0-pre3.
Compiled in Jan 26 1999 for kernel 2.2.0 with versioned symbols.

Hmm... what else?
with gcc version in the header...
but newer pgcc such as pgcc-2.93.02 19990117 (gcc2 ss-980609 experimental)
can't complete build pre3 as I posted before...

Just an example...
--HOYANO

