englischdude
Posts: 21
Joined: Sat Mar 21, 2015 8:00 am
Location: Austria

Disable Pi4 functions for Pihole dns

Fri Jan 10, 2020 11:00 pm

Hi all.

As my kids are becoming more active in the www i have setup a pi4 with the latest buster lite running pihole to block various sites. Works like a charm. The pi4 is connected via ethernet and pihole has activated dhcp.
I only communicate with the pi via ssh.

Question: can i disable components (ie BT Wifi) in order to reduce load and temperature? I dont need fancy graphics, hdmi, wifi ,bluetooth or even usb! In its case with passive cooling it runs at about 58 degrees. I would like to reduce this if possible without using a fan.

Thanks for your feedback and suggestions.

User avatar
neilgl
Posts: 2183
Joined: Sun Jan 26, 2014 8:36 pm
Location: Near Aston Martin factory

Re: Disable Pi4 functions for Pihole dns

Fri Jan 10, 2020 11:11 pm

As it is Buster lite, you won’t have any fancy graphics etc. Maybe get a flirc case or similar (no fan)

trejan
Posts: 2118
Joined: Tue Jul 02, 2019 2:28 pm

Re: Disable Pi4 functions for Pihole dns

Fri Jan 10, 2020 11:33 pm

englischdude wrote:
Fri Jan 10, 2020 11:00 pm
Question: can i disable components (ie BT Wifi) in order to reduce load and temperature?
Add the following to config.txt

Code: Select all

dtoverlay=pi-disable-wifi
dtoverlay=pi-disable-bt
englischdude wrote:
Fri Jan 10, 2020 11:00 pm
In its case with passive cooling it runs at about 58 degrees. I would like to reduce this if possible without using a fan.
Make sure it is up to date as the latest firmware drops temperatures by a noticeable amount.

If you still want to reduce temperature then get a Flirc case or a "Armor Case". Make sure both of them say that they're compatible with the Pi 4 as there are older versions of both cases that aren't compatible due to the USB <-> Ethernet port swap.

englischdude
Posts: 21
Joined: Sat Mar 21, 2015 8:00 am
Location: Austria

Re: Disable Pi4 functions for Pihole dns

Tue Jan 14, 2020 6:00 pm

many thanks for the responses.

Return to “Beginners”