01-26-2023, 12:45 PM
Trying to disable onboard Bluetooth, HDMI and WiFi at boot by adding to /boot/config.txt This code worked in _Kali, but crashes Archlinux.
Could you please advice correct code to disable onboard Bluetooth, HDMI and WiFi at boot for Archlinux? Unfortunately very little info around regarding Archlinux compare to _Kali. Thank you.
Code:
dtoverlay=disable-wifi
dtoverlay=disable-bt
hdmi_blanking=1
Could you please advice correct code to disable onboard Bluetooth, HDMI and WiFi at boot for Archlinux? Unfortunately very little info around regarding Archlinux compare to _Kali. Thank you.