Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
kde 4.2 network & powerdevil applet
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
keba
Guru
Guru


Joined: 02 Jun 2006
Posts: 328
Location: Switzerland

PostPosted: Tue Mar 24, 2009 9:05 pm    Post subject: kde 4.2 network & powerdevil applet Reply with quote

Hi,

I'm doing a fresh install of Gentoo with Kde 4.2 and everything worked fine except I don't have a network or a PowerDevil applet (and I can't find them). Some sources said it was included in kdebase... Where can I find and start them? Thanks
_________________
Prayer can change the world!
Back to top
View user's profile Send private message
keba
Guru
Guru


Joined: 02 Jun 2006
Posts: 328
Location: Switzerland

PostPosted: Wed Mar 25, 2009 1:31 pm    Post subject: Reply with quote

Still no applet, but at least solid support for NetworkManager: to have it compile with the networkmanager use flag, I needed to
Code:

mkdir /etc/portage/profile
echo "-networkmanager" >> /etc/portage/profile/use.mask
echo ">=net-misc/networkmanager-0.7" >> /etc/portage/package.unmask
echo ">=sys-auth/policykit" >> /etc/portage/package.unmask
emerge --oneshot solid


Now I do have solid with NetworkManager support, but still no applet to control it or something like that. So my wireless doesn't work because I can't connect to it (I could using iwconfig, ... but I need to be able to easily access different connection points). Do you know how to do that?
I also emerged knetworkconf, but that doesn't even see my network devices (wired and wireless).
I saw that Kubuntu had knetworkmanager, is that the old kde3-knetworkmanager? Also doesn't Opensuse have something like that? Thanks in advance.
_________________
Prayer can change the world!
Back to top
View user's profile Send private message
keba
Guru
Guru


Joined: 02 Jun 2006
Posts: 328
Location: Switzerland

PostPosted: Thu Mar 26, 2009 2:11 pm    Post subject: Reply with quote

PowerDevil is working! I just didn't realise it was hidden behind the battery applet... :D

I got the networkmanager-applet to build, but still no wireless... :? At least I got wired networking natively in Kde4 now. When I try to connect to my WPA-PSK network, it asks for the psk-passkey and then does nothing.

This is what I did:
Code:

emerge dev-util/git subversion layman
layman -a kde-testing
echo "source /usr/local/portage/layman/make.conf" >> /etc/make.conf
layman -S
echo "net-misc/networkmanager dhclient dhcpcd" >> /etc/portage/package.use
#This updates networkmanager with the new use flags, I'm not sure you need these though.
#To get NM-0.7 see the post above.
emerge --oneshot networkmanager
echo "networkmanager-applet -kdeprefix" >> /etc/portage/package.use
echo "networkmanager-applet **" >> /etc/portage/package.keywords
emerge --oneshot networkmanager-applet
#And of course this:
etc-update
rc-update add NetworkManager default
rc-update del net.eth0
rc-update del net.eth1
#I'm using OpenRC, make this: rc_hotplug="!net.eth0 !net.eth1" to exclude eth0 and eth1 from boot, NetworkManager will handle them
nano /etc/rc.conf

_________________
Prayer can change the world!
Back to top
View user's profile Send private message
keba
Guru
Guru


Joined: 02 Jun 2006
Posts: 328
Location: Switzerland

PostPosted: Thu Mar 26, 2009 2:48 pm    Post subject: Reply with quote

Using
Code:
 killall NetworkManager
NetworkManager --no-daemon


I found out that the applet doesn't even communicate with NetworkManager!!! I don't know what version the ebuild is (it says its 9999 :D ) so I might need something newer like an svn version, no idea, what do you think?
_________________
Prayer can change the world!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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