D
Deleted member 65953
Guest
My desktop computer has an "Intel Wi-Fi 6 AX201 Wi-Fi and Bluetooth M.2 combo card", which I have no use for (I have a wired connection). I would like to completely disable the Wi-Fi and Bluetooth card. How do I configure that in FreeBSD 13.2? Would I be able to reduce energy consumption disabling the Wi-Fi and Bluetooth card?
I notice that
Code:
# kldstat
Id Refs Address Size Name
1 52 0xffffffff80200000 1f3e2d0 kernel
2 1 0xffffffff82140000 1b128 geom_eli.ko
3 1 0xffffffff8215c000 20c48 geom_mirror.ko
4 1 0xffffffff8217d000 59dfa8 zfs.ko
5 1 0xffffffff8271b000 a4a0 cryptodev.ko
6 1 0xffffffff832f9000 3378 acpi_wmi.ko
7 1 0xffffffff832fd000 3250 ichsmb.ko
8 1 0xffffffff83301000 2180 smbus.ko
9 1 0xffffffff83304000 880c8 if_iwlwifi.ko
10 1 0xffffffff8338d000 2110 pchtherm.ko
11 1 0xffffffff83390000 4d00 ng_ubt.ko
12 3 0xffffffff83395000 aac8 netgraph.ko
13 2 0xffffffff833a0000 a238 ng_hci.ko
14 2 0xffffffff833ab000 25a8 ng_bluetooth.ko
15 1 0xffffffff833ae000 27190 ipfw.ko
16 1 0xffffffff833d6000 2a08 mac_ntpd.ko
17 1 0xffffffff833d9000 23c0 ulpt.ko
I notice that
if_iwlwifi.ko
and ng_bluetooth.ko
are somehow automatically loaded at boot. How should I disable them?