From: Glynn Clements <glynn.clements@virgin.net>
To: Mark Johnson <rmjohnson144@adelphia.net>
Cc: linux-c-programming@vger.kernel.org
Subject: Re: C module won't load
Date: Sun, 28 Apr 2002 00:34:06 +0100 [thread overview]
Message-ID: <15563.13678.310301.532264@cerise.nosuchdomain.co.uk> (raw)
In-Reply-To: <3CCB320E.8030503@adelphia.net>
Mark Johnson wrote:
> I am new to linux and C and I am having trouble loading in my new
> network drivers. I compile the module like the docs say, and everything
> seems to be OK, but when I insmod it into memory I get an error:
> unresolved symbol pci_drv_unregister and pci_drv_register.
Try using "modprobe" instead of "insmod". BTW, you also need to have
installed the pci-scan.o module.
--
Glynn Clements <glynn.clements@virgin.net>
prev parent reply other threads:[~2002-04-27 23:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-04-27 23:19 C module won't load Mark Johnson
2002-04-27 23:34 ` Glynn Clements [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=15563.13678.310301.532264@cerise.nosuchdomain.co.uk \
--to=glynn.clements@virgin.net \
--cc=linux-c-programming@vger.kernel.org \
--cc=rmjohnson144@adelphia.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).