Catalin BOIE wrote:
> 
> Hello!
> 
> I wish to give me some pointers to how to communicate with a kernel module
> from userland.

You can use the /proc interface or a device file
(in /dev) depending on what type of comunication you need. 
These are the most common ways, not sure if there are more.

> May I use sockets?

I don't think so.

        HTH, Klaus

-- 
Klaus Naumann (mailto:[EMAIL PROTECTED])
http://www.mgnet.de/
Phone: ++49/8761727852
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to