All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jim Cromie <jim.cromie@gmail.com>
To: "linux-os (Dick Johnson)" <linux-os@analogic.com>
Cc: Antti Halonen <antti.halonen@secgo.com>,
	Linux kernel <linux-kernel@vger.kernel.org>
Subject: Re: searching exported symbols from modules
Date: Wed, 19 Apr 2006 10:55:47 -0400	[thread overview]
Message-ID: <44464F73.5050902@gmail.com> (raw)
In-Reply-To: <Pine.LNX.4.61.0604190846280.27438@chaos.analogic.com>

linux-os (Dick Johnson) wrote:
>
> `insmod` (or modprobe) does all this automatically


only modprobe does dependency loading.



soekris:~# rmmod scx200_gpio scx200
soekris:~#
soekris:~# insmod scx200_gpio
insmod: can't read 'scx200_gpio': No such file or directory
soekris:~#
soekris:~# modprobe scx200_gpio
[  237.848000] scx200: NatSemi SCx200 Driver
[  238.344000] scx200: GPIO base 0x6100
[  238.356000] scx200: Configuration Block base 0x6000

soekris:~# lsmod
Module                  Size  Used by
scx200_gpio             4292  0
scx200                  4912  1 scx200_gpio


  reply	other threads:[~2006-04-19 14:55 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-19 12:44 searching exported symbols from modules Antti Halonen
2006-04-19 12:59 ` linux-os (Dick Johnson)
2006-04-19 14:55   ` Jim Cromie [this message]
2006-04-19 14:22 ` Arjan van de Ven
  -- strict thread matches above, loose matches on Subject: below --
2006-04-19 13:08 Antti Halonen
2006-04-19 14:55 ` linux-os (Dick Johnson)
2006-04-19 15:53 ` Robin Holt
2006-04-21  7:33 ` Keith Owens
2006-04-21 14:03   ` Vernon Mauery
2006-04-19 14:54 Antti Halonen
2006-04-19 15:17 ` Arjan van de Ven
2006-04-19 15:34 Antti Halonen
2006-04-19 15:43 ` Arjan van de Ven
2006-04-19 15:59 Antti Halonen
2006-04-19 16:02 ` Arjan van de Ven
2006-04-20  5:50 Antti Halonen
2006-04-20  5:59 ` James Morris
2006-04-20  6:12 Antti Halonen
2006-04-20  7:00 ` Kyle Moffett
2006-04-20  7:15 Antti Halonen
2006-04-20  8:01 ` Kyle Moffett
2006-04-20 17:00 ` Adrian Bunk

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=44464F73.5050902@gmail.com \
    --to=jim.cromie@gmail.com \
    --cc=antti.halonen@secgo.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-os@analogic.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.