View previous topic :: View next topic |
Author |
Message |
buptwugh Tux's lil' helper
Joined: 16 Jan 2012 Posts: 101 Location: Beijing,China
|
Posted: Wed Apr 04, 2012 2:33 am Post subject: Wicd doesn't work [Solved] |
|
|
I have installed wicd follow
http://en.gentoo-wiki.com/wiki/Wicd
Also add wicd to boot level
Code: | rc-update add wicd boot |
Or add it to default level
Code: | rc-update add wicd default |
But these two method can not start wicd when system boot.
Code: |
NextZone ~ # /etc/init.d/wicd status
* status: stopped
|
And every time I login in gnome , It ask me for "root password" then show a dialog
Code: |
Could not connect to wicd's D-Bus interface.
Check the wicd log for error messages.
|
Any suggestion?
Thank you
Last edited by buptwugh on Wed Apr 04, 2012 11:44 am; edited 1 time in total |
|
Back to top |
|
|
buptwugh Tux's lil' helper
Joined: 16 Jan 2012 Posts: 101 Location: Beijing,China
|
Posted: Wed Apr 04, 2012 11:42 am Post subject: |
|
|
Code: |
WICD_DAEMON=/usr/sbin/wicd
WICD_PIDFILE=/var/run/wicd/wicd.pid
depend() {
need dbus
after hald
}
|
Code: |
WICD_DAEMON=/usr/sbin/wicd
WICD_PIDFILE=/var/run/wicd/wicd.pid
depend() {
need dbus
}
#after hald
|
I don't install hal, So there is no hald. |
|
Back to top |
|
|
|