Michael Barabanov wrote:

> > If I want to insert a driver witch needs  interrupts (like the
> > networkcard) I go the following message:
> > babuschka:[net]# modprobe ne
> > /lib/modules/2.2.12-RTLBETA16/net/8390.o: unresolved symbol
> > __return_flags
> > /lib/modules/2.2.12-RTLBETA16/net/8390.o: unresolved symbol
> > __restore_flags
> > /lib/modules/2.2.12-RTLBETA16/net/8390.o: unresolved symbol __cli
>
> You're using modules compiled with __SMP__ with a non-SMP kernel.
> Try recompiling the modules and doing make modules_install.
>

I switched the  SMP-switch in xconfig to 'N' to see how the modules are
compiled by make modules:

make[2]: Entering directory `/usr/src/linux-2.2.12.RTLBETA16/drivers/net'
gcc -D__KERNEL__ -I/usr/src/linux-2.2.12.RTLBETA16/include -Wall
-Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing
-D__RTL__ -pipe -fno-strength-reduce -m486 -DCPU=486 -DMODULE
-DMODVERSIONS -include
/usr/src/linux-2.2.12.RTLBETA16/include/linux/modversions.h   -c -o
ne2k-pci.o ne2k-pci.c
gcc -D__KERNEL__ -I/usr/src/linux-2.2.12.RTLBETA16/include -Wall
-Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing
-D__RTL__ -pipe -fno-strength-reduce -m486 -DCPU=486 -DMODULE
-DMODVERSIONS -include
/usr/src/linux-2.2.12.RTLBETA16/include/linux/modversions.h   -c -o ne.o
ne.c

So that doesn't seem to be the mistake. The only thing I'm wondering about
ist: what's the difference in my config
Maybe you (or someone else can send me the .config!) I have compiled it
for 486, is that a problem?

Heinz



--- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
----
For more information on Real-Time Linux see:
http://www.rtlinux.org/~rtlinux/

Reply via email to