SMC Ultra driver as module

Juha Virtanen (jiivee@hut.fi)
Wed, 20 Sep 1995 00:26:01 +0300 (EET DST)


Hello all,

I'm trying to use SMC Ultra ethernetcard driver as module. But I
can't figure out how to load that module into kernel.

I know I must first insmod 8390.0 module in and then smc-ultra.o,
but all I get is:

Sep 19 23:19:52 lizard kernel: loading device 'eth0'...
Sep 19 23:19:52 lizard kernel: smc-ultra: register_netdev() returned non-zero.

I also tried to tell kernel card location with symbols ether and
eth0 but all happened was insmod complaining about undefined
symbols ether and eth0. Then I looked into /proc/ksyms hoping to
get some hint about correct symbol name, but with no avail.

Does anybody use smc Ultra driver as module and if so how do you
load it in.

Juha