ghostbsd / networkmgr

NetworkMgr is a Python GTK3 network manager for FreeBSD, GhostBSD, TrueOS and DragonFlyBSD
BSD 3-Clause "New" or "Revised" License
94 stars 30 forks source link

[Bug]: iwlwifi is not reporting proper status #78

Open driesmp opened 2 years ago

driesmp commented 2 years ago

Which BSD system

FreeBSD

Describe the bug

When switching to the new iwlwifi driver on FreeBSD the tray icon does not show I am connected to the network, while I am. :)

30-Dec-2021_13-17-54

How to reproduce the bug?

Run FreeBSD CURRENT, with iwlwifi hooked to build, kld_list="if_iwlwifi" instead of if_iwm or similar.

Expected behavior

The tray icon shows blue, as I am connected to the network. 30-Dec-2021_13-17-29

ericbsd commented 2 years ago

Most likely iwlwifi is not reporting properly iwm is doing the same.

jjess commented 1 year ago

I did a pull request today that fixes this issue (if I'm right).