You are not logged in.

#1 2011-05-23 09:52:14

lovebaobao
Member
Registered: 2011-05-17
Posts: 10

there is something wrong after modprob xx.so

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

#2 2011-05-23 10:43:02

eldragon
Member
From: Buenos Aires
Registered: 2008-11-18
Posts: 1,029

Re: there is something wrong after modprob xx.so

.so or .ko?

.so are shared objects, the equivalent of a dll in windows.

Offline

Board footer

Powered by FluxBB