From: Antonio Ospite Date: Fri, 17 Dec 2010 10:18:44 +0000 (+0100) Subject: Rebuild the module before loading it. X-Git-Url: https://git.ao2.it/gspca_kinect.git/commitdiff_plain/0d0d34cd0ee0b24cc74c6e8f133f7d782a21d25d Rebuild the module before loading it. Signed-off-by: Antonio Ospite --- diff --git a/Makefile b/Makefile index fc47380..9629b26 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ clean: unload: -sudo rmmod kinect -sudo rmmod gspca_main -load: +load: all sudo modprobe gspca_main sudo insmod ./kinect.ko