On Mon, 3 Mar 2003, Manoj wrote:
> Load the driver using "insmod test.o OFFSET=0xFDFF000"
> The driver is loaded successfully but it gives the following warning
>
> # /sbin/insmod test.o OFFSET=0xFDFF000 MAJOR=201
> Warning: loading test.o will taint the kernel: no license
>
> # /sbin/lsmod
> Module                  Size  Used by    Tainted: P
> test                     10252   0  (unused)
> autofs                 12164   0  (autoclean) (unused)
> eepro100               20336   1
> ide-cd                 30272   0  (autoclean)
> cdrom                  32192   0  (autoclean) [ide-cd]
> usb-uhci               24484   0  (unused)
> usbcore                73152   1  [usb-uhci]
> ext3                   67136   2
> jbd                    49400   2  [ext3]
>
> What is the cause of the warning?

Your driver is not GPL'd.



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to