linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Reinhold May <Reinhold.May@gmx.de>
To: linux-hotplug@vger.kernel.org
Subject: usb.usermap script processing doesn't work for me
Date: Tue, 19 Nov 2002 11:54:09 +0000	[thread overview]
Message-ID: <marc-linux-hotplug-103770711412546@msgid-missing> (raw)

Hi,

I'm not sure if I've understood the hotplug scripts correctly and
as I'm fairly new to linux scripts please correct me if I'm
wrong.

When I tried to install the Alcatel Speedtouch modem kernel
drivers according to Johan Verrept's HowTo
(http://linux-usb.sourceforge.net/SpeedTouch/howto.html) I
couldn't get it to work.

The 'driver' is a simple script (loading a kernel module on its
own) in '/etc/hotplug/usb' along with an entry in
'/etc/hotplug/usb.usermap' comprising the name of the script and
vendor and product id.

As I understand the hotplug scripts they should eventually read
the entry in 'usb.usermap', compare the module name with the
available kernel module names and, even if no kernel module with
that name exists, look in the corresponding subdirectory for a
script with that module name to execute.

That didn't work for me and I tracked my problem down to an entry
in '/etc/hotplug/hotplug.functions' and changed it according to
this:

@@ -119,7 +119,7 @@
     fi
 
     # do it with just shell scripts
-    if [ "$LISTER" = "" ]; then
+    if [ "$DRIVERS" = "" ]; then
 	${TYPE}_map_modules < $FILENAME
     fi
 
As '$LISTER' is the command to check for corresponding kernel
modules and '${TYPE}_map_modules < $FILENAME' would save the
information from e. g. 'usb.usermap', it doesn't make any sense
to me.  Checking if '$DRIVERS' has already been set by '$LISTER'
commands above that position does make far more sense to me and
in my case it worked.

I hope you agree to me that this was not the intended behaviour
of the script and you agree it has to be changed.

Reinhold

-- 
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen!



-------------------------------------------------------
This sf.net email is sponsored by: To learn the basics of securing 
your web site with SSL, click here to get a FREE TRIAL of a Thawte 
Server Certificate: http://www.gothawte.com/rd524.html
_______________________________________________
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-11-19 11:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-19 11:54 Reinhold May [this message]
2002-11-21  4:32 ` usb.usermap script processing doesn't work for me David Brownell

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-103770711412546@msgid-missing \
    --to=reinhold.may@gmx.de \
    --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).