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

mate-netspeed-applet not working with wireless devices #611

Open
lucadaniel84 opened this issue Sep 5, 2021 · 15 comments
Open

mate-netspeed-applet not working with wireless devices #611

lucadaniel84 opened this issue Sep 5, 2021 · 15 comments

Comments

@lucadaniel84
Copy link

Expected behaviour

I expect to show traffic on both wired and wireless connection

Actual behaviour

It only shows transfer bits/bytes on wired connection RJ45 but not on wireless when wired is unplugged.
(Was working on 1.24.1)

Steps to reproduce the behaviour

Initiate any connection to be visible on the mate-netspeed-applet and check if you see any transferred bits/bytes on the applet, you may check the "Network device:" to "Default" or the device actual name from the drop-down list.

MATE general version

1.26.0

Package version

1.26.0

Linux Distribution

Arch

Link to bugreport of your Distribution (requirement)

https://bugs.archlinux.org/task/72034

@lucadaniel84 lucadaniel84 changed the title mate-netspeed-applet mate-netspeed-applet not working with wireless devices Sep 5, 2021
@lukefromdc
Copy link
Member

lukefromdc commented Sep 6, 2021

This applet is part of mate-applets, not mate-panel even though all the applets are shown in the panel. Please close this and open a new report (just cut and paste is fine) against mate-applets

@raveit65 raveit65 transferred this issue from mate-desktop/mate-panel Sep 6, 2021
@raveit65
Copy link
Member

raveit65 commented Sep 6, 2021

@lukefromdc
There is a Transfer issue option .

@raveit65
Copy link
Member

raveit65 commented Sep 6, 2021

Is netspeed compiled to support new libnl (netfilter), a replacement for wireless-tools?
bff29f9

@lucadaniel84
Copy link
Author

lucadaniel84 commented Sep 6, 2021

I've checked the PKGBUILD for mate-applets:
https://raw.githubusercontent.com/archlinux/svntogit-community/packages/mate-applets/trunk/PKGBUILD
https://archlinux.org/packages/community/x86_64/mate-applets/
and this is the configure - make options:

./configure \
        	--prefix=/usr \
        	--sysconfdir=/etc \
        	--libexecdir=/usr/lib/${pkgname} \
        	--with-dbus-sys="/usr/share/dbus-1/system.d" \
        	--enable-polkit \
        	--enable-ipv6
    	make

What compile flag is missing ?

@raveit65
Copy link
Member

raveit65 commented Sep 6, 2021

See how i build mate-applets for fedora https://src.fedoraproject.org/rpms/mate-applets/blob/rawhide/f/mate-applets.spec The important think is to use
BuildRequires: libnl3-devel

@basimaslamts
Copy link

Expected behaviour

I expect to show traffic on both wired and wireless connection

Actual behaviour

It only shows transfer bits/bytes on wired connection RJ45 but not on wireless when wired is unplugged. (Was working on 1.24.1)

Steps to reproduce the behaviour

Initiate any connection to be visible on the mate-netspeed-applet and check if you see any transferred bits/bytes on the applet, you may check the "Network device:" to "Default" or the device actual name from the drop-down list.

MATE general version

1.26.0

Package version

1.26.0

Linux Distribution

Arch

Link to bugreport of your Distribution (requirement)

https://bugs.archlinux.org/task/72034

I'm having the same issue started after upgrading to Ubuntu 22.04 Jammy Jellyfish. Even selecting the "Network Device" from "device" to the wireless connection, it gets switched back to default.

@lukefromdc
Copy link
Member

I've never had a problem with this, "default" generally will come up as the connection in use on my setup-even if its an oddball like tun0 for OpenVPN connecting to Azilink for tethering to a phone when the carrier's "permission to tether" does not actually work.

@dmullinsgithub
Copy link

I have the exact same issue (LinuxMint 21.2 Victoria, 5.15.0-79-generic #86-Ubuntu kernel). I simply unplugged the ethernet cable for my wired connection on this system (the netspeed applet had been displaying network stats with no problems) and installed a USB wireless device on the system. The netspeed applet no longer displays network stats. However, I have network access and ifconfig sees the wireless device/interface and reports that the wireless interface is up and running and displays transmission stats. But the netspeed applet no longer does.

@stilnovo
Copy link

stilnovo commented Sep 9, 2023

I have the same problem, on three different machines: two have fresh install, while on one machine I have upgraded from Debian 11
→ Debian 12, Mate 1.26
→ same problem and details of the first message, except the distro of course

@pbrochart
Copy link

Same problem here with Debian 12 and Mate 1.26
Rebuilding the package with iwlib solved the issue for me (USB wireless device)

@pbrochart
Copy link

I think the problem with libnl is here (I've replaced DEV_WIRELESS by DEV_LO):

if (devinfo->type != DEV_WIRELESS) {

Seems better but infos in tooltip still wrong...

@DJManas
Copy link

DJManas commented Oct 29, 2024

Same problem in Gentoo. Built against libnl v3.10.0. It doesn't work even when I specify wlan0.

@lukefromdc
Copy link
Member

lukefromdc commented Oct 29, 2024 via email

@DJManas
Copy link

DJManas commented Oct 29, 2024

I have never had trouble with it in Debian Unstable, wondering what is different

Is there some possibility of extended logging or something like that?

@lukefromdc
Copy link
Member

lukefromdc commented Oct 29, 2024 via email

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

8 participants