Re: [gentoo-user] Networkmanager Auto Connect

2016-10-24 Thread Frank Steinmetzger
On Mon, Oct 24, 2016 at 12:25:14AM +0200, Frank Steinmetzger wrote:
> On Sat, Oct 15, 2016 at 06:18:13PM +0200, Silvio Siefke wrote:
> > On Sat, 15 Oct 2016 12:51:36 +0200
> > Alexander Openkowski  wrote:
> > 
> > > I have the same problem. Unfortunately, I do not know of any fix (did
> > > not have the time to really investigate the problem, yet). I connect
> > 
> > Yeah is not found really information, think will see is there a bug in
> > gnome panel. 
> > 
> > > to wireless networks manually in the meantime, which is getting on my
> > > nerves more and more every day. :-) 
> 
> I also noticed that my laptop didn’t autoconnect anymore. And even after
> connecting manually, I still saw a questionmark on the tray icon and incorrect
> connection information. Ultimately, ~/.xsession-errors tells us more:
> [...]
> Hoping the best, I upgraded to the still keyworded 1.4.2. That fixed it for 
> me.

Well, the question mark is gone once I am connect to a network. But I still
have those messages and no auto-reconnect. I downgraded to 1.0 for now until
I know more about the problem.

-- 
Gruß | Greetings | Qapla’
Please do not share anything from, with or about me with any social network.

Suicide is the most honest form of self-criticism.


signature.asc
Description: Digital signature


Re: [gentoo-user] Networkmanager Auto Connect

2016-10-23 Thread Frank Steinmetzger
On Sat, Oct 15, 2016 at 06:18:13PM +0200, Silvio Siefke wrote:
> On Sat, 15 Oct 2016 12:51:36 +0200
> Alexander Openkowski  wrote:
> 
> > I have the same problem. Unfortunately, I do not know of any fix (did
> > not have the time to really investigate the problem, yet). I connect
> 
> Yeah is not found really information, think will see is there a bug in
> gnome panel. 
> 
> > to wireless networks manually in the meantime, which is getting on my
> > nerves more and more every day. :-) 

I also noticed that my laptop didn’t autoconnect anymore. And even after
connecting manually, I still saw a questionmark on the tray icon and incorrect
connection information. Ultimately, ~/.xsession-errors tells us more:

$ grep NetworkManager ~/.xsession-errors | sort -u
[...]
void NetworkManager::AccessPoint::propertiesChanged(const QVariantMap&) 
Unhandled property "LastSeen"
void NetworkManager::ActiveConnection::propertiesChanged(const QVariantMap&) 
Unhandled property "Dhcp4Config"
void NetworkManager::ActiveConnection::propertiesChanged(const QVariantMap&) 
Unhandled property "Dhcp6Config"
void NetworkManager::ActiveConnection::propertiesChanged(const QVariantMap&) 
Unhandled property "Id"
void NetworkManager::ActiveConnection::propertiesChanged(const QVariantMap&) 
Unhandled property "Ip4Config"
void NetworkManager::ActiveConnection::propertiesChanged(const QVariantMap&) 
Unhandled property "Ip6Config"
void NetworkManager::ActiveConnection::propertiesChanged(const QVariantMap&) 
Unhandled property "Type"
void NetworkManager::NetworkManagerPrivate::propertiesChanged(const 
QVariantMap&) Unhandled property "Metered"
void NetworkManager::NetworkManagerPrivate::propertiesChanged(const 
QVariantMap&) Unhandled property "PrimaryConnectionType"
void NetworkManager::SettingsPrivate::propertiesChanged(const QVariantMap&) 
Unhandled property "Connections"

Hoping the best, I upgraded to the still keyworded 1.4.2. That fixed it for me.
-- 
Gruß | Greetings | Qapla’
Please do not share anything from, with or about me with any social network.

“Verbing weirds language.” – Calvin (Calvin & Hobbes)


signature.asc
Description: Digital signature


Re: [gentoo-user] Networkmanager Auto Connect

2016-10-15 Thread Silvio Siefke
On Sat, 15 Oct 2016 12:51:36 +0200
Alexander Openkowski  wrote:

> I have the same problem. Unfortunately, I do not know of any fix (did
> not have the time to really investigate the problem, yet). I connect

Yeah is not found really information, think will see is there a bug in
gnome panel. 

> to wireless networks manually in the meantime, which is getting on my
> nerves more and more every day. :-) 

I write a script on autostart:

siefke@sisibox ~ $ cat .bin/scripts/wlan.sh 
#!/bin/bash
nmcli c up id NotForPrivatUse

this work at moment on all maschines. 


Nice day
Silvio
-- 
Silvio Siefke 


pgpXHkcoOdI3w.pgp
Description: PGP signature


Re: [gentoo-user] Networkmanager Auto Connect

2016-10-15 Thread Alexander Openkowski
I have the same problem. Unfortunately, I do not know of any fix (did
not have the time to really investigate the problem, yet). I connect to
wireless networks manually in the meantime, which is getting on my
nerves more and more every day. :-) By the way: It seems that also wired
networks are affected.

On 10/14/2016 06:26 PM, Silvio Siefke wrote:
> Hello, 
>
> since networkmanger version 1.4 auto connect with wlan not work anymore
> when logged in. Have someone same problem? Could find fix?
>
> siefke@sisibox ~ $ find /var/db/pkg -name "networkmanager*" -type d
> /var/db/pkg/net-misc/networkmanager-1.4.2
> /var/db/pkg/net-misc/networkmanager-openvpn-1.2.6
>
>
> siefke@sisibox ~ $ equery u networkmanager | cut -c -30
> -audit
> +bluetooth
> +connection-sharing
> +consolekit
> +dhclient
> -gnutls
> +introspection
> -json
> +modemmanager
> -ncurses
> +nss
> -ofono
> +ppp
> +resolvconf
> -systemd
> -teamd
> -test
> +vala
> -wext
> +wifi
>
> Thank you & Nice Day
> Silvio 




[gentoo-user] Networkmanager Auto Connect

2016-10-14 Thread Silvio Siefke
Hello, 

since networkmanger version 1.4 auto connect with wlan not work anymore
when logged in. Have someone same problem? Could find fix?

siefke@sisibox ~ $ find /var/db/pkg -name "networkmanager*" -type d
/var/db/pkg/net-misc/networkmanager-1.4.2
/var/db/pkg/net-misc/networkmanager-openvpn-1.2.6


siefke@sisibox ~ $ equery u networkmanager | cut -c -30
-audit
+bluetooth
+connection-sharing
+consolekit
+dhclient
-gnutls
+introspection
-json
+modemmanager
-ncurses
+nss
-ofono
+ppp
+resolvconf
-systemd
-teamd
-test
+vala
-wext
+wifi

Thank you & Nice Day
Silvio 


pgp1xIuMFg26q.pgp
Description: PGP signature