Suneel Kandru wrote:
Is it posible to call install script programatically?
I have C program running in application space, and I have script to install the kernel module. Is it posible to call that install script programatically?
Thanks Suneel
-- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/
how does this Q differ from your previous ? to which you got answers. insmod. as in:
system("insmod foo");
I think you dont want to be installing brand new modules in an unsupervised manner.
theyre (ekrnel modules) are owned by root for a reason.
-- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/