We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FreeBSD
When switching to the new iwlwifi driver on FreeBSD the tray icon does not show I am connected to the network, while I am. :)
Run FreeBSD CURRENT, with iwlwifi hooked to build, kld_list="if_iwlwifi" instead of if_iwm or similar.
The tray icon shows blue, as I am connected to the network.
The text was updated successfully, but these errors were encountered:
Most likely iwlwifi is not reporting properly iwm is doing the same.
Sorry, something went wrong.
I did a pull request today that fixes this issue (if I'm right).
No branches or pull requests
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. :)
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.
The text was updated successfully, but these errors were encountered: