On Wed, 2006-08-23 at 12:07 -0700, Greg KH wrote: > > No, it should be fine. Have you run 'udevmonitor' to see if udev > catches this event? Perhaps that is why your program isn't seeing it. Thanks. That's exactly my problem. I should have thought of that. Is there a way to have udev ignore certain uevents? I'd like to have the kernel trigger some custom kobject_actions that are only handled by my userspace application. I suppose I could also have udev run an external program that tells my app when udev sees certain kobject_actions. I'm guessing that's the preferred solution? Thanks again, Arun -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/