Messages in this thread |  | | Date | Wed, 08 Nov 2000 14:09:54 +0100 | From | Klaus Naumann <> | Subject | Re: Userland -> Kernel communication |
| |
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:kernel@mgnet.de) 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 majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |