On Tue, 17 Jun 2003, lasse wrote:

> Thanks for taking time.
> 
> Sorry for being confusing and unclear... I'm quite confused myselft right
> now...
> I'm on 2.2.20 now... (couldn't get my pcmcia nic to recieve dhcp adress
> after i compiled new kernel... pcmia worked though.. missed something
> somewhere.. so i installed debian from start with 'vanilla'-option
> 
> gives;
> # modinfo soundcore
> filename:    /lib/modules/2.2.20/misc/soundcore.o
> description: "Core sound module"
> author:      "Alan Cox"
> license:     <none>
> 
> yes!
> ok.. all i need, right? plus kernel sources..
> tried kernel-headers from debian package system...
> ./configure --with-cards=cs4236 --with-isapnp=no of alsa-driver ok
> make not ok;
> 
> In file included from timer.c:33:
> /usr/src/linux/include/linux/kmod.h:8: conflicting types for
> `snd_compat_request_module_Rb8071e26'
> /install/alsa-driver-0.9.4/include/adriver.h:56: previous declaration of
> `snd_compat_request_module_Rb8071e26'
> {standard input}: Assembler messages:
> {standard input}:9: Warning: ignoring changed section attributes for
> .modinfo
> timer.c:78: warning: `slave_active_lock' defined but not used
> make[1]: *** [timer.o] Error 1
> make[1]: Leaving directory `/install/alsa-driver-0.9.4/acore'
> make: *** [compile] Error 1

Edit /usr/src/linux/include/linux/kmod.h and add lines at begin:

#ifndef __KMOD_H
#define __KMOD_H

and this line at end:

#endif

                                                Jaroslav

-----
Jaroslav Kysela <[EMAIL PROTECTED]>
Linux Kernel Sound Maintainer
ALSA Project, SuSE Labs



-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to