On Mon, May 11, 2009 at 02:28:32PM -0700, Andy Chen wrote: > > Hi There, > > I need someone kind help on config udev module for auto pop up > dialogue window when device plugged via the rule define. Here is > simple rules I defined but not working. Can someone point out what > should be for the proper setting: > > ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="04b4", ATTR{idProduct}=="1004", RUN+="Xdialog --title "INFO BOX"& " This will not work as you do not have a x session from this context. Try writing a program that either ties into libudev to catch these kinds of events, or uses dbus to watch for HAL events. Then you can create your own dialog box when specific devices show up as you wish. Hope this helps, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html