[Experience sharing] uos基础 modprobe.d 查看模块加载行为的配置文件
Tofloor
poster avatar
行初心
deepin
2025-12-12 22:21
Author

统信桌面操作系统专业版V20(1070)
Linux uos 5.10.97-arm64-desktop

uos基础 modprobe.d 查看模块加载行为的配置文件

root@uos:/etc/modprobe.d# ls
8821ce.conf  blacklists-nouveau.conf  blacklist-udl.conf  dkms.conf  iwlwifi.conf
root@uos:/etc/modprobe.d# cat 8821ce.conf ;echo
options 8821ce rtw_tx_pwr_lmt_enable=0

root@uos:/etc/modprobe.d# cat blacklists-nouveau.conf ;echo
blacklist nouveau
blacklist nvidiafb
root@uos:/etc/modprobe.d# cat blacklist-udl.conf ;echo
blacklist udl
root@uos:/etc/modprobe.d# cat dkms.conf ;echo
# modprobe information used for DKMS modules
#
# This is a stub file, should be edited when needed,
# used by default by DKMS.

root@uos:/etc/modprobe.d# cat iwlwifi.conf ;echo
options iwlwifi bt_coex_active=0 power_save=0 swcrypto=0
Reply Favorite View the author
All Replies
hkent
deepin
2025-12-13 09:52
#1

不忘初心,科普频道开张拉,欢迎订阅。applaud

Reply View the author