modload problem
HI,i have compiled my kernel module in Solaris10 Successfully, the module finally made is: bcmod, but when i do:modload /kernel/strmod/bcmodit gives error:can't load module: No such file or directory.what could be possible reasons ?
[275 byte] By [
ankurcse] at [2007-11-26 8:27:45]

# 1
Hi,Have you placed the module in the standard module path ?If so then you could try modload -p bcmod and see if that is going to work for you.Regards,Nico
NicoB at 2007-7-6 21:43:58 >
