prova fare una cosa, scrivi i due comandi che ti ho detto sopra:
Code:
root@bt:~# wicd
/var/run/wicd/wicd.pid
root@bt:~# wicd-client
Loading...
Attempting to connect tray to daemon...
Success.
Done.
poi controlla se i processi di wicd sono attivi con
in output ti dovrebbe dare tre processi: wicd, wicd-monitor, wicd-client
NOTA: una volta aperto il client da console, NON la devi chiudere! sennò termina il processo del client!! quindi dai i primi due comandi e poi in un'altra console controlli se sono attivi.
se non ti da l'output esatto prova a reinstallare wicd:
Code:
root@bt:~# apt-get remove wicd
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
wpasupplicant
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
setup-gpsd setup-network setup-pcscd wicd
0 upgraded, 0 newly installed, 4 to remove and 0 not upgraded.
After this operation, 2093kB disk space will be freed.
Do you want to continue [Y/n]? Y
(Reading database ... 225594 files and directories currently installed.)
Removing setup-gpsd ...
Removing setup-network ...
Removing setup-pcscd ...
Removing wicd ...
Stopping Network connection manager: wicd.
Processing triggers for man-db ...
root@bt:~# apt-get install setup-gpsd setup-network setup-pcscd wicd
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
setup-gpsd setup-network setup-pcscd wicd
0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/257kB of archives.
After this operation, 2093kB of additional disk space will be used.
Selecting previously deselected package wicd.
(Reading database ... 225393 files and directories currently installed.)
Unpacking wicd (from .../archives/wicd_1.5.8_all.deb) ...
Selecting previously deselected package setup-gpsd.
Unpacking setup-gpsd (from .../setup-gpsd_1.0-bt1_i386.deb) ...
Selecting previously deselected package setup-network.
Unpacking setup-network (from .../setup-network_1.0-bt1_i386.deb) ...
Selecting previously deselected package setup-pcscd.
Unpacking setup-pcscd (from .../setup-pcscd_1.0-bt1_i386.deb) ...
Processing triggers for man-db ...
Setting up wicd (1.5.8) ...
ls: cannot access /opt/wicd/encryption/configurations/: No such file or directory
Starting Network connection manager: wicd.
Setting up setup-gpsd (1.0-bt1) ...
Setting up setup-network (1.0-bt1) ...
Setting up setup-pcscd (1.0-bt1) ...
riprova tutta la procedura (wicd ; wicd-client ; ps -e |grep wicd)
se ancora non va, vai nella cartella /etc/init.d e postaci il contenuto di wicd, perchè sembra strano che ti dia come output una linea nulla.
ciao!