Re: realtek_cb.o unresolved symbol

Donald Becker <[email protected]> Mon, 23 Jun 2003 17:14:13 -0400 (EDT)
Newsgroups gmane.linux.drivers.realtek.devel
Message-ID <[email protected]>
On Mon, 23 Jun 2003 [email protected] wrote:

> I got the source rtl8139.c from scyld.com and compiled for 2.4.18
> following the instructions in the end of the file for CardBus.
...
> realtek_cb.o: unresolved symbol unregister_driver
> realtek_cb.o: unresolved symbol register_driver

Those instructions are for the old-style (2.2 and before, and only a
few 2.4 distributions) interface.

You apparently need to use the new-style interface

mkdir /tmp/netdrivers/
cd /tmp/netdrivers/
ncftpget ftp://ftp.scyld.com/pub/network/netdrivers.tgz
tar xfvz netdrivers.tgz
make
make install

If your card isn't detected, read:
   http://www.scyld.com/network/updates.html

-- 
Donald Becker				[email protected]
Scyld Computing Corporation		http://www.scyld.com
914 Bay Ridge Road, Suite 220		Scyld Beowulf cluster system
Annapolis MD 21403			410-990-9993