EDITS by other members:User
| | Idea / Comment
|
Cricktor
| | To switch off wireless internet, we fit edit di config.txt file, as follows:
sudo nano /boot/config.txt
Den add dis line fo di end:
dtoverlay=disable-wifi
|
Please, excuse that I don't speak your local language.
Can you add the detail that after making a change in the
/boot/config.txt you should reboot your Raspi to apply the change. I feel this is missing and maybe someone doesn't know this.
dtoverlay=disable-wifi | | disables wifi subsystem |
dtoverlay=disable-bt | | disables Bluetooth subsystem |
Use both
dtoverlay=... lines if you want to disable radio interfaces altogether.