On 10/4/2000 01:43, Mike Pfleger at [EMAIL PROTECTED] wrote:

> At this point the resulting object files are supposed to be installed
> into their rightful location with:
> install -m 644 pci-scan.o tulip.o /lib/modules/`uname -r`/net/
> Again there were no apparent problems, but the next step failed
> miserably.  When (as directed) I did a insmod tulip.o, I got this:
> tulip.o: unresolved symbol pci_drv_unregister
> tulip.o: unresolved symbol pci_drv_register

it just looks like you need another driver compiled and insmoded. Try this,
now that things are installed:

insmod pci-scan
insmod tulip

That pci_drv_unregister means that symbol is not defined and thus the driver
is not installed in memory. Try that and see how it goes.

HTH.

-- 
________________________________________________________________________
    __   _                                           Carl B. Constantine
   / /  (_)__  __ ____  __                            [EMAIL PROTECTED]
  / /__/ / _ \/ // /\ \/ /  (2.2.14)                       ICQ: 26351441
 /____/_/_//_/\_ _/ /_/\_\  Stormix 2000
                                            PGP key available on request
          "On the net, no one knows you're a Duck!"
________________________________________________________________________



_______________________________________________
Stormlinux-users-list mailing list
[EMAIL PROTECTED]
http://www.stormix.com/community/lists/listinfo/stormlinux-users-list

Reply via email to