Joan Tur wrote:
> 
> Hallo!
> 
> I'm compiling a module for my pcmcia network card (Conceptronic
> CON100TC); i follow the instructions on the readme and get the following
> error:
> -------------------
> [root@quinipc proves]#  cc -DCARDBUS -DMODULE -D__KERNEL__ -Wall
> -Wstrict-prototypes -O6 -c rtl8139.c -o realtek_cb.o
> -I/usr/src/linux/include
> rtl8139.c:109:26: linux/bios32.h: File or directory doesn't exist
> [root@quinipc proves]#
> -------------------
> 
> Can anyoye help me?  Thanks!!  ;)
> 
> --
>         Joan Tur. Ibiza - Spain
> [EMAIL PROTECTED]  [EMAIL PROTECTED]  Yahoo: quinir
>     Joan.Tur.pagina.de  www.ClubIbosim.org
>     Linux: usuari registrat 190.783
Joan,

Seems like we need a wee bit more info from you. The file you referenced
in your msg, "bios32.h" was part of the 2.2.19 kernel version. What
version is your Mandrake kernel? I have a notion that you are working
with a 2.4 kernel, and you will not find the "bios32.h" header file on
it. In later kernel versions, it seems to be renamed "bios.h", and in
your case the compile is specifically looking for a "bios32.h" file.

drjung
-- 
J. Craig Woods
UNIX SA
-Art is the illusion of spontaneity-

Reply via email to