Raspberry PI Fuse 执行格式错误

Raspberry PI Fuse 执行格式错误

在我的 RaspBerry(型号 B)上安装 raspbian 后,我无法使用保险丝。当我输入 时modprobe fuse,出现以下错误:

ERROR: could not insert 'fuse': Exec format error

输出uname -a

Linux raspberrypi 3.6.11-rpi-aufs #1 PREEMPT Sun May 26 18:32:32 CEST 2013 armv6l GNU/Linux

“modinfo 保险丝”的输出

filename:       /lib/modules/3.6.11-rpi-aufs/kernel/fs/fuse/fuse.ko
alias:          devname:fuse
alias:          char-major-10-229
alias:          fs-fuseblk
alias:          fs-fuse
license:        GPL
description:    Filesystem in Userspace
author:         Miklos Szeredi <[email protected]>
alias:          fs-fusectl
srcversion:     3E6EF89EEDFC3FFA016E7DA
depends:        
intree:         Y
vermagic:       3.18.11+ preempt mod_unload modversions ARMv6 
parm:           max_user_bgreq:Global limit for the maximum number of backgrounded requests an unprivileged user can set (uint)
parm:           max_user_congthresh:Global limit for the maximum congestion threshold an unprivileged user can set (uint)

dmsg 的输出:

[   17.419311] snd: disagrees about version of symbol module_layout
[   23.451219] EXT4-fs (sda1): mounting ext2 file system using the ext4 subsystem
[   23.524241] EXT4-fs (sda1): warning: mounting unchecked fs, running e2fsck is recommended
[   23.529655] EXT4-fs (sda1): mounted filesystem without journal. Opts: (null)
[   28.111719] smsc95xx 1-1.1:1.0: eth0: link up, 100Mbps, full-duplex, lpa 0x4DE1
[   30.229454] bcm2835-cpufreq: switching to governor ondemand
[   30.229488] bcm2835-cpufreq: switching to governor ondemand
[  389.540083] fuse: disagrees about version of symbol module_layout
[ 1160.682514] fuse: disagrees about version of symbol module_layout
[ 1386.760093] cuse: disagrees about version of symbol module_layout
[ 1438.489749] cuse: disagrees about version of symbol module_layout
[ 2960.516582] fuse: disagrees about version of symbol module_layout
[ 3281.683973] fuse: disagrees about version of symbol module_layout

输出:ls -l /lib/modules/*/modules.dep -rw-r--r-- 1 root root 109852 Jun 26 2014 /lib/modules/3.12.23-rpi-aufs/modules.dep -rw-r--r-- 1 root root 127504 Apr 27 14:40 /lib/modules/3.18.11+/modules.dep -rw-r--r-- 1 root root 128059 Apr 27 14:40 /lib/modules/3.18.11-v7+/modules.dep -rw-rw-r-- 1 root root 6689 Mär 10 2013 /lib/modules/3.4.24-a10-aufs+/modules.dep -rw-r--r-- 1 root root 97718 Mai 15 19:31 /lib/modules/3.6.11-rpi-aufs/modules.dep

相关内容