to są kolejne komendy które używałem ale nic nie dawały żadnego rezultatu.
Mimo że już trochę korzystam z linuksa to nie za bardzo się na nim znam...
Kod: Zaznacz cały
sudo /etc/init.d/wicd start
Stopping any running daemons...
Starting wicd daemon...
/opt/wicd
wicd daemon: pid 8197
/opt/wicd/tray.py
attempting to connect daemon...
daemon not running...
You need to start the daemon before using the gui or tray. Use the command 'sudo /etc/init.d/wicd start'.
/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
Użyłem następujących komend:
Kod: Zaznacz cały
sudo apt-get install -d wicd
sudo apt-get remove network-manager
sudo apt-get install wicd
Z góry dzięki za pomoc.