You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the first installation on Dell Latitude, the extension starts, but shows no interfaces, just "---' instead of speed. In the Gnome Shell logs there is:
I've checked it, and the problem is caused by an interface wwp0s20f0u4c2 (renamed from wwan0) for a CDC MBIM Mobile Broadband modem (registered by the cdc_mbim driver) which doesn't have an inserted mobile card (didn't check with).
For some reasons let nm_dev = this._client.get_device_by_iface(iface); returns null which causes a null dereference.
ip reports it as:
2: wwp0s20f0u4c2: <BROADCAST,MULTICAST,NOARP> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether XX:XX:XX:XX:XX:XX brd ff:ff:ff:ff:ff:ff
It might be a problem with the NetworkManager client or its desired behavior - you know it better. Assuming the later nm_dev != null fixes the problem. In the first case, it might be also reported to the NM client team.
After the first installation on Dell Latitude, the extension starts, but shows no interfaces, just "---' instead of speed. In the Gnome Shell logs there is:
I've checked it, and the problem is caused by an interface
wwp0s20f0u4c2
(renamed fromwwan0
) for a CDC MBIM Mobile Broadband modem (registered by the cdc_mbim driver) which doesn't have an inserted mobile card (didn't check with).For some reasons
let nm_dev = this._client.get_device_by_iface(iface);
returnsnull
which causes anull
dereference.ip
reports it as:It might be a problem with the NetworkManager client or its desired behavior - you know it better. Assuming the later
nm_dev != null
fixes the problem. In the first case, it might be also reported to the NM client team.Gnome 41.1, gnome-shell-extension-netspeed-3.32-0.1.20211102git8638073.fc35.noarch
The text was updated successfully, but these errors were encountered: