But when i try to get modinfo, its fail to find the module:-
localhost:/home/adil/module/sample # insmod hello-1.ko localhost:/home/adil/module/sample # modinfo hello-1 modinfo: could not find module hello-1 localhost:/home/adil/module/sample # lsmod | grep hello hello_1 1280 0 localhost:/home/adil/module/sample # rmmod hello_1 localhost:/home/adil/module/sample # lsmod | grep hello localhost:/home/adil/module/sample #
Am i missing anything?
-- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ