hyw520110
deepin
2021-12-22 04:27 sudo modprobe ashmem_linux
modprobe: FATAL: Module ashmem_linux not found in directory /lib/modules/5.15.6-amd64-desktop
Reply Like 0 View the author
sudo modprobe ashmem_linux
modprobe: FATAL: Module ashmem_linux not found in directory /lib/modules/5.15.6-amd64-desktop
ls -1 /dev/{ashmem,binder}
/dev/ashmem
/dev/binder
找到解决方法了吗
编辑 /etc/modules-load.d/anbox.conf
注释掉 ashmem_linux 和 binder_linux,即改为
#ashmem_linux
#binder_linux
根本原因是uengine依赖anbox,anbox需要ashmem_linux和binder_linux内核模块,而deepin没有
Popular Ranking
ChangePopular Events
More
启动日志:failed start Load Kernel Modules.
See 'systemctl status systemd-modules-load.service' for details.
systemd-modules-load.service - Load Kernel Modules
Loaded: loaded (/lib/systemd/system/systemd-modules-load.service; static; vendor preset: enabled)
Active: failed (Result: exit-code) since Sat 2021-12-11 19:34:46 CST; 2min 57s ago
Docs: man:systemd-modules-load.service(8)
man:modules-load.d(5)
Process: 557 ExecStart=/lib/systemd/systemd-modules-load (code=exited, status=1/FAILURE)
Main PID: 557 (code=exited, status=1/FAILURE)
12月 11 19:34:46 sky-PC systemd[1]: Starting Load Kernel Modules...
12月 11 19:34:46 sky-PC systemd-modules-load[557]: Failed to find module 'ashmem_linux'
12月 11 19:34:46 sky-PC systemd-modules-load[557]: Failed to find module 'binder_linux'
12月 11 19:34:46 sky-PC systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/F
12月 11 19:34:46 sky-PC systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'.
12月 11 19:34:46 sky-PC systemd[1]: Failed to start Load Kernel Modules.