Skip to content

Commit

Permalink
hw-mgmt: kernel modules: Blacklist WIFI core driver
Browse files Browse the repository at this point in the history
Prevents systemd-networkd from loading WIFI core driver
and causing a bunch of errors showing up in the logs.

Signed-off-by: Felix Radensky <fradensky@nvidia.com>
  • Loading branch information
felixradensky committed Jul 2, 2024
1 parent d511c94 commit 99df805
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions usr/etc/modprobe.d/hw-management-arm64.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ blacklist nvidia_drm
blacklist pcspkr
blacklist i2c_piix4
blacklist mlxbf_tmfifo
blacklist cfg80211
1 change: 1 addition & 0 deletions usr/etc/modprobe.d/hw-management.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ blacklist nvidia_drm
blacklist pcspkr
blacklist i2c_piix4
blacklist i2c_asf
blacklist cfg80211

0 comments on commit 99df805

Please sign in to comment.