linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kay Sievers <kay.sievers@vrfy.org>
To: linux-hotplug@vger.kernel.org
Subject: Re: Problems defining an udev rule for usb-daq board
Date: Fri, 18 Aug 2006 11:31:40 +0000	[thread overview]
Message-ID: <1155900700.3333.20.camel@pim.off.vrfy.org> (raw)
In-Reply-To: <7713092.1155898774121.JavaMail.root@ps14>

On Fri, 2006-08-18 at 12:59 +0200, a0123195@tiscali.de wrote:
> Hi all,
> I've got trouble configuring an usb-daq board with udev. I use a 
> recent self-compiled kernel (2.6.16-2-686) on Debian testing with 
> comedi-0.7.72 and an usb-daq board (usbdux). The daq-board runs 
> perfect, but I can't figure out how it can be automagically configured 
> by udev when hotplugged. After connecting the board,  one had to 
> execute the following command (as root): 
> 
> /usr/local/sbin/comedi_config -i /usr/local/share/usb/usbdux_firmware.
> hex /dev/comedi0 usbdux
> 
> I tried the following udev-rule without success:
> 
> KERNEL="usbdux", SUSBSYSTEM="module",  SYSFS{refcnt}="0", RUN+="
> /usr/local/bin/config_usbdux"

You plug into the module-load event. Are you sure that the module isn't
already loaded when you connect the device? And how will the module-load
event, that calls your script, find the the device?

Why don't you plug into the event for the device to upload the firmware?

Kay


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid\x120709&bid&3057&dat\x121642
_______________________________________________
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:[~2006-08-18 11:31 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-18 10:59 Problems defining an udev rule for usb-daq board a0123195
2006-08-18 11:31 ` Kay Sievers [this message]
2006-08-18 12:20 ` AW: " a0123195
2006-08-18 12:26 ` Kay Sievers
2006-08-19  2:59 ` Greg KH
2006-08-21 14:55 ` AW: " a0123195
2006-08-21 16:49 ` 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=1155900700.3333.20.camel@pim.off.vrfy.org \
    --to=kay.sievers@vrfy.org \
    --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).