hallo,
ich hatte ein kleines problem mit knetworkmanager, welches ich auch schon im forum beschrieben habe.
jetzt hab ich versucht, wicd als ersatz zu nehmen, installiert ist es ebenfalls, wifi-radar und network-manager sind deinstalliert, aber wicd startet nicht, weder über den Programmeintrag, noch über die konsole.
ich habe versucht, das programm nach diesem faq zu starten, bisher ohne erfolg.
hier ist mal mein versuch, das ganze zu starten:
a@b:~$ /opt/wicd/gui.py attempting to connect daemon... daemon not running, running gksudo ./daemon.py... You need to start the daemon before using the gui or tray. Use the command 'sudo /etc/init.d/wicd start'. daemon still not running, aborting. Traceback (most recent call last): File "/opt/wicd/gui.py", line 36, in <module> daemon = dbus.Interface(proxy_obj, 'org.wicd.daemon') NameError: name 'proxy_obj' is not defined a@b:~$ sudo /etc/init.d/wicd start Stopping any running daemons... Starting wicd daemon... /opt/wicd wicd daemon: pid 9601 a@b:~$ /opt/wicd/gui.py attempting to connect daemon... daemon not running, running gksudo ./daemon.py... You need to start the daemon before using the gui or tray. Use the command 'sudo /etc/init.d/wicd start'. daemon still not running, aborting. Traceback (most recent call last): File "/opt/wicd/gui.py", line 36, in <module> daemon = dbus.Interface(proxy_obj, 'org.wicd.daemon') NameError: name 'proxy_obj' is not defined
die ausgabe der datei /opt/wicd/gui.py und zwar von zeile 23 bis 39:
bus = dbus.SystemBus() try: print 'attempting to connect daemon...' proxy_obj = bus.get_object('org.wicd.daemon', '/org/wicd/daemon') print 'success' except: print 'daemon not running, running gksudo ./daemon.py...' misc.PromptToStartDaemon() time.sleep(1) try: proxy_obj = bus.get_object('org.wicd.daemon', '/org/wicd/daemon') except: print 'daemon still not running, aborting.' daemon = dbus.Interface(proxy_obj, 'org.wicd.daemon') wireless = dbus.Interface(proxy_obj, 'org.wicd.daemon.wireless') wired = dbus.Interface(proxy_obj, 'org.wicd.daemon.wired') config = dbus.Interface(proxy_obj, 'org.wicd.daemon.config')
kann mir bei dem problem jemand helfen? danke!