So I’ve been fighting with the WIFI bug for the past couple of days on a dragonboard running :
https://bugs.96boards.org/show_bug.cgi?id=272
And was tempted to attempt to patch the WIFI bug myself and quickly realized it would be an all day project. Thus I took the plunge on this dev release and found that the same “hal_remove_bsskey” error occurring on network restart.
I did not find anything out of the ordinary in dmesg / journalctl other than the hal_remove_bsskey warning. I did find ssh sessions dropping and general Internet connectivity to be latent. Ping times, even to the local router, were sporadic, with the device sitting next to it. However, it did not disconnect at all. After updates, several reboots + trying different hotspots, the results were the same.
My assumption is that bug (id 272) has not been patched. Or it has been patched and I’m fighting something else.
All of my troubleshooting (prior to reading about the bug) pointed me to ipv6 & ssh/ssl issues. Everything I tried resulted in failure and continued intermittent connectivity. When I attempted to ssh or scp in or out of the box, the connection would become latent.
I installed vino & dconf-editor, enabled the vnc server and started vino-server, while running a continuous ping to the router. When I started vino-server, some packet loss occurred.
Between reboots, disabling ipv6 (set to local link only), setting a static IP, resetting the wifi router, running nm-applet as root, I ended up getting a stable connection. Now I’m using vino successfully for a good 20 minutes. I see these new errors in dmesg, related to qualcomm codec (I assume this is because I ran nm-applet as root):
[ 20.026361] msm8x16-wcd-codec 200f000.spmi:pm8916@1:codec@f000: msm8x16_wcd_hw_params: dai_name = msm8x16_wcd_i2s_rx1 DAI-ID 0 rate 48000 num_ch 2 format 2
[ 20.027991] msm8x16-wcd-codec 200f000.spmi:pm8916@1:codec@f000: msm8x16_wcd_hw_params: dai_name = msm8x16_wcd_i2s_tx1 DAI-ID 1 rate 48000 num_ch 2 format 2
[ 20.117127] msm8x16-wcd-codec 200f000.spmi:pm8916@1:codec@f000: msm8x16_wcd_codec_enable_dec(): widget = DEC1 MUX dec_name = DEC1 decimator = 1
[ 20.117187] msm8x16-wcd-codec 200f000.spmi:pm8916@1:codec@f000: msm8x16_wcd_codec_enable_dec(): widget = DEC1 MUX dec_name = DEC1 decimator = 1
[ 20.161051] msm8x16-wcd-codec 200f000.spmi:pm8916@1:codec@f000: msm8x16_wcd_codec_enable_dec(): widget = DEC1 MUX dec_name = DEC1 decimator = 1
[ 20.185116] msm8x16-wcd-codec 200f000.spmi:pm8916@1:codec@f000: msm8x16_wcd_codec_enable_dec(): widget = DEC1 MUX dec_name = DEC1 decimator = 1
[ 20.216710] msm8x16-wcd-codec 200f000.spmi:pm8916@1:codec@f000: msm8x16_wcd_hw_params: dai_name = msm8x16_wcd_i2s_rx1 DAI-ID 0 rate 48000 num_ch 2 format 2
[ 20.289797] msm8x16-wcd-codec 200f000.spmi:pm8916@1:codec@f000: msm8x16_wcd_hw_params: dai_name = msm8x16_wcd_i2s_tx1 DAI-ID 1 rate 48000 num_ch 2 format 2
[ 20.369117] msm8x16-wcd-codec 200f000.spmi:pm8916@1:codec@f000: msm8x16_wcd_codec_enable_dec(): widget = DEC1 MUX dec_name = DEC1 decimator = 1
[ 20.369170] msm8x16-wcd-codec 200f000.spmi:pm8916@1:codec@f000: msm8x16_wcd_codec_enable_dec(): widget = DEC1 MUX dec_name = DEC1 decimator = 1
I updated; upgraded & for shits & giggles, installed kodi. While typing this the vnc session is lagging, but still connected.
Nothing new in dmesg.
I ran kodi and it was surprisingly peppy; far more responsive than I have seen it on any other install. After adding digitally imported to music, the vnc session froze, presumably because of intermittent network. I restarted the network and was able to connect again. After some time, digitally imported finally loaded and was able to play. However, I do not have any speakers on the HDMI monitor, so I added a bluetooth speaker. The vnc session reconnected sporadically but functioned, even with kodi running.
Another error in dmesg:
1075.866789] msm8x16-wcd-codec 200f000.spmi:pm8916@1:codec@f000: msm8x16_wcd_hw_params: dai_name = msm8x16_wcd_i2s_rx1 DAI-ID 0 rate 48000 num_ch 2 format 2
li
sh: 1: nmblookup: not found
sh: 1: nmblookup: not found
sh: 1: nmblookup: not found
finally nothing working right, so…
reboot
now having a hard time connecting to any wifi…
I did manage to connect a bluetooth speaker, but without Internet did not get any noise. Seems once the bluetooth is up, the wifi won’t authenticate.
Does this release include the wifi patch?