[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]
Re: insmod etc.
It seems you need another driver to be compiled and insmoded before you do
insmod for ur card.
I had a similar prob with a tulip card
In that case , it was resolved by :
First do insmod pci-scan
then do
insmod <your module.o>
and if u use modprobe etc., be sure to put your modules into the appropriate
directory(the default modules search directory)
(i think /lib/modules/<kernel_version_no. if i remember correctly. Pls
verify urself)
Regards,
Rahul