Q: using kmod to invoke a user application

Jim Chapman (jim.chapman@xstreamis.com)
Tue, 06 Apr 1999 14:12:28 +0100


This is a multi-part message in MIME format.
--------------3BDD992DDDA416B2B5CF90EE
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Can someone point me to v2.2 technical documentation on the new kmod
mechanism (replacing kerneld)? I've seen Documentation/kmod.txt and
kmod.c, but need more info.

Specifically, my modularized net driver would like to invoke an app in
user space when it is _opened_. The app does some private ioctl()'s to
the driver (to download the NIC's firmware). Is there a way to have a
modularized driver invoke a user-mode program? (I am trying to avoid
bloating my driver with the downloadable NIC firmware. I'd like to load
the firmware during the open() procedure and stall the open until the
download completes. There is no FLASH on the NIC so the NIC firmware
must be downloaded every time it is initialized.)

Thanks

-Jim
--------------3BDD992DDDA416B2B5CF90EE
Content-Type: text/x-vcard; charset=us-ascii;
name="jim.chapman.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Card for Jim Chapman
Content-Disposition: attachment;
filename="jim.chapman.vcf"

begin:vcard
n:Chapman;Jim
tel;fax:+44-1865-784004
tel;work:+44-1865-784569
x-mozilla-html:TRUE
url:http://www.xstreamis.com
org:Xstreamis plc;R&D
version:2.1
email;internet:jim.chapman@xstreamis.com
adr;quoted-printable:;;Magdalen Centre=0D=0AOxford Science Park=0D=0A;OXFORD;OXON;OX4 4GA;England
x-mozilla-cpt:;-1
fn:Jim Chapman
end:vcard

--------------3BDD992DDDA416B2B5CF90EE--

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/