Raspian Stretch - Jessie

Hi Geffers

actually it is at : brcmfmac: brcmf_sdio_hostmail: Unknown mailbox data content: 0x40012
that things start going wrong. This seems to be a kernel error/problem with being bombarded by MDNS packets.
TLDR : the ‘fix’ according to the link below is to turn off power management and put the device into promiscuous mode:

sudo iw wlan0 set power_save off
sudo ifconfig wlan0 promisc

here the long read :wink:

hopefully this helps
charlie

2 Likes