偶然发现系统里没有kmod
安装后无法显示系统模块
root@hi3798mv300:~# sudo lsmod
sudo: lsmod: command not found
root@hi3798mv300:~# apt-get install kmod
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
kmod
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 85.1 kB of archives.
After this operation, 195 kB of additional disk space will be used.
Get:1 http://mirrors.aliyun.com/ubuntu-ports focal/main armhf kmod armhf 27-1ubuntu2 [85.1 kB]
Fetched 85.1 kB in 1s (135 kB/s)
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package kmod.
(Reading database ... 29416 files and directories currently installed.)
Preparing to unpack .../kmod_27-1ubuntu2_armhf.deb ...
Unpacking kmod (27-1ubuntu2) ...
Setting up kmod (27-1ubuntu2) ...
Processing triggers for systemd (245.4-4ubuntu3.17) ...
root@hi3798mv300:~# lsmod
Module Size Used by
lsmod 显示都是空的。有人知道什么情况吗?