From mboxrd@z Thu Jan 1 00:00:00 1970 From: Toni Mirabete i =?iso-8859-1?q?Ter=E9s?= Date: Tue, 20 Sep 2005 01:52:56 +0000 Subject: When I plug my pendrive, script runs twice Message-Id: <200509200352.56616.amirabet@xtec.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org 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