Skip to content
New issue

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

Wireless bitrate and quality are not updated #106

Open
Markus00000 opened this issue Feb 1, 2016 · 4 comments
Open

Wireless bitrate and quality are not updated #106

Markus00000 opened this issue Feb 1, 2016 · 4 comments

Comments

@Markus00000
Copy link

When starting i3 the wireless %bitrate and %quality are fetched once but will not be updated afterwards.

iw shows the constant changes in bitrate and signal quality that i3status is missing.

Running i3status 2.10, Linux 4.3.3 and iwlwifi.

@eplanet
Copy link
Contributor

eplanet commented Jun 18, 2016

I am using same version and same driver on my laptop, and it definitely gets updated when there are changes.

Maybe the problem lies somewhere else on your i3status configuration, do you have other settings updated while the wifi isn't ?

@Markus00000
Copy link
Author

I tested it with Linux 4.6.2.

The quality is still not updating. The bitrate is updating but shows vastly different values than iw.

Try opening two terminals and compare the outputs of:

watch -n1 iwconfig
watch -n1 iw <your WiFi device> link

iwconfig, which is deprecated, shows the same bitrate as i3status. iw shows a different, constantly changing bitrate.

For now, I will keep using py3status with this WiFi module: ultrabug/py3status#180

@shdown
Copy link

shdown commented Apr 2, 2019

The same on my machine. Linux 4.18.0. The /proc/net/wireless file updates in the real time.

Relevant part of lspci output:

02:00.0 Network controller: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter (rev 30)
	Subsystem: Lenovo QCA9377 802.11ac Wireless Network Adapter
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 130
	Region 0: Memory at a1000000 (64-bit, non-prefetchable) [size=2M]
	Capabilities: <access denied>
	Kernel driver in use: ath10k_pci
	Kernel modules: ath10k_pci

@japalvia
Copy link

japalvia commented Dec 14, 2019

I noticed also that wifi quality is updated only when resuming from suspend. However, if I run LinSSID and start scanning then i3status gets new values but only when the scan is active.

I'm running Arch with 5.3.13, Intel Corporation Wireless 8265 / 8275.
i3status version: 2.13.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants