lk/distros/void/aeroplanes.md
2025-02-12 15:01:15 +01:00

403 B

title tags
Aeroplane Mode in Void
Void

Put your device in 'aeroplane' mode (e.g. where no trace of signal leaves it) by turning off Wi-Fi and blue-tooth.

su root
sv stop wpa_supplicant bluetoothd

Find your device's name with ip a. If unsure, try this:

name=$(ip a | grep -Eo 'wlp\w{3}')
echo $name

Then set that device down:

ip link set $name down