Hi,
Iam new to the driver development in linux. any one can provide me information about
how to load device driver for my target custom usb board.
Is insmod with output file is enough?
When I write a sample program given in some page
#define MODULE
#include <linux/module.h>
int init_module (void) /* Loads a module in the kernel */
{
printk("Hello kernel n");
return 0;
}
it is giving fallowing errors�
[EMAIL PROTECTED] root]# insmod hello.o
Warning: loading hello.o will taint the kernel: no license
See http://www.tux.org/lkml/#export-tainted for information about tainted modules
Module hello loaded, with warnings
Pl give info about this.
Regards,
Rajesh.K
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users