[eric@localhost parprt]$ ls -la /lib/modules/`uname -r`/build
lrwxrwxrwx. 1 root root 23 Dec 23 17:06 /lib/modules/3.12.6/build -> /home/eric/build/kernel
[eric@localhost parprt]$ pwd
/home/eric/drivers/parprt
[eric@localhost parprt]$ ls -la /lib/modules/`uname -r`/build
lrwxrwxrwx. 1 root root 23 Dec 23 17:06 /lib/modules/3.12.6/build -> /home/eric/build/kernel
[eric@localhost parprt]$ ls -la *.ko
-rw-rw-r--. 1 eric eric 86187 Dec 27 15:18 foobar.ko
[eric@localhost parprt]$ su
Password:****
[root@localhost parprt]# /sbin/insmod ./foobar.ko
insmod: ERROR: could not insert module ./foobar.ko: File exists
[root@localhost parprt]# rmmod foobar
rmmod: ERROR: Module foobar is not currently loaded
[root@localhost parprt]# rmmod foobar.ko
rmmod: ERROR: Module foobar is not currently loaded
[root@localhost parprt]# modinfo foobar
modinfo: ERROR: Module foobar not found.