linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ian Walters <ianw@trolltech.com>
To: linux-hotplug@vger.kernel.org
Subject: config questions
Date: Mon, 26 Aug 2002 05:50:16 +0000	[thread overview]
Message-ID: <marc-linux-hotplug-103034135025502@msgid-missing> (raw)

Hi,

Sorry if this sounds like a newbie question, but the search on the archives 
kind of suck.

I just finished (successfully after much pain) get hotplug to initialize a 
device for me when it was plugged in.  But to do this I had to bypass all of 
the existing net.agent script.

I am guessing I didn't find the right documentation.  I will tell you what I 
did and hopefully someone can tell me what I should have done.

Have usbnet loaded as a module.

in /etc/hotplug/net.agent  before anything, do 


mesg Checking for subscript for $INTERFACE $ACTION
if [ -x "/etc/hotplug/interfaces/$INTERFACE" ] ; then
    mesg Calling subscript for $INTERFACE $ACTION
    /etc/hotplug/interfaces/$INTERFACE $ACTION
    exit 0
fi

and in /etc/hotplug/interfaces reacted to the arguments registered and 
derigistered to do what I needed for /dev/usb0

Ideally I would always like to say... for devX put file into interfaces/devX 
and in that file do X for plugged in and Y for unplugged.  Just like the 
init.d scripts.

Information on why my approach is wrong would help, the page 
http://linux-hotplug.sourceforge.net/
talked a lot about what hotplug without ever getting to the one question most 
people would have...
"I have new device X and I want Y to happen when I plug it in.  What do I do?"

Thanks for any information.  If it turns out this description isn't in 
existence yet (for users who just want an answer to the above question, not 
understand how hotplug works) then I might do one up.

Ian.


-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

             reply	other threads:[~2002-08-26  5:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-26  5:50 Ian Walters [this message]
2002-08-27 14:53 ` config questions David Brownell
2002-08-27 23:50 ` Ian Walters
2002-08-28  4:13 ` Ajay
2002-08-28  5:21 ` Greg KH

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=marc-linux-hotplug-103034135025502@msgid-missing \
    --to=ianw@trolltech.com \
    --cc=linux-hotplug@vger.kernel.org \
    /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).