On Oct 6, 2010, at 2:30 PM, Adil Mujeeb wrote: [cut] > [adil@tom kernel]$ > > Module loading is successful but unloading fails. > > [root@tom linux-2.6.30]# /sbin/lsmod | grep rkfs > rkfs_mod 1452 0 [permanent] > [root@tom linux-2.6.30]# /sbin/rmmod rkfs_mod > ERROR: Removing 'rkfs_mod': Device or resource busy > [root@tom linux-2.6.30]# > [root@tom linux-2.6.30]# /sbin/rmmod -f rkfs_mod > ERROR: Removing 'rkfs_mod': Device or resource busy > [root@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 ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ