linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* When I plug my pendrive, script runs twice
@ 2005-09-20  1:52 Toni Mirabete i Terés
  2005-09-20  9:26 ` Greg KH
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Toni Mirabete i Terés @ 2005-09-20  1:52 UTC (permalink / raw)
  To: linux-hotplug

When I start udevmonitor, I see UEVENT and UDEV with the same device inserted. 
How I can ignore UEVENT? 
My desktop is updated twice, is not a great problem, but I don't like this.

Another problem is when I remove my scanner, the same rule doesn't work with 
my scanner, and runs good with pendrives. There is no problem adding my 
scanner, only when is removed.

And finally when I insert my pendrive it takes four seconds to activate it. 
It's normal or perhaps is about USB bus.



I use kernel 2.6.13 and udev 070. I send my file (catix.rules):




Thanks  

I think that udev is good and will be great with more documentation and 
examples.






#catix.rules

# Regles per poder tenir dispositius usb situats a l'escriptori automaticament 
a la CATix 

# Pendrive o memoria usb
ACTION="add" , KERNEL="[us][bd][a-z]*", RUN+="/etc/udev/scripts/catixusb.sh %k 
add"
ACTION="remove" , KERNEL="[us][bd][a-z]*", RUN+="/etc/udev/scripts/catixusb.sh 
%k remove"

# Escannner
ACTION="add" , SYSFS{product}="*[Ss][Cc][Aa][Nn]*" , 
ENV{MY_REMOVE}="/etc/udev/scripts/catixescanner.sh remove" ,  
RUN+="/etc/udev/scripts/catixescanner.sh add"
ACTION="remove" ,  ENV{MY_REMOVE}!="", RUN+="$env{MY_REMOVE}"


# Aixo tambe funciona i ho deixo per curios
# ACTION="add", KERNEL="[us][bd][a-z]*", 
ENV{MY_REMOVE}="/etc/udev/scripts/catixusb.sh %k remove", 
RUN+="/etc/udev/scripts/catixusb.sh %k add"
# ACTION="remove", ENV{MY_REMOVE}!="", RUN+="$env{MY_REMOVE}"


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-09-21  0:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-20  1:52 When I plug my pendrive, script runs twice Toni Mirabete i Terés
2005-09-20  9:26 ` Greg KH
2005-09-20 12:55 ` Greg KH
2005-09-21  0:56 ` Toni Mirabete i Terés

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).