> is there any other way to log something to a file while being in an interrupt? you can create a character device, and use it for logging. you can then have a user space daemon which reads the device, and writes the output to a file. ======================================================================== nir. -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/