ghostbsd / networkmgr

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

Signal color goes off #59

Closed MichaelSchroter closed 2 years ago

MichaelSchroter commented 3 years ago

Hi I have installed networkmgr on FreeBSD 13 using pkg install networkmgr. However, I have a small issue with it. While, the signal strength indicator default color is blue sometimes it becomes ash color. This happens around 50% of the time. Furthermore, it happens when I start the computer and stays like that for the duration. This issue does not have an effect on the internet performance. Please let me know if I could do anything about it. Please find the attached image of it.

Thanks & Best Regards

Michael

ericbsd commented 2 years ago

I know this report is old but I was wondering if the driver was iwm?

ericbsd commented 2 years ago

I have one laptop that I can reproduce it with, but it looks like the iwm driver is at fault.

MichaelSchroter commented 2 years ago

Hi,

Thanks for the reply. Yes. I believe so. My laptop is ideapad 100S-14IBR. So how can I overcome this issue? I have currently installed wifimgr through pkg.

Thanks & Best Regards

Schroter

On Sun., 12 Sep. 2021, 6:11 am Eric Turgeon, @.***> wrote:

I have one laptop that I can reproduce it with, but it looks like the iwm driver is at fault.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ghostbsd/networkmgr/issues/59#issuecomment-917471417, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHRQBVXKYG44ECPIZWFJ6VDUBOZV7ANCNFSM44I2QTQQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

ericbsd commented 2 years ago

I have tested wifimgr and I see the same problem then NetworkMgr. The ways the signal is calculated is the same in NetworkMgr then wifimgr. So you should see the same problem with it.

MichaelSchroter commented 2 years ago

Hi, thanks for the reply. In my case there is a small issue (in wifimgr) when the connection goes down where, the WiFi still shows it is connected. Also, the GUI of wifimgr is also a bit off (please see FreeBSD image and wifi up-down button's power logo). Please refer the attached image of it for our kind perusal. Those are the only issues I have come across so far. The loss of blue color in the WiFi signal icon does not happen in wifimgr (as in networkmgr) for me.

Are there any plans to solve these issues please?

Thanks & Best Regards

Schroter

ericbsd commented 2 years ago

I think the issue is at the driver level and not with wifimgr and NetworkMgr. Can you give me the output off this ifconfig wlan0 | grep "parent interface"? So far, I have tested 4 drivers, and only iwm give me those results.

MichaelSchroter commented 2 years ago

I think the issue is at the driver level and not with wifimgr and NetworkMgr. Can you give me the output off this ifconfig wlan0 | grep "parent interface"? So far, I have tested 4 drivers, and only iwm give me those results.

Hi, thanks for the reply. I get: parent interface: iwm0 Thanks & Best Regards Schroter

ericbsd commented 2 years ago

iwm is an incomplete driver, it does not support AC and I will not be able to fix this issue since I am not a kernel module and driver developer.

I am closing this issue.