Actually this is a small thing, but it also will interfere ...
When we get Wicd to Bactrack if ever experienced an error message like this:
Could not connect to wicds D-Bus interface Check the wicd log for error messages
The solution is like this:
1. Login as root and exeute this command:
$ dpkg-reconfigure wicd $ update-rc.d wicd defaults
2. If there is unprivileged user on BT, add that user to netdev group.
$ usermod --groups netdev <user>
Post a Comment