Skip to main content
Filter by
Sorted by
Tagged with
-2 votes
0 answers
21 views

Fedora 42. I use the following script to connect to my work VPN using Cisco AnyConnect Secure Mobility Client 4.10.08029 echo -e "$USER\n$(pass company/domain)\n$(pass otp company/mfa)\ny" &...
bqback's user avatar
  • 317
2 votes
0 answers
38 views

I'm using Network Manager (NM 1.0) from PyGObject to create a widget that can show and connect to a network. I created a subclass of NM.SecretAgentOld to provide passwords to NM, basically I just ...
Abir Halder's user avatar
0 votes
0 answers
141 views

I have a Debian system using ModemManager with a 4G cellular modem (Debian 10 Buster, with ModemManager 1.10 to be precise). I want to monitor D-Bus messages, with a python app, to wait for received ...
user19007114's user avatar
0 votes
0 answers
92 views

My ECU sends NM message default at startup. I need to control this behavior to send only on certain events. Is that possible? I'm using EB stack.
user1666555's user avatar
0 votes
1 answer
589 views

I am trying to use the libnm library to call NetworkManager calls from one thread while another thread takes care of iterating the context and handling the callbacks of the asynchronous methods. Yet ...
joulsen's user avatar
  • 43
1 vote
0 answers
1k views

I'm writing a playbook to set the default gateway on a server with RHEL9 and multiple network interfaces. This is part of a repeated process, we're cloning a VM from a template with default gateway on ...
André Fernandes's user avatar
1 vote
1 answer
828 views

I'm trying to build an app in C++ to connect 2 Linux devices via WiFi Direct using WPA_Supplicant. Trying to do that in the wpa_cli (with wlo1 interface), I got to the point where with NetworkManager ...
EddyIT's user avatar
  • 165
1 vote
1 answer
510 views

I would like to check current network connection is metered or not. In the Bash I can run: qdbus --system org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager....
souser's user avatar
  • 13
1 vote
1 answer
752 views

I am trying to interrogate dbus in python to get NetworkManager to tell me whether or not a connection is configured to attempt to connect automatically to a network. When I use nmcli to inspect a ...
Christi's user avatar
  • 133
2 votes
0 answers
222 views

I am using GObject's python introspection for libnm to write a program that changes connection settings via NetworkManager. In this case, the user will enter the SSID and password of an Access Point ...
Nolan's user avatar
  • 61
2 votes
1 answer
387 views

I want to create a hotspot network using libnm in C. I tried following the following steps: Connect to NetworkManager using nm_client_new(NULL, NULL); Get the wlan device ...
Slendi's user avatar
  • 321
0 votes
1 answer
271 views

An installation was interrupted. To fix it, I need to run sudo dpkg --configure -a However, I'm headless (Ubuntu, Raspberry Pi), and connect via ssh. dpkg wants to restart the network manager, i.e., ...
BBB's user avatar
  • 69
1 vote
0 answers
238 views

i have created a Hotspot with nmcli command. But the Hotspot have very low bandwidth. After debugging found out that the HT parameters isn't set. Would like to know how to set the HT parameters using ...
Anjo John's user avatar
  • 553
0 votes
1 answer
495 views

Does anyone know, from which version is in Network Manager available option disabled? I am writing puppet module and to write it propperly I have to specify in which version to use ignore and where to ...
Lukáš Míča's user avatar
1 vote
3 answers
191 views

I'm trying to use libnm to communicate with NetworkManager from a custom application. But I've run into a problem. Whenever I try to read the configured PIN code using nm_setting_gsm_get_pin, NULL is ...
Klas-Kenny's user avatar
2 votes
0 answers
72 views

I am trying to write a piece of go code that will trigger an expensive function. Right now the expensive function is triggered in an interval of a five seconds. The thing is, that it only needs to be ...
Amirography's user avatar
1 vote
2 answers
3k views

I'm looking through the dbus api for Network Manager and there are methods with inputs of type a{sa{sv}}. I'm still new to dbus but if I'm interpreting the definition of signature specifiers in https:/...
davolfman's user avatar
  • 284
0 votes
1 answer
617 views

I have a Quectel EG25-G setup but whenever I connect (right after a reboot) it connects for 20 seconds and then disconnects. It happens at the Jun 24 04:59:32 linux NetworkManager[5093]: <info> [...
clogwog's user avatar
  • 373
0 votes
1 answer
2k views

I'm currently have this: br0: connected to bridge-br0 "br0" bridge, 02:81:A4:CF:CE:9F, sw, mtu 1500 ip4 default inet4 192.168.1.10/24 route4 192.168.1....
Stan's user avatar
  • 52
0 votes
1 answer
367 views

I am using a base network manager and custom Dio interceptors. I am getting type of the response via the network request sender method like this: Future<IResponseModel<R>> send<T ...
Bahrican Yesil's user avatar
1 vote
0 answers
388 views

i encountered a problem while working with the NetworkManager service on my Raspberry pi 4, i am running it with openSUSE Tumbeweed JeOS, so the default is not networkmanager but wicked, i started to ...
kol's user avatar
  • 11
0 votes
1 answer
763 views

The documentation suggests I use nm-device-wifi-request-scan-async, but I don't understand how to understand when it's has finished scanning. What's the correct second parameter I should pass, how is ...
Andrii Sultanov's user avatar
1 vote
1 answer
1k views

I have an issue in a yocto based embedded linux system. I have tracked it down to an interaction between dbus and SELinux, and using dbus-monitor I can see the following error: error time=1621869986....
Tony Park's user avatar
  • 1,286
2 votes
3 answers
31k views

I want to have a bash script that can delete all my network manager connections of type gsm with nmcli. What is the best approach for this?
Robbie Valkenburg's user avatar
1 vote
1 answer
1k views

I'm trying to use libnm to change the ip address of my interface inside a C++ application, but I cannot find a good example around. For now I was able to get the device handler and ask for connections....
ErniBrown's user avatar
  • 1,382