Next scheduled rescrape ... in 5 days
Version 1
Last scraped
Scraped on 04/05/2025, 19:38:20 UTC
EDITS by other members:
User
Idea / Comment
Cricktor
To switch off wireless internet, we fit edit di config.txt file, as follows:
Code:
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.
Original archived Re: Info-thread: Translation of Useful English topics to Pidgin {mix images}
Scraped on 04/05/2025, 19:33:07 UTC
EDITS by other members:
User
Idea / Comment
Cricktor
To switch off wireless internet, we fit edit di config.txt file, as follows:
Code:
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.