成长值: 339 签到天数: 4738 天 [LV.Master]伴坛终老
|
发表于 2022/1/5 02:53
|
显示全部楼层
|阅读模式
|Google Chrome 96.0.4664.110 |Windows 10
linux centos 内核驱动模块文件如何lsmod查看,加载.ko方法
输出当前驱动模块内容
查找驱动文件路径
加载.ko驱动文件
卸载模块
modinfo 查看模块ko详情
[root@localhost ~]# modinfo ext4
filename: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/fs/ext4/ext4.ko
license: GPL
description: Fourth Extended Filesystem
author: Remy Card, Stephen Tweedie, Andrew Morton, Andreas Dilger, Theodore Ts'o and others
retpoline: Y
srcversion: 8F05F07CFCA75F17FB3D211
depends: mbcache,jbd2
vermagic: 2.6.32-754.35.1.el6.x86_64 SMP mod_unload modversions
[root@localhost ~]#
|
|