On Oct 6, 2010, at 2:30 PM, Adil Mujeeb wrote: [cut] > [a...@tom kernel]$ > > Module loading is successful but unloading fails. > > [r...@tom linux-2.6.30]# /sbin/lsmod | grep rkfs > rkfs_mod 1452 0 [permanent] > [r...@tom linux-2.6.30]# /sbin/rmmod rkfs_mod > ERROR: Removing 'rkfs_mod': Device or resource busy > [r...@tom linux-2.6.30]# > [r...@tom linux-2.6.30]# /sbin/rmmod -f rkfs_mod > ERROR: Removing 'rkfs_mod': Device or resource busy > [r...@tom linux-2.6.30]# > I checked config and found “CONFIG_MODULE_UNLOAD=y” > > What are the possible causes for this error? > Any help?
Where module_init() and module_exit() are? -- Carlo -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to [email protected] Please read the FAQ at http://kernelnewbies.org/FAQ
