I've recently got a Pi3B+ for a project I'm doing and due to the location requirements, I've had to have it on WiFi and not Ethernet.
I've been having issues with the Pi dissappearing off the network within a few hours of booting. The Pi is always active still, but the WiFi link dies until the Pi is rebooted. It appears there is a firmware trap issue in the log files, but despite initially using raspbian-2019-04-09 to start with and then raspbian-2019-06-24 and raspbian-2019-07-12 since, I've still not been able to get a prolonged connection.
In dmesg I see intermittant messages of:
Code: Select all
brcmfmac: brcmf_run_escan: error (-52)
brcmfmac: brcmf_cfg80211_scan: scan error (-52)
Code: Select all
Aug 24 00:56:34 pisprog kernel: [20416.226897] brcmfmac: brcmf_sdio_hostmail: mailbox indicates firmware halted
Aug 24 00:56:37 pisprog kernel: [20418.645850] brcmfmac: brcmf_sdio_bus_rxctl: resumed on timeout
Aug 24 00:56:37 pisprog kernel: [20418.646268] brcmfmac: brcmf_sdio_checkdied: firmware trap in dongle
Aug 24 00:56:37 pisprog kernel: [20418.646286] brcmfmac: brcmf_run_escan: error (-110)
Aug 24 00:56:37 pisprog kernel: [20418.646296] brcmfmac: brcmf_cfg80211_scan: scan error (-110)
Aug 24 00:57:37 pisprog kernel: [20478.645431] brcmfmac: brcmf_sdio_bus_rxctl: resumed on timeout
Aug 24 00:57:37 pisprog kernel: [20478.645870] brcmfmac: brcmf_sdio_checkdied: firmware trap in dongle
Aug 24 00:57:37 pisprog kernel: [20478.645890] brcmfmac: brcmf_run_escan: error (-110)
Code: Select all
pi@pisprog:~ $ iwconfig
eth0 no wireless extensions.
lo no wireless extensions.
wlan0 IEEE 802.11 ESSID:"AdsNet"
Mode:Managed Frequency:2.412 GHz Access Point: 0C:80:63:F7:07:78
Bit Rate=72 Mb/s Tx-Power=31 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:on
Link Quality=51/70 Signal level=-60 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:27 Invalid misc:0 Missed beacon:0
I'm at a loss of what to try next - can any of you kind people offer any advice/anything else I can try?