The issue I am facing:
A couple of days ago, my wlan0 interface disappeared from my Raspberry Pi 3b+ after it had been in place working fine for months. RPi is on Bullseye, Pihole has been updated to the current release that came out this week. The result of this is that my guest wireless network, which uses Pihole via the RPi's wireless network (while my main LAN uses the "main" network interface via Ethernet), was seemed to be very slow or failing at resolving DNS.
After poking around the RPi with ifconfig, I discovered the wlan0
interface was gone. I brought it back by running
dtoverlay=pi3-enable-wifi
and rebooting
Details about my system:
My debug log is https://tricorder.pi-hole.net/Xfjv9Ypr/
I run unbound as a recursive resolver.
I did some reading of basic network interface setup to try and address the issue. Several things pointed to /etc/network/interfaces
, which in my case only points to the interfaces.d
directory; that directory is empty.
Obviously the setup for my network interfaces is in a different location, but I don't know where that is.
What I have changed since installing Pi-hole:
Many things, but everything was working as expected until this week. I'm not looking for anything but to understand what changed in my setup that could make the wlan0 interface go away.
Any pointers or lessons would be appreciated!