User avatar
jbeale
Posts: 3649
Joined: Tue Nov 22, 2011 11:51 pm
Contact: Website

Pi4, Ubuntu 19.10 "brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110"

Wed Dec 25, 2019 7:23 pm

I have a Pi4. I use wired ethernet which works OK and I don't care about or use wifi.
BUT just in case of interest, looks like Ubuntu 19.10 on Pi4 has something wrong with the wifi config, because 'dmesg' gives an unending stream of errors that looks like the below. I wouldn't mind figuring out how to turn off this unending spam to the log file.

Code: Select all

[135846.664862] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[135849.305651] ieee80211 phy0: brcmf_run_escan: error (-110)
[135849.311272] ieee80211 phy0: brcmf_cfg80211_scan: scan error (-110)
[135909.684281] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[135912.282512] ieee80211 phy0: brcmf_run_escan: error (-110)
[135912.288122] ieee80211 phy0: brcmf_cfg80211_scan: scan error (-110)
[135972.720746] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[135975.259343] ieee80211 phy0: brcmf_run_escan: error (-110)
[135975.264951] ieee80211 phy0: brcmf_cfg80211_scan: scan error (-110)
[136035.680069] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[136038.236224] ieee80211 phy0: brcmf_run_escan: error (-110)
[136038.241831] ieee80211 phy0: brcmf_cfg80211_scan: scan error (-110)
... and so on.

Code: Select all

pi@ubuntu:~$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 19.10
Release:	19.10
Codename:	eoan
EDIT: it looks like sudo nmcli radio wifi off did the trick, as per https://askubuntu.com/questions/597116/ ... mmand-line

User avatar
jbeale
Posts: 3649
Joined: Tue Nov 22, 2011 11:51 pm
Contact: Website

Re: Pi4, Ubuntu 19.10 "brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110"

Mon Dec 30, 2019 5:03 am

Looks like this was addressed a month ago, I guess the Ubuntu dist. just hasn't picked it up yet(?)

https://github.com/raspberrypi/firmware/issues/1289

Return to “Ubuntu”