Raspberry Pi wifi issue
by timl from LinuxQuestions.org on (#5T0MF)
Hi,
I have noticed this message on a Raspberry Pi 4 (Raspios buster and I use the inbuilt wifi) continually appearing in my system log:
Quote:
I would say this appears about 5-6 times a second. Any suggestions on how to get rid of it?
For reference I have set a static IP address via dhcpcd.conf
Quote:
I am experiencing wifi issues at the moment but I don't think this message is the cause. It would be good to remove it though
TIA
I have noticed this message on a Raspberry Pi 4 (Raspios buster and I use the inbuilt wifi) continually appearing in my system log:
Quote:
dhcpcd[420]: wlan0: received approval for 192.168.1.97 |
For reference I have set a static IP address via dhcpcd.conf
Quote:
interface wlan0 inform 192.168.1.97/24 static routers=192.168.1.1 static domain_name_servers=192.168.1.1 static domain_search=192.168.1.1 |
TIA