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

27 阅读1分钟

统信桌面操作系统专业版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