Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Wicd doesn't work [Solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
buptwugh
Tux's lil' helper
Tux's lil' helper


Joined: 16 Jan 2012
Posts: 101
Location: Beijing,China

PostPosted: Wed Apr 04, 2012 2:33 am    Post subject: Wicd doesn't work [Solved] Reply with quote

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
View user's profile Send private message
buptwugh
Tux's lil' helper
Tux's lil' helper


Joined: 16 Jan 2012
Posts: 101
Location: Beijing,China

PostPosted: Wed Apr 04, 2012 11:42 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum