plustek@linuxhacker.org
plustek@linuxhacker.org
here is what I got when I typed make load as normal user
[kcstech@KCSTECH plustek_driver]$ make load
/sbin/modprobe pt_drv || exit 1
sh: modprobe: command not found
modprobe: pre-install pt_drv failed
sh: modprobe: command not found
modprobe: pre-install pt_drv failed
modprobe: insmod pt_drv failed
make: *** [load] Error 1
[kcstech@KCSTECH plustek_driver]$
plustek@linuxhacker.org