[root@FriendlyARM /]# lsmod
htt 529 0 - Live 0xbf006000
hello 529 0 - Live 0xbf000000
[root@FriendlyARM /]# lsmod
htt 529 0 - Live 0xbf006000
hello 529 0 - Live 0xbf000000
[root@FriendlyARM /]# rmmod htt
rmmod: chdir(2.6.32.2): No such file or directory
[root@FriendlyARM /]# rmmod hello
rmmod: chdir(2.6.32.2): No such file or directory
[root@FriendlyARM /]# rmmod hello.ko
rmmod: chdir(2.6.32.2): No such file or directory
[root@FriendlyARM /]# rmmod htt.ko
rmmod: chdir(2.6.32.2): No such file or directory
[root@FriendlyARM /]# ls /lib/modules/
2.6.32.2-FriendlyARM
求教解决方法
说明:我用的是uboot,自己移植的内核,然后nfs挂的友善的文件系统