On Thu, Jan 03, 2002 at 02:58:01PM -0500, Israel Fernandez Cabrera wrote: > Hi, I'm new in the kernel programming word, so I'm having a lot of > difficults, the first one is this: > I need to use IPC V messages in a kernel module to communicate this one with > a daemon, but I'm almost sure that my module is not sending the messages ok, > because when I use a 'ipcs -q' command I don't see any message waiting. Communication with a userland daemon is much easier by using a normal device node. Just download "linux device drivers, 2nd edition" for examples. Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Faculty of Information Technology and Systems, Delft University of Technology, PO BOX 5031, 2600 GA Delft, The Netherlands Phone: +31-15-2783635 Fax: +31-15-2781843 Email: J.A.K.Mouw@its.tudelft.nl WWW: http://www-ict.its.tudelft.nl/~erik/ -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ IRC Channel: irc.openprojects.net / #kernelnewbies Web Page: http://www.kernelnewbies.org/