Simulate Network Presence in dbus
Posted
by Evans
on Stack Overflow
See other posts from Stack Overflow
or by Evans
Published on 2010-03-31T04:37:41Z
Indexed on
2010/03/31
4:43 UTC
Read the original article
Hit count: 362
Is there a way using Python to simulate the presence of an active network connection using dbus? If I call getstate() on the dbus, I'm able to get the current network state. I want to set the current state to 4 (Connection Present). This is because Network Manager is not able to connect using my modem and I use other tools to connect. Pidgin, Empathy and other software are not able to detect the network.
© Stack Overflow or respective owner