[Kernel/Drive] 执行 insmod fuse 失败
Tofloor
poster avatar
hsw
deepin
2021-03-25 17:54
Author

➜  osxcross git:(master) ✗ sh tools/gen_sdk_package_darling_dmg.sh Xcode_7.3.1.dmg

Required kernel module 'fuse' not loaded

Please run 'insmod fuse' as root

➜  osxcross git:(master) ✗ sudo insmod fuse                                       

insmod: ERROR: could not load module fuse: No such file or directory

 

这是生成一个 MacOSX10.11.sdk.tar.xz 的步骤之一, 一直不成功, 求解决方案

系统版本是 社区版(1030),  目前是最新的

 

 

 

 

Reply Favorite View the author
All Replies
wtz
deepin
2021-03-25 20:56
#1

现在的内核好像已经集成fuse模块了,没有单独的fuse.ko文件了。

可以试试4.16系列的内核。

Reply View the author
hsw
deepin
2021-03-26 17:43
#2

Reply View the author
hsw
deepin
2021-03-26 17:43
#3
wtz

现在的内核好像已经集成fuse模块了,没有单独的fuse.ko文件了。

可以试试4.16系列的内核。

现在是这个内核是这个版本

Reply View the author
wtz
deepin
2021-03-26 22:21
#4
hsw

现在是这个内核是这个版本

我的也是这个版本,没有fuse.ko。

Reply View the author
hsw
deepin
2021-03-31 17:24
#5
wtz

我的也是这个版本,没有fuse.ko。

哦, 那我有个shell脚本执行需要这个要不会报错误, 怎么解决啊, 有什么替代方案吗?

Reply View the author
wtz
deepin
2021-04-01 01:53
#6
hsw

哦, 那我有个shell脚本执行需要这个要不会报错误, 怎么解决啊, 有什么替代方案吗?

安装4.x系列的内核,然后切换到4.x下面运行。

sudo apt install linux-image-4.16.0-2-amd64

 

Reply View the author
hsw
deepin
2021-04-03 00:54
#7
wtz

安装4.x系列的内核,然后切换到4.x下面运行。

sudo apt install linux-image-4.16.0-2-amd64

 

好的, 我试试

Reply View the author