redroid-doc icon indicating copy to clipboard operation
redroid-doc copied to clipboard

在debian11 上运行sudo apt install linux-modules-extra-`uname -r`时报错找不到模块,该如何安装呢?

Open 521smilestar opened this issue 10 months ago • 5 comments

在执行sudo apt install linux-modules-extra-uname -r时报错信息如下

Building dependency tree... Done Reading state information... Done E: Unable to locate package linux-modules-extra-5.10.160 E: Couldn't find any package by glob 'linux-modules-extra-5.10.160'

利用lsmod显示模块时无显示输出如下:

Module Size Used by

执行sudo modprobe binder_linux devices="binder,hwbinder,vndbinder"指令时结果如下

modprobe: FATAL: Module binder_linux not found in directory /lib/modules/5.10.160

在进入/lib/modules/中查看时,没有5.10.160文件夹只存在如下

5.10.0-28-arm64 5.4.0-152-generic

请问我这是什么原因呢?该如何解决呢?怎样下载内核模块呢?因为后续可以拉取redroid镜像但是无法adb链接 总是device offline。希望能得到解答,十分感谢!

521smilestar avatar Apr 17 '24 05:04 521smilestar