![Raspberry PI 퓨즈 실행 형식 오류](https://linux55.com/image/65093/Raspberry%20PI%20%ED%93%A8%EC%A6%88%20%EC%8B%A4%ED%96%89%20%ED%98%95%EC%8B%9D%20%EC%98%A4%EB%A5%98.png)
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