You are not logged in.
Dear all, I compile one raid card driver to kernel module . rr26xx.so
after the archlinux-lts boot the OS, I do the following operate .
cp rr26xx.so /lib/modules/'uname -r ' /kernel
depmod -a
modprobe rr26xx
lsmod |grep rr26xx it can show the rr26xx modules in the result.
after that , I can not use hwdetect command .
hwdetect --show-modules
hwdetect --load-moudles
no response , only if ctrl+ c
anybody know why .~? thanks in advance.
Offline
.so or .ko?
.so are shared objects, the equivalent of a dll in windows.
Offline