ubuntuusers.de

W-Lan geht nicht auf Laptop bzw. hat starke schwankungen

Status: Gelöst | Ubuntu-Version: Ubuntu 15.10 (Wily Werewolf)
Antworten |

Mutorcs

Anmeldungsdatum:
14. Juni 2015

Beiträge: 23

Ich habe schon seit Wochen Probleme mit dem W-Lan bei meinem Laptop. Per Kabel geht alles, aber per W-Lan habe ich Probleme. Es schwankt immer zwischen 5% und ca. 20%. Manchmal geht es auch gar nicht bzw. eher fast immer geht es nicht.

Verbinden kann ich mich erfolgreich, aber wenn ich dann ins Internet gehe, geht trotzdem nichts. Dazu kommt auch noch, dass ich 2 von 4 Strichen habe, obwohl ich nicht einmal 2 Meter vom Router entfernt sitze. Es nervt langsam richtig, weil es geht auf Win7 und auf Win10. Da kann ich auch einen Stock weiter unten sitzen und habe noch 4 von 4 Strichen, bei Ubuntu wird dann nicht einmal ein Netzwerk erkannt.

Ich habe auch folgender Seite schon mal eine Frage gestellt, die aber niemand beantworten konnte.

https://forum.ubuntuusers.de/topic/w-lan-geht-nur-sehr-schlecht/

Ich habe das auch gemacht aber es hat trotzdem nichts geholfen, wie ich da auch geschrieben habe. Ich habe es mittlerweile auch schon ein 2. Mal wiederholt, aber ohne Erfolg. Wenn das so weiter geht, werde ich Ubuntu wieder löschen. Man sieht ja hier ganz gut, wie viele Probleme mit dem W-Lan haben und wie viele es nicht lösen können.

Ich habe noch alles im Terminal eingegeben, was hier verlangt wird. Ach ja, ich bin nicht sehr erfahren, also bitte einfache Antworten geben, danke ☺

ubuoffice@ubuoffice-HP-250-G4-Notebook-PC:~$ uname -a
Linux ubuoffice-HP-250-G4-Notebook-PC 4.2.0-27-generic #32-Ubuntu SMP Fri Jan 22 04:49:08 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
ubuoffice@ubuoffice-HP-250-G4-Notebook-PC:~$ lspci -nnk | grep -i net -A2   
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
	Subsystem: Hewlett-Packard Company Device [103c:8136]
	Kernel driver in use: r8169
03:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter [10ec:b723]
	Subsystem: Hewlett-Packard Company Device [103c:804c]
	Kernel driver in use: rtl8723be
ubuoffice@ubuoffice-HP-250-G4-Notebook-PC:~$ cat /etc/network/interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
ubuoffice@ubuoffice-HP-250-G4-Notebook-PC:~$ iwconfig
enp2s0    no wireless extensions.

lo        no wireless extensions.

wlp3s0    IEEE 802.11bgn  ESSID:"Mutorcs-Lan"  
          Mode:Managed  Frequency:2.437 GHz  Access Point: E8:74:E6:04:F6:69   
          Bit Rate=72.2 Mb/s   Tx-Power=20 dBm   
          Retry short limit:7   RTS thr=2347 B   Fragment thr:off
          Power Management:off
          Link Quality=48/70  Signal level=-62 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:4   Missed beacon:0

ubuoffice@ubuoffice-HP-250-G4-Notebook-PC:~$ route -n
Kernel-IP-Routentabelle
Ziel            Router          Genmask         Flags Metric Ref    Use Iface
0.0.0.0         xxx.xxx.x.x     0.0.0.0         UG    600    0        0 wlp3s0
169.254.0.0     0.0.0.0         255.255.0.0     U     1000   0        0 wlp3s0
xxx.xxx.x.x     0.0.0.0         255.255.255.0   U     600    0        0 wlp3s0
ubuoffice@ubuoffice-HP-250-G4-Notebook-PC:~$ arp -av
? (192.168.1.1) auf e8:74:e6:04:f6:63 [ether] auf wlp3s0
Einträge: 1   Ignoriert: 0   Gefunden: 1
ubuoffice@ubuoffice-HP-250-G4-Notebook-PC:~$ ip neigh show 
192.168.1.1 dev wlp3s0 lladdr e8:74:e6:04:f6:63 REACHABLE
fe80::ea74:e6ff:fe04:f663 dev enp2s0 lladdr e8:74:e6:04:f6:63 router STALE
fe80::ea74:e6ff:fe04:f663 dev wlp3s0 lladdr e8:74:e6:04:f6:63 router STALE
ubuoffice@ubuoffice-HP-250-G4-Notebook-PC:~$ cat /var/lib/NetworkManager/NetworkManager.state
[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=true
WimaxEnabled=true
ubuoffice@ubuoffice-HP-250-G4-Notebook-PC:~$ cat /etc/NetworkManager/NetworkManager.conf 
[main]
plugins=ifupdown,keyfile,ofono
dns=dnsmasq

[ifupdown]
managed=false
ubuoffice@ubuoffice-HP-250-G4-Notebook-PC:~$ cat /etc/udev/rules.d/70-persistent-net.rules | egrep -i 'device|sub' -A3 
cat: /etc/udev/rules.d/70-persistent-net.rules: Datei oder Verzeichnis nicht gefunden
ubuoffice@ubuoffice-HP-250-G4-Notebook-PC:~$ ping -c 2 $(route -n | grep UG | awk {'print $2'})
PING xxx.xxx.x.x (xxx.xxx.x.x) 56(84) bytes of data.

--- xxx.xxx.x.x ping statistics ---
2 packets transmitted, 0 received, 100% packet loss, time 1000ms

ubuoffice@ubuoffice-HP-250-G4-Notebook-PC:~$ ping -c 2 www.ubuntuusers.de
ping: unknown host www.ubuntuusers.de
ubuoffice@ubuoffice-HP-250-G4-Notebook-PC:~$ ping -c 2 213.95.41.4 
PING 213.95.41.4 (213.95.41.4) 56(84) bytes of data.

--- 213.95.41.4 ping statistics ---
2 packets transmitted, 0 received, 100% packet loss, time 1007ms

ubuoffice@ubuoffice-HP-250-G4-Notebook-PC:~$ rfkill list 
0: hci0: Bluetooth
	Soft blocked: no
	Hard blocked: no
1: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no
ubuoffice@ubuoffice-HP-250-G4-Notebook-PC:~$ lsmod
Module                  Size  Used by
drbg                   32768  1
ansi_cprng             16384  0
ctr                    16384  1
ccm                    20480  1
rfcomm                 69632  0
snd_hda_codec_hdmi     49152  1
bnep                   20480  2
uvcvideo               90112  0
videobuf2_vmalloc      16384  1 uvcvideo
videobuf2_memops       16384  1 videobuf2_vmalloc
videobuf2_core         49152  1 uvcvideo
v4l2_common            16384  1 videobuf2_core
videodev              172032  3 uvcvideo,v4l2_common,videobuf2_core
media                  24576  2 uvcvideo,videodev
joydev                 20480  0
hp_wmi                 16384  0
sparse_keymap          16384  1 hp_wmi
intel_rapl             20480  0
x86_pkg_temp_thermal    16384  0
intel_powerclamp       16384  0
coretemp               16384  0
kvm                   512000  0
binfmt_misc            20480  1
snd_hda_codec_realtek    86016  1
snd_hda_codec_generic    77824  1 snd_hda_codec_realtek
crct10dif_pclmul       16384  0
crc32_pclmul           16384  0
arc4                   16384  2
snd_hda_intel          36864  3
aesni_intel           167936  2
snd_hda_codec         135168  4 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel
aes_x86_64             20480  1 aesni_intel
lrw                    16384  1 aesni_intel
gf128mul               16384  1 lrw
glue_helper            16384  1 aesni_intel
ablk_helper            16384  1 aesni_intel
cryptd                 20480  2 aesni_intel,ablk_helper
rtl8723be             135168  0
snd_hda_core           65536  5 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
btcoexist             184320  1 rtl8723be
snd_hwdep              16384  1 snd_hda_codec
rtl_pci                40960  1 rtl8723be
rtlwifi               102400  3 btcoexist,rtl_pci,rtl8723be
snd_pcm               106496  4 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_core
snd_seq_midi           16384  0
snd_seq_midi_event     16384  1 snd_seq_midi
input_leds             16384  0
snd_rawmidi            32768  1 snd_seq_midi
serio_raw              16384  0
snd_seq                69632  2 snd_seq_midi_event,snd_seq_midi
mac80211              733184  3 rtl_pci,rtlwifi,rtl8723be
btusb                  45056  0
btrtl                  16384  1 btusb
btbcm                  16384  1 btusb
btintel                16384  1 btusb
bluetooth             516096  29 bnep,btbcm,btrtl,btusb,rfcomm,btintel
snd_seq_device         16384  3 snd_seq,snd_rawmidi,snd_seq_midi
snd_timer              32768  2 snd_pcm,snd_seq
snd                    81920  17 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,snd_seq_device
cfg80211              548864  2 mac80211,rtlwifi
soundcore              16384  1 snd
shpchp                 36864  0
mei_me                 32768  0
processor_thermal_device    16384  0
int340x_thermal_zone    16384  1 processor_thermal_device
mei                    98304  1 mei_me
intel_soc_dts_iosf     16384  1 processor_thermal_device
intel_lpss_acpi        16384  0
intel_lpss             16384  1 intel_lpss_acpi
tpm_crb                16384  0
int3400_thermal        16384  0
acpi_thermal_rel       16384  1 int3400_thermal
hp_wireless            16384  0
acpi_pad               20480  0
mac_hid                16384  0
parport_pc             32768  0
ppdev                  20480  0
lp                     20480  0
parport                49152  3 lp,ppdev,parport_pc
autofs4                40960  2
amdkfd                122880  1
amd_iommu_v2           20480  1 amdkfd
radeon               1519616  1
i915                 1130496  4
ttm                    94208  1 radeon
psmouse               126976  0
i2c_algo_bit           16384  2 i915,radeon
drm_kms_helper        126976  2 i915,radeon
r8169                  81920  0
mii                    16384  1 r8169
drm                   356352  8 ttm,i915,drm_kms_helper,radeon
ahci                   36864  1
libahci                32768  1 ahci
wmi                    20480  1 hp_wmi
i2c_hid                20480  0
video                  36864  1 i915
pinctrl_sunrisepoint    28672  0
hid                   118784  1 i2c_hid
pinctrl_intel          20480  1 pinctrl_sunrisepoint
ubuoffice@ubuoffice-HP-250-G4-Notebook-PC:~$ iwlist chan 
enp2s0    no frequency information.

lo        no frequency information.

wlp3s0    13 channels in total; available frequencies :
          Channel 01 : 2.412 GHz
          Channel 02 : 2.417 GHz
          Channel 03 : 2.422 GHz
          Channel 04 : 2.427 GHz
          Channel 05 : 2.432 GHz
          Channel 06 : 2.437 GHz
          Channel 07 : 2.442 GHz
          Channel 08 : 2.447 GHz
          Channel 09 : 2.452 GHz
          Channel 10 : 2.457 GHz
          Channel 11 : 2.462 GHz
          Channel 12 : 2.467 GHz
          Channel 13 : 2.472 GHz
          Current Frequency:2.437 GHz (Channel 6)

ubuoffice@ubuoffice-HP-250-G4-Notebook-PC:~$ sudo iwlist scan 
[sudo] Passwort für ubuoffice: 
enp2s0    Interface doesn't support scanning.

lo        Interface doesn't support scanning.

wlp3s0    Scan completed :
          Cell 01 - Address: E8:74:E6:04:F6:69
                    Channel:6
                    Frequency:2.437 GHz (Channel 6)
                    Quality=48/70  Signal level=-62 dBm  
                    Encryption key:on
                    ESSID:"Mutorcs-Lan"
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
                              24 Mb/s; 36 Mb/s; 54 Mb/s
                    Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 48 Mb/s
                    Mode:Master
                    Extra:tsf=00000000a4453db2
                    Extra: Last beacon: 136ms ago
                    IE: Unknown: 000B4D75746F7263732D4C616E
                    IE: Unknown: 010882848B962430486C
                    IE: Unknown: 030106
                    IE: Unknown: 0706434820010D14
                    IE: Unknown: 2A0100
                    IE: Unknown: 2F0100
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    IE: Unknown: 32040C121860
                    IE: Unknown: 2D1A7C181BFFFF000000000000000000000000000000000000000000
                    IE: Unknown: 3D1606080400000000000000000000000000000000000000
                    IE: Unknown: DD8C0050F204104A00011010440001021041000100103B00010310470010556FF5B478AC5CF1BDB802FED47D8CC91021000D4144422042726F616462616E6410230007563232364E31571024000D333336303349303335353534321042000D333336303349303335353534321054000800060013C804000110110007563232364E3157100800020080103C000101
                    IE: Unknown: DD090010180202F02C0000
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    IE: Unknown: DD180050F2020101000003A4000027A4000042435E0062322F00
          Cell 02 - Address: E8:74:E6:04:F6:6A
                    Channel:6
                    Frequency:2.437 GHz (Channel 6)
                    Quality=48/70  Signal level=-62 dBm  
                    Encryption key:on
                    ESSID:"Wii-U"
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
                              24 Mb/s; 36 Mb/s; 54 Mb/s
                    Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 48 Mb/s
                    Mode:Master
                    Extra:tsf=00000000a4454c1d
                    Extra: Last beacon: 136ms ago
                    IE: Unknown: 00055769692D55
                    IE: Unknown: 010882848B962430486C
                    IE: Unknown: 030106
                    IE: Unknown: 0706434820010D14
                    IE: Unknown: 2A0100
                    IE: Unknown: 2F0100
                    IE: Unknown: 32040C121860
                    IE: Unknown: DD090010180200F02C0000
                    IE: Unknown: DD180050F2020101000003A4000027A4000042435E0062322F00

ubuoffice@ubuoffice-HP-250-G4-Notebook-PC:~$ egrep -i 'net|eth|wlan|firm|reason' /var/log/syslog 
Feb 26 13:01:19 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <warn>  (wlp3s0): disconnecting connection 'Mutorcs-Lan' for new activation request.
Feb 26 13:01:19 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): device state change: activated -> deactivating (reason 'new-activation') [100 110 60]
Feb 26 13:01:19 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  NetworkManager state is now DISCONNECTING
Feb 26 13:01:19 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): disconnecting for new activation request.
Feb 26 13:01:19 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): device state change: deactivating -> disconnected (reason 'new-activation') [110 30 60]
Feb 26 13:01:19 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): canceled DHCP transaction, DHCP client pid 2242
Feb 26 13:01:19 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): DHCPv4 state changed bound -> done
Feb 26 13:01:19 ubuoffice-HP-250-G4-Notebook-PC kernel: [  536.985899] wlp3s0: deauthenticating from e8:74:e6:04:f6:69 by local choice (Reason: 3=DEAUTH_LEAVING)
Feb 26 13:01:19 ubuoffice-HP-250-G4-Notebook-PC wpa_supplicant[782]: wlp3s0: CTRL-EVENT-DISCONNECTED bssid=e8:74:e6:04:f6:69 reason=3 locally_generated=1
Feb 26 13:01:19 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  Writing DNS information to /sbin/resolvconf
Feb 26 13:01:19 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  NetworkManager state is now DISCONNECTED
Feb 26 13:01:19 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  Device 'wlp3s0' has no connection; scheduling activate_check in 0 seconds.
Feb 26 13:01:19 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): Activation: starting connection 'Mutorcs-Lan' (edd68d07-bca9-43d2-ad78-62be5154ea38)
Feb 26 13:01:19 ubuoffice-HP-250-G4-Notebook-PC systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 26 13:01:19 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <warn>  Connection disconnected (reason -3)
Feb 26 13:01:19 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): supplicant interface state: completed -> disconnected
Feb 26 13:01:19 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
Feb 26 13:01:19 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  NetworkManager state is now CONNECTING
Feb 26 13:01:19 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): device state change: prepare -> config (reason 'none') [40 50 0]
Feb 26 13:01:19 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): Activation: (wifi) access point 'Mutorcs-Lan' has security, but secrets are required.
Feb 26 13:01:19 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): device state change: config -> need-auth (reason 'none') [50 60 0]
Feb 26 13:01:19 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): device state change: need-auth -> prepare (reason 'none') [60 40 0]
Feb 26 13:01:19 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): device state change: prepare -> config (reason 'none') [40 50 0]
Feb 26 13:01:19 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): Activation: (wifi) connection 'Mutorcs-Lan' has security, and secrets exist.  No new secrets needed.
Feb 26 13:01:19 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  Config: added 'ssid' value 'Mutorcs-Lan'
Feb 26 13:01:19 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  Config: added 'scan_ssid' value '1'
Feb 26 13:01:19 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  Config: added 'key_mgmt' value 'WPA-PSK'
Feb 26 13:01:19 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  Config: added 'auth_alg' value 'OPEN'
Feb 26 13:01:19 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  Config: added 'psk' value '<omitted>'
Feb 26 13:01:19 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  Config: set interface ap_scan to 1
Feb 26 13:01:19 ubuoffice-HP-250-G4-Notebook-PC systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 26 13:01:20 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): supplicant interface state: disconnected -> authenticating
Feb 26 13:01:20 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): supplicant interface state: authenticating -> associating
Feb 26 13:01:20 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): supplicant interface state: associating -> associated
Feb 26 13:01:20 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): supplicant interface state: associated -> 4-way handshake
Feb 26 13:01:20 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): supplicant interface state: 4-way handshake -> completed
Feb 26 13:01:20 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful.  Connected to wireless network 'Mutorcs-Lan'.
Feb 26 13:01:20 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): device state change: config -> ip-config (reason 'none') [50 70 0]
Feb 26 13:01:20 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  Activation (wlp3s0) Beginning DHCPv4 transaction (timeout in 45 seconds)
Feb 26 13:01:20 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  dhclient started with pid 3194
Feb 26 13:01:20 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>    address xxx.xxx.x.xxx
Feb 26 13:01:20 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>    plen 24 (255.255.255.0)
Feb 26 13:01:20 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>    gateway xxx.xxx.x.x
Feb 26 13:01:20 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>    server identifier xxx.xxx.x.x
Feb 26 13:01:20 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>    lease time 86400
Feb 26 13:01:20 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>    hostname 'ubuoffice-HP-250-G4-Notebook-PC'
Feb 26 13:01:20 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>    nameserver '192.168.1.1'
Feb 26 13:01:20 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>    domain name 'home'
Feb 26 13:01:20 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): DHCPv4 state changed unknown -> bound
Feb 26 13:01:20 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): device state change: ip-config -> ip-check (reason 'none') [70 80 0]
Feb 26 13:01:20 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): device state change: ip-check -> secondaries (reason 'none') [80 90 0]
Feb 26 13:01:20 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): device state change: secondaries -> activated (reason 'none') [90 100 0]
Feb 26 13:01:20 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  NetworkManager state is now CONNECTED_LOCAL
Feb 26 13:01:20 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  NetworkManager state is now CONNECTED_GLOBAL
Feb 26 13:01:20 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  Policy set 'Mutorcs-Lan' (wlp3s0) as default for IPv4 routing and DNS.
Feb 26 13:01:20 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  Writing DNS information to /sbin/resolvconf
Feb 26 13:01:20 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): Activation: successful, device activated.
Feb 26 13:01:22 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  Policy set 'Mutorcs-Lan' (wlp3s0) as default for IPv6 routing and DNS.
Feb 26 13:01:24 ubuoffice-HP-250-G4-Notebook-PC whoopsie[631]: [13:01:24] The default IPv4 route is: /org/freedesktop/NetworkManager/ActiveConnection/4
Feb 26 13:01:24 ubuoffice-HP-250-G4-Notebook-PC whoopsie[631]: [13:01:24] Not a paid data plan: /org/freedesktop/NetworkManager/ActiveConnection/4
Feb 26 13:01:24 ubuoffice-HP-250-G4-Notebook-PC whoopsie[631]: [13:01:24] Found usable connection: /org/freedesktop/NetworkManager/ActiveConnection/4
Feb 26 13:01:43 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <warn>  (wlp3s0): disconnecting connection 'Mutorcs-Lan' for new activation request.
Feb 26 13:01:43 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): device state change: activated -> deactivating (reason 'new-activation') [100 110 60]
Feb 26 13:01:43 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  NetworkManager state is now DISCONNECTING
Feb 26 13:01:43 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): disconnecting for new activation request.
Feb 26 13:01:43 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): device state change: deactivating -> disconnected (reason 'new-activation') [110 30 60]
Feb 26 13:01:43 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): canceled DHCP transaction, DHCP client pid 3194
Feb 26 13:01:43 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): DHCPv4 state changed bound -> done
Feb 26 13:01:43 ubuoffice-HP-250-G4-Notebook-PC kernel: [  561.078498] wlp3s0: deauthenticating from e8:74:e6:04:f6:69 by local choice (Reason: 3=DEAUTH_LEAVING)
Feb 26 13:01:43 ubuoffice-HP-250-G4-Notebook-PC wpa_supplicant[782]: wlp3s0: CTRL-EVENT-DISCONNECTED bssid=e8:74:e6:04:f6:69 reason=3 locally_generated=1
Feb 26 13:01:43 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  Writing DNS information to /sbin/resolvconf
Feb 26 13:01:43 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  NetworkManager state is now DISCONNECTED
Feb 26 13:01:43 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  Device 'wlp3s0' has no connection; scheduling activate_check in 0 seconds.
Feb 26 13:01:43 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): Activation: starting connection 'Mutorcs-Lan' (edd68d07-bca9-43d2-ad78-62be5154ea38)
Feb 26 13:01:43 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <warn>  Connection disconnected (reason -3)
Feb 26 13:01:43 ubuoffice-HP-250-G4-Notebook-PC systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 26 13:01:43 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): supplicant interface state: completed -> disconnected
Feb 26 13:01:43 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
Feb 26 13:01:43 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  NetworkManager state is now CONNECTING
Feb 26 13:01:43 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): device state change: prepare -> config (reason 'none') [40 50 0]
Feb 26 13:01:43 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): Activation: (wifi) access point 'Mutorcs-Lan' has security, but secrets are required.
Feb 26 13:01:43 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): device state change: config -> need-auth (reason 'none') [50 60 0]
Feb 26 13:01:43 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): device state change: need-auth -> prepare (reason 'none') [60 40 0]
Feb 26 13:01:43 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): device state change: prepare -> config (reason 'none') [40 50 0]
Feb 26 13:01:43 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): Activation: (wifi) connection 'Mutorcs-Lan' has security, and secrets exist.  No new secrets needed.
Feb 26 13:01:43 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  Config: added 'ssid' value 'Mutorcs-Lan'
Feb 26 13:01:43 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  Config: added 'scan_ssid' value '1'
Feb 26 13:01:43 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  Config: added 'key_mgmt' value 'WPA-PSK'
Feb 26 13:01:43 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  Config: added 'auth_alg' value 'OPEN'
Feb 26 13:01:43 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  Config: added 'psk' value '<omitted>'
Feb 26 13:01:43 ubuoffice-HP-250-G4-Notebook-PC systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 26 13:01:43 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  Config: set interface ap_scan to 1
Feb 26 13:01:44 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): supplicant interface state: disconnected -> authenticating
Feb 26 13:01:44 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): supplicant interface state: authenticating -> associating
Feb 26 13:01:44 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): supplicant interface state: associating -> associated
Feb 26 13:01:44 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): supplicant interface state: associated -> 4-way handshake
Feb 26 13:01:44 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): supplicant interface state: 4-way handshake -> completed
Feb 26 13:01:44 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful.  Connected to wireless network 'Mutorcs-Lan'.
Feb 26 13:01:44 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): device state change: config -> ip-config (reason 'none') [50 70 0]
Feb 26 13:01:44 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  Activation (wlp3s0) Beginning DHCPv4 transaction (timeout in 45 seconds)
Feb 26 13:01:44 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  dhclient started with pid 3505
Feb 26 13:01:44 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>    address xxx.xxx.x.xxx
Feb 26 13:01:44 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>    plen 24 (255.255.255.0)
Feb 26 13:01:44 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>    gateway xxx.xxx.x.x
Feb 26 13:01:44 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>    server identifier xxx.xxx.x.x
Feb 26 13:01:44 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>    lease time 86400
Feb 26 13:01:44 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>    hostname 'ubuoffice-HP-250-G4-Notebook-PC'
Feb 26 13:01:44 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>    nameserver '192.168.1.1'
Feb 26 13:01:44 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>    domain name 'home'
Feb 26 13:01:44 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): DHCPv4 state changed unknown -> bound
Feb 26 13:01:44 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): device state change: ip-config -> ip-check (reason 'none') [70 80 0]
Feb 26 13:01:44 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): device state change: ip-check -> secondaries (reason 'none') [80 90 0]
Feb 26 13:01:44 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): device state change: secondaries -> activated (reason 'none') [90 100 0]
Feb 26 13:01:44 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  NetworkManager state is now CONNECTED_LOCAL
Feb 26 13:01:44 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  NetworkManager state is now CONNECTED_GLOBAL
Feb 26 13:01:44 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  Policy set 'Mutorcs-Lan' (wlp3s0) as default for IPv4 routing and DNS.
Feb 26 13:01:44 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  Writing DNS information to /sbin/resolvconf
Feb 26 13:01:45 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): Activation: successful, device activated.
Feb 26 13:01:46 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  Policy set 'Mutorcs-Lan' (wlp3s0) as default for IPv6 routing and DNS.
Feb 26 13:02:01 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): device state change: activated -> deactivating (reason 'connection-removed') [100 110 38]
Feb 26 13:02:01 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  NetworkManager state is now DISCONNECTING
Feb 26 13:02:01 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): device state change: deactivating -> disconnected (reason 'connection-removed') [110 30 38]
Feb 26 13:02:01 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): canceled DHCP transaction, DHCP client pid 3505
Feb 26 13:02:01 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): DHCPv4 state changed bound -> done
Feb 26 13:02:01 ubuoffice-HP-250-G4-Notebook-PC kernel: [  578.832259] wlp3s0: deauthenticating from e8:74:e6:04:f6:69 by local choice (Reason: 3=DEAUTH_LEAVING)
Feb 26 13:02:01 ubuoffice-HP-250-G4-Notebook-PC wpa_supplicant[782]: wlp3s0: CTRL-EVENT-DISCONNECTED bssid=e8:74:e6:04:f6:69 reason=3 locally_generated=1
Feb 26 13:02:01 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  Writing DNS information to /sbin/resolvconf
Feb 26 13:02:01 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  NetworkManager state is now DISCONNECTED
Feb 26 13:02:01 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  Device 'wlp3s0' has no connection; scheduling activate_check in 0 seconds.
Feb 26 13:02:01 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <warn>  Connection disconnected (reason -3)
Feb 26 13:02:01 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <info>  (wlp3s0): supplicant interface state: completed -> disconnected
Feb 26 13:02:01 ubuoffice-HP-250-G4-Notebook-PC systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 26 13:02:01 ubuoffice-HP-250-G4-Notebook-PC systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 26 13:02:16 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <warn>  error requesting auth for org.freedesktop.NetworkManager.settings.modify.hostname: (0) Authorization check failed: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
Feb 26 13:02:16 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <warn>  error requesting auth for org.freedesktop.NetworkManager.settings.modify.own: (0) Authorization check failed: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
Feb 26 13:02:16 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <warn>  error requesting auth for org.freedesktop.NetworkManager.settings.modify.system: (0) Authorization check failed: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
Feb 26 13:02:16 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <warn>  error requesting auth for org.freedesktop.NetworkManager.wifi.share.open: (0) Authorization check failed: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
Feb 26 13:02:16 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <warn>  error requesting auth for org.freedesktop.NetworkManager.wifi.share.protected: (0) Authorization check failed: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
Feb 26 13:02:16 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <warn>  error requesting auth for org.freedesktop.NetworkManager.network-control: (0) Authorization check failed: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
Feb 26 13:02:16 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <warn>  error requesting auth for org.freedesktop.NetworkManager.enable-disable-wimax: (0) Authorization check failed: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
Feb 26 13:02:16 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <warn>  error requesting auth for org.freedesktop.NetworkManager.enable-disable-wwan: (0) Authorization check failed: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
Feb 26 13:02:16 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <warn>  error requesting auth for org.freedesktop.NetworkManager.enable-disable-wifi: (0) Authorization check failed: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
Feb 26 13:02:16 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[685]: <warn>  error requesting auth for org.freedesktop.NetworkManager.sleep-wake: (0) Authorization check failed: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC systemd[1]: Starting Network Time Synchronization...
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC systemd[1]: Started Network Time Synchronization.
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC systemd[1]: Starting LSB: Raise network interfaces....
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC networking[420]: * Configuring network interfaces...
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC ureadahead[215]: ureadahead:/etc/NetworkManager/system-connections/Mutorcs-Lan: Datei oder Verzeichnis nicht gefunden
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC networking[420]: ...done.
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC systemd[1]: Started LSB: Raise network interfaces..
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC systemd[1]: Started Trigger resolvconf update for networkd DNS.
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC systemd[1]: Starting Network Manager...
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC kernel: [    0.047196] Initializing cgroup subsys net_cls
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC kernel: [    0.047199] Initializing cgroup subsys net_prio
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC kernel: [    0.133692] NET: Registered protocol family 16
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC kernel: [    0.154014] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC kernel: [    0.268200] NetLabel: Initializing
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC kernel: [    0.268201] NetLabel:  domain hash size = 128
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC kernel: [    0.268201] NetLabel:  protocols = UNLABELED CIPSOv4
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC kernel: [    0.268211] NetLabel:  unlabeled traffic allowed by default
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC kernel: [    0.288835] NET: Registered protocol family 2
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC kernel: [    0.289431] NET: Registered protocol family 1
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC kernel: [    0.824769] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC kernel: [    0.825343] audit: initializing netlink subsys (disabled)
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC avahi-daemon[620]: Network interface enumeration completed.
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC kernel: [    0.906781] NET: Registered protocol family 10
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC kernel: [    0.907053] NET: Registered protocol family 17
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC kernel: [    0.980967] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC kernel: [    0.988663] r8169 0000:02:00.0 eth0: RTL8168h/8111h at 0xffffc90000ca8000, fc:3f:db:35:bb:60, XID 14100800 IRQ 124
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC kernel: [    0.988666] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC kernel: [    1.015921] VGA switcheroo: detected switching method \_SB_.PCI0.GFX0.ATPX handle
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC kernel: [    1.027853] r8169 0000:02:00.0 enp2s0: renamed from eth0
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC kernel: [    1.887897] audit: type=1400 audit(1456488167.468:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=406 comm="apparmor_parser"
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC kernel: [    1.887902] audit: type=1400 audit(1456488167.468:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=406 comm="apparmor_parser"
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  NetworkManager (version 1.0.4) is starting...
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Read config: /etc/NetworkManager/NetworkManager.conf
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC kernel: [    1.979890] NET: Registered protocol family 31
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC kernel: [    2.076821] Using firmware rtlwifi/rtl8723befw.bin
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  VPN: loaded org.freedesktop.NetworkManager.pptp
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  DNS: loaded plugin dnsmasq
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  init!
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  update_system_hostname
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>        interface-parser: parsing file /etc/network/interfaces
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>        interface-parser: finished parsing file /etc/network/interfaces
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  management mode: unmanaged
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  devices added (path: /sys/devices/pci0000:00/0000:00:1c.4/0000:02:00.0/net/enp2s0, iface: enp2s0)
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  device added (path: /sys/devices/pci0000:00/0000:00:1c.4/0000:02:00.0/net/enp2s0, iface: enp2s0): no ifupdown configuration found.
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC systemd[1]: Started Network Manager.
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  devices added (path: /sys/devices/pci0000:00/0000:00:1c.5/0000:03:00.0/net/wlan0, iface: wlan0)
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  device added (path: /sys/devices/pci0000:00/0000:00:1c.5/0000:03:00.0/net/wlan0, iface: wlan0): no ifupdown configuration found.
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC systemd[1]: Reached target Network.
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  devices added (path: /sys/devices/virtual/net/lo, iface: lo)
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC systemd[1]: Reached target Network is Online.
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  device added (path: /sys/devices/virtual/net/lo, iface: lo): no ifupdown configuration found.
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  end _init.
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Loaded settings plugin ifupdown: (C) 2008 Canonical Ltd.  To report bugs please use the NetworkManager mailing list. (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-settings-plugin-ifupdown.so)
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Loaded settings plugin keyfile: (c) 2007 - 2015 Red Hat, Inc.  To report bugs please use the NetworkManager mailing list.
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  SCPlugin-Ofono: init!
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <warn>  SCPlugin-Ofono: file doesn't exist: /var/lib/ofono
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  SCPlugin-Ofono: end _init.
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Loaded settings plugin ofono: (C) 2013 Canonical Ltd.  To report bugs please use the NetworkManager mailing list. (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-settings-plugin-ofono.so)
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (40155584) ... get_connections.
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (40155584) ... get_connections (managed=false): return empty list.
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC ureadahead[215]: ureadahead:/var/lib/NetworkManager/dhclient-wlp3s0.conf: Datei oder Verzeichnis nicht gefunden
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  keyfile: new connection /etc/NetworkManager/system-connections/Xperia Z3 Compact_e146 (95a1ea16-752a-4c55-a660-010a6d0a83e4,"Xperia Z3 Compact_e146")
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  SCPlugin-Ofono: (39922592) ... get_connections.
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  SCPlugin-Ofono: (39922592) connections count: 0
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  get unmanaged devices count: 0
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  monitoring kernel firmware directory '/lib/firmware'.
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  monitoring ifupdown state file '/run/network/ifstate'.
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  rfkill1: found WiFi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.5/0000:03:00.0/ieee80211/phy0/rfkill1) (driver rtl8723be)
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Loaded device plugin: NMVxlanFactory (internal)
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Loaded device plugin: NMVlanFactory (internal)
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Loaded device plugin: NMVethFactory (internal)
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Loaded device plugin: NMTunFactory (internal)
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Loaded device plugin: NMMacvlanFactory (internal)
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Loaded device plugin: NMInfinibandFactory (internal)
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Loaded device plugin: NMGreFactory (internal)
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Loaded device plugin: NMEthernetFactory (internal)
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Loaded device plugin: NMBridgeFactory (internal)
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Loaded device plugin: NMBondFactory (internal)
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Loaded device plugin: NMAtmManager (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-adsl.so)
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Loaded device plugin: NMWifiFactory (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-wifi.so)
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Loaded device plugin: NMBluezManager (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-bluetooth.so)
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Loaded device plugin: NMWwanFactory (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-wwan.so)
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  WiFi enabled by radio killswitch; enabled by state file
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  WWAN enabled by radio killswitch; enabled by state file
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  WiMAX enabled by radio killswitch; enabled by state file
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Networking is enabled by state file
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: nm_device_get_device_type: assertion 'NM_IS_DEVICE (self)' failed
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (lo): link connected
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (lo): new Generic device (carrier: ON, driver: 'unknown', ifindex: 1)
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlan0): using nl80211 for WiFi device control
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlan0): driver supports Access Point (AP) mode
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlan0): new 802.11 WiFi device (carrier: UNKNOWN, driver: 'rtl8723be', ifindex: 3)
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (enp2s0): new Ethernet device (carrier: OFF, driver: 'r8169', ifindex: 2)
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (enp2s0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC kernel: [    2.232502] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC kernel: [    2.252359] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  keyfile: add connection in-memory (42514487-bf9d-4469-9a43-069d1ebe9e53,"Kabelnetzwerkverbindung 1")
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC kernel: [    2.253857] rtl8723be 0000:03:00.0 wlp3s0: renamed from wlan0
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (enp2s0): created default wired connection 'Kabelnetzwerkverbindung 1'
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  urfkill disappeared from the bus
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlan0): interface index 3 renamed iface from 'wlan0' to 'wlp3s0'
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  devices added (path: /sys/devices/pci0000:00/0000:00:1c.5/0000:03:00.0/net/wlp3s0, iface: wlp3s0)
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  device added (path: /sys/devices/pci0000:00/0000:00:1c.5/0000:03:00.0/net/wlp3s0, iface: wlp3s0): no ifupdown configuration found.
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Feb 26 13:02:47 ubuoffice-HP-250-G4-Notebook-PC kernel: [    2.285122] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
Feb 26 13:02:48 ubuoffice-HP-250-G4-Notebook-PC kernel: [    2.624474] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Feb 26 13:02:49 ubuoffice-HP-250-G4-Notebook-PC kernel: [    3.867750] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
Feb 26 13:02:49 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  ModemManager available in the bus
Feb 26 13:02:49 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  ofono is now available
Feb 26 13:02:49 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <warn>  failed to enumerate oFono devices: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.ofono was not provided by any .service files
Feb 26 13:02:49 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  wpa_supplicant running
Feb 26 13:02:49 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  use BlueZ version 5
Feb 26 13:02:49 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): supplicant interface state: starting -> ready
Feb 26 13:02:49 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: unavailable -> disconnected (reason 'supplicant-available') [20 30 42]
Feb 26 13:02:49 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Device 'wlp3s0' has no connection; scheduling activate_check in 0 seconds.
Feb 26 13:02:49 ubuoffice-HP-250-G4-Notebook-PC kernel: [    3.910248] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
Feb 26 13:02:49 ubuoffice-HP-250-G4-Notebook-PC acpid: starting up with netlink and the input layer
Feb 26 13:02:50 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): supplicant interface state: ready -> inactive
Feb 26 13:02:51 ubuoffice-HP-250-G4-Notebook-PC org.freedesktop.Notifications[787]: ** (notify-osd:953): WARNING **: dnd_is_idle_inhibited(): got error "Keine derartige Methode »IsInhibited«"
Feb 26 13:02:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  startup complete
Feb 26 13:02:57 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  WiFi hardware radio set enabled
Feb 26 13:02:57 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  WWAN hardware radio set enabled
Feb 26 13:03:19 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  keyfile: add connection /etc/NetworkManager/system-connections/Mutorcs-Lan (a17ab419-3e0a-4fea-9ea3-fe0f8956e4a7,"Mutorcs-Lan")
Feb 26 13:03:19 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): Activation: starting connection 'Mutorcs-Lan' (a17ab419-3e0a-4fea-9ea3-fe0f8956e4a7)
Feb 26 13:03:19 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
Feb 26 13:03:19 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  NetworkManager state is now CONNECTING
Feb 26 13:03:19 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: prepare -> config (reason 'none') [40 50 0]
Feb 26 13:03:19 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): Activation: (wifi) access point 'Mutorcs-Lan' has security, but secrets are required.
Feb 26 13:03:19 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: config -> need-auth (reason 'none') [50 60 0]
Feb 26 13:03:49 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: need-auth -> prepare (reason 'none') [60 40 0]
Feb 26 13:03:49 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: prepare -> config (reason 'none') [40 50 0]
Feb 26 13:03:49 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): Activation: (wifi) connection 'Mutorcs-Lan' has security, and secrets exist.  No new secrets needed.
Feb 26 13:03:49 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Config: added 'ssid' value 'Mutorcs-Lan'
Feb 26 13:03:49 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Config: added 'scan_ssid' value '1'
Feb 26 13:03:49 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Config: added 'key_mgmt' value 'WPA-PSK'
Feb 26 13:03:49 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Config: added 'auth_alg' value 'OPEN'
Feb 26 13:03:49 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Config: added 'psk' value '<omitted>'
Feb 26 13:03:49 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Config: set interface ap_scan to 1
Feb 26 13:03:51 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): supplicant interface state: inactive -> scanning
Feb 26 13:03:52 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): supplicant interface state: scanning -> authenticating
Feb 26 13:03:52 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): supplicant interface state: authenticating -> associating
Feb 26 13:03:52 ubuoffice-HP-250-G4-Notebook-PC kernel: [   67.143944] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
Feb 26 13:03:52 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): supplicant interface state: associating -> associated
Feb 26 13:03:52 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): supplicant interface state: associated -> 4-way handshake
Feb 26 13:03:52 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): supplicant interface state: 4-way handshake -> completed
Feb 26 13:03:52 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful.  Connected to wireless network 'Mutorcs-Lan'.
Feb 26 13:03:52 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: config -> ip-config (reason 'none') [50 70 0]
Feb 26 13:03:52 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Activation (wlp3s0) Beginning DHCPv4 transaction (timeout in 45 seconds)
Feb 26 13:03:52 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  dhclient started with pid 1632
Feb 26 13:03:52 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    address xxx.xxx.x.xxx
Feb 26 13:03:52 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    plen 24 (255.255.255.0)
Feb 26 13:03:52 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    gateway xxx.xxx.x.x
Feb 26 13:03:52 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    server identifier xxx.xxx.x.x
Feb 26 13:03:52 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    lease time 86400
Feb 26 13:03:52 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    hostname 'ubuoffice-HP-250-G4-Notebook-PC'
Feb 26 13:03:52 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    nameserver 'xxx.xxx.x.x'
Feb 26 13:03:52 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    domain name 'home'
Feb 26 13:03:52 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): DHCPv4 state changed unknown -> bound
Feb 26 13:03:52 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: ip-config -> ip-check (reason 'none') [70 80 0]
Feb 26 13:03:52 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: ip-check -> secondaries (reason 'none') [80 90 0]
Feb 26 13:03:52 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: secondaries -> activated (reason 'none') [90 100 0]
Feb 26 13:03:52 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  NetworkManager state is now CONNECTED_LOCAL
Feb 26 13:03:52 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  NetworkManager state is now CONNECTED_GLOBAL
Feb 26 13:03:52 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Policy set 'Mutorcs-Lan' (wlp3s0) as default for IPv4 routing and DNS.
Feb 26 13:03:52 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  DNS: starting dnsmasq...
Feb 26 13:03:52 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <warn>  dnsmasq not available on the bus, can't update servers.
Feb 26 13:03:52 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <error> [1456488232.803478] [dns-manager/nm-dns-dnsmasq.c:387] update(): dnsmasq owner not found on bus: Could not get owner of name 'org.freedesktop.NetworkManager.dnsmasq': no such name
Feb 26 13:03:52 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <warn>  DNS: plugin dnsmasq update failed
Feb 26 13:03:52 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Writing DNS information to /sbin/resolvconf
Feb 26 13:03:52 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): Activation: successful, device activated.
Feb 26 13:03:52 ubuoffice-HP-250-G4-Notebook-PC systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 26 13:03:52 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <warn>  dnsmasq appeared on DBus: :1.88
Feb 26 13:03:52 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Writing DNS information to /sbin/resolvconf
Feb 26 13:03:52 ubuoffice-HP-250-G4-Notebook-PC systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 26 13:03:52 ubuoffice-HP-250-G4-Notebook-PC whoopsie[556]: [13:03:52] The default IPv4 route is: /org/freedesktop/NetworkManager/ActiveConnection/0
Feb 26 13:03:52 ubuoffice-HP-250-G4-Notebook-PC whoopsie[556]: [13:03:52] Not a paid data plan: /org/freedesktop/NetworkManager/ActiveConnection/0
Feb 26 13:03:52 ubuoffice-HP-250-G4-Notebook-PC whoopsie[556]: [13:03:52] Found usable connection: /org/freedesktop/NetworkManager/ActiveConnection/0
Feb 26 13:03:54 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Policy set 'Mutorcs-Lan' (wlp3s0) as default for IPv6 routing and DNS.
Feb 26 13:09:32 ubuoffice-HP-250-G4-Notebook-PC com.canonical.Unity.Scope.LocalFiles[1057]: (process:2053): unity-files-daemon-WARNING **: folder.vala:65: Failed to read favorites: Datei »/home/ubuoffice/.gtk-bookmarks« konnte nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden
Feb 26 13:10:22 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: activated -> deactivating (reason 'user-requested') [100 110 39]
Feb 26 13:10:22 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  NetworkManager state is now DISCONNECTING
Feb 26 13:10:22 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: deactivating -> disconnected (reason 'user-requested') [110 30 39]
Feb 26 13:10:22 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): canceled DHCP transaction, DHCP client pid 1632
Feb 26 13:10:22 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): DHCPv4 state changed bound -> done
Feb 26 13:10:22 ubuoffice-HP-250-G4-Notebook-PC kernel: [  457.718638] wlp3s0: deauthenticating from e8:74:e6:04:f6:69 by local choice (Reason: 3=DEAUTH_LEAVING)
Feb 26 13:10:22 ubuoffice-HP-250-G4-Notebook-PC wpa_supplicant[712]: wlp3s0: CTRL-EVENT-DISCONNECTED bssid=e8:74:e6:04:f6:69 reason=3 locally_generated=1
Feb 26 13:10:22 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Writing DNS information to /sbin/resolvconf
Feb 26 13:10:22 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  NetworkManager state is now DISCONNECTED
Feb 26 13:10:22 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Device 'wlp3s0' has no connection; scheduling activate_check in 0 seconds.
Feb 26 13:10:22 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <warn>  Connection disconnected (reason -3)
Feb 26 13:10:22 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): supplicant interface state: completed -> disconnected
Feb 26 13:10:22 ubuoffice-HP-250-G4-Notebook-PC systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 26 13:10:22 ubuoffice-HP-250-G4-Notebook-PC systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 26 13:10:25 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): Activation: starting connection 'Mutorcs-Lan' (a17ab419-3e0a-4fea-9ea3-fe0f8956e4a7)
Feb 26 13:10:25 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
Feb 26 13:10:25 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  NetworkManager state is now CONNECTING
Feb 26 13:10:25 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: prepare -> config (reason 'none') [40 50 0]
Feb 26 13:10:25 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): Activation: (wifi) access point 'Mutorcs-Lan' has security, but secrets are required.
Feb 26 13:10:25 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: config -> need-auth (reason 'none') [50 60 0]
Feb 26 13:10:25 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: need-auth -> prepare (reason 'none') [60 40 0]
Feb 26 13:10:25 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: prepare -> config (reason 'none') [40 50 0]
Feb 26 13:10:25 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): Activation: (wifi) connection 'Mutorcs-Lan' has security, and secrets exist.  No new secrets needed.
Feb 26 13:10:25 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Config: added 'ssid' value 'Mutorcs-Lan'
Feb 26 13:10:25 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Config: added 'scan_ssid' value '1'
Feb 26 13:10:25 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Config: added 'key_mgmt' value 'WPA-PSK'
Feb 26 13:10:25 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Config: added 'auth_alg' value 'OPEN'
Feb 26 13:10:25 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Config: added 'psk' value '<omitted>'
Feb 26 13:10:25 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Config: set interface ap_scan to 1
Feb 26 13:10:28 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): supplicant interface state: disconnected -> authenticating
Feb 26 13:10:28 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): supplicant interface state: authenticating -> associating
Feb 26 13:10:28 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): supplicant interface state: associating -> associated
Feb 26 13:10:28 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): supplicant interface state: associated -> 4-way handshake
Feb 26 13:10:28 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): supplicant interface state: 4-way handshake -> completed
Feb 26 13:10:28 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful.  Connected to wireless network 'Mutorcs-Lan'.
Feb 26 13:10:28 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: config -> ip-config (reason 'none') [50 70 0]
Feb 26 13:10:28 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Activation (wlp3s0) Beginning DHCPv4 transaction (timeout in 45 seconds)
Feb 26 13:10:28 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  dhclient started with pid 2212
Feb 26 13:10:28 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    address xxx.xxx.x.xxx
Feb 26 13:10:28 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    plen 24 (255.255.255.0)
Feb 26 13:10:28 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    gateway xxx.xxx.x.x
Feb 26 13:10:28 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    server identifier xxx.xxx.x.x
Feb 26 13:10:28 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    lease time 86400
Feb 26 13:10:28 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    hostname 'ubuoffice-HP-250-G4-Notebook-PC'
Feb 26 13:10:28 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    nameserver 'xxx.xxx.x.x'
Feb 26 13:10:28 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    domain name 'home'
Feb 26 13:10:28 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): DHCPv4 state changed unknown -> bound
Feb 26 13:10:28 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: ip-config -> ip-check (reason 'none') [70 80 0]
Feb 26 13:10:28 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: ip-check -> secondaries (reason 'none') [80 90 0]
Feb 26 13:10:28 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: secondaries -> activated (reason 'none') [90 100 0]
Feb 26 13:10:28 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  NetworkManager state is now CONNECTED_LOCAL
Feb 26 13:10:28 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  NetworkManager state is now CONNECTED_GLOBAL
Feb 26 13:10:28 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Policy set 'Mutorcs-Lan' (wlp3s0) as default for IPv4 routing and DNS.
Feb 26 13:10:28 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Writing DNS information to /sbin/resolvconf
Feb 26 13:10:28 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): Activation: successful, device activated.
Feb 26 13:10:28 ubuoffice-HP-250-G4-Notebook-PC whoopsie[556]: [13:10:28] The default IPv4 route is: /org/freedesktop/NetworkManager/ActiveConnection/1
Feb 26 13:10:28 ubuoffice-HP-250-G4-Notebook-PC whoopsie[556]: [13:10:28] Not a paid data plan: /org/freedesktop/NetworkManager/ActiveConnection/1
Feb 26 13:10:28 ubuoffice-HP-250-G4-Notebook-PC whoopsie[556]: [13:10:28] Found usable connection: /org/freedesktop/NetworkManager/ActiveConnection/1
Feb 26 13:10:30 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Policy set 'Mutorcs-Lan' (wlp3s0) as default for IPv6 routing and DNS.
Feb 26 13:11:50 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: activated -> deactivating (reason 'user-requested') [100 110 39]
Feb 26 13:11:50 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  NetworkManager state is now DISCONNECTING
Feb 26 13:11:50 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: deactivating -> disconnected (reason 'user-requested') [110 30 39]
Feb 26 13:11:50 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): canceled DHCP transaction, DHCP client pid 2212
Feb 26 13:11:50 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): DHCPv4 state changed bound -> done
Feb 26 13:11:50 ubuoffice-HP-250-G4-Notebook-PC kernel: [  545.771522] wlp3s0: deauthenticating from e8:74:e6:04:f6:69 by local choice (Reason: 3=DEAUTH_LEAVING)
Feb 26 13:11:50 ubuoffice-HP-250-G4-Notebook-PC wpa_supplicant[712]: wlp3s0: CTRL-EVENT-DISCONNECTED bssid=e8:74:e6:04:f6:69 reason=3 locally_generated=1
Feb 26 13:11:50 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Writing DNS information to /sbin/resolvconf
Feb 26 13:11:50 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  NetworkManager state is now DISCONNECTED
Feb 26 13:11:50 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Device 'wlp3s0' has no connection; scheduling activate_check in 0 seconds.
Feb 26 13:11:50 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <warn>  Connection disconnected (reason -3)
Feb 26 13:11:50 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): supplicant interface state: completed -> disconnected
Feb 26 13:11:50 ubuoffice-HP-250-G4-Notebook-PC systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 26 13:11:50 ubuoffice-HP-250-G4-Notebook-PC systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 26 13:16:58 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): Activation: starting connection 'Mutorcs-Lan' (a17ab419-3e0a-4fea-9ea3-fe0f8956e4a7)
Feb 26 13:16:58 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
Feb 26 13:16:58 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  NetworkManager state is now CONNECTING
Feb 26 13:16:58 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: prepare -> config (reason 'none') [40 50 0]
Feb 26 13:16:58 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): Activation: (wifi) access point 'Mutorcs-Lan' has security, but secrets are required.
Feb 26 13:16:58 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: config -> need-auth (reason 'none') [50 60 0]
Feb 26 13:16:58 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: need-auth -> prepare (reason 'none') [60 40 0]
Feb 26 13:16:58 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: prepare -> config (reason 'none') [40 50 0]
Feb 26 13:16:58 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): Activation: (wifi) connection 'Mutorcs-Lan' has security, and secrets exist.  No new secrets needed.
Feb 26 13:16:58 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Config: added 'ssid' value 'Mutorcs-Lan'
Feb 26 13:16:58 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Config: added 'scan_ssid' value '1'
Feb 26 13:16:58 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Config: added 'key_mgmt' value 'WPA-PSK'
Feb 26 13:16:58 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Config: added 'auth_alg' value 'OPEN'
Feb 26 13:16:58 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Config: added 'psk' value '<omitted>'
Feb 26 13:16:58 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Config: set interface ap_scan to 1
Feb 26 13:17:00 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): supplicant interface state: disconnected -> scanning
Feb 26 13:17:01 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): supplicant interface state: scanning -> authenticating
Feb 26 13:17:01 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): supplicant interface state: authenticating -> associating
Feb 26 13:17:01 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): supplicant interface state: associating -> associated
Feb 26 13:17:01 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): supplicant interface state: associated -> 4-way handshake
Feb 26 13:17:01 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): supplicant interface state: 4-way handshake -> completed
Feb 26 13:17:01 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful.  Connected to wireless network 'Mutorcs-Lan'.
Feb 26 13:17:01 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: config -> ip-config (reason 'none') [50 70 0]
Feb 26 13:17:01 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Activation (wlp3s0) Beginning DHCPv4 transaction (timeout in 45 seconds)
Feb 26 13:17:01 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  dhclient started with pid 2524
Feb 26 13:17:01 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    address xxx.xxx.x.xx
Feb 26 13:17:01 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    plen 24 (255.255.255.0)
Feb 26 13:17:01 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    gateway xxx.xxx.x.x
Feb 26 13:17:01 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    server identifier xxx.xxx.x.x
Feb 26 13:17:01 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    lease time 86400
Feb 26 13:17:01 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    hostname 'ubuoffice-HP-250-G4-Notebook-PC'
Feb 26 13:17:01 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    nameserver 'xxx.xxx.x.x'
Feb 26 13:17:01 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    domain name 'home'
Feb 26 13:17:01 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): DHCPv4 state changed unknown -> bound
Feb 26 13:17:01 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: ip-config -> ip-check (reason 'none') [70 80 0]
Feb 26 13:17:01 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: ip-check -> secondaries (reason 'none') [80 90 0]
Feb 26 13:17:01 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: secondaries -> activated (reason 'none') [90 100 0]
Feb 26 13:17:01 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  NetworkManager state is now CONNECTED_LOCAL
Feb 26 13:17:01 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  NetworkManager state is now CONNECTED_GLOBAL
Feb 26 13:17:01 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Policy set 'Mutorcs-Lan' (wlp3s0) as default for IPv4 routing and DNS.
Feb 26 13:17:01 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Writing DNS information to /sbin/resolvconf
Feb 26 13:17:01 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): Activation: successful, device activated.
Feb 26 13:17:01 ubuoffice-HP-250-G4-Notebook-PC systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 26 13:17:01 ubuoffice-HP-250-G4-Notebook-PC whoopsie[556]: [13:17:01] The default IPv4 route is: /org/freedesktop/NetworkManager/ActiveConnection/2
Feb 26 13:17:01 ubuoffice-HP-250-G4-Notebook-PC systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 26 13:17:01 ubuoffice-HP-250-G4-Notebook-PC whoopsie[556]: [13:17:01] Not a paid data plan: /org/freedesktop/NetworkManager/ActiveConnection/2
Feb 26 13:17:01 ubuoffice-HP-250-G4-Notebook-PC whoopsie[556]: [13:17:01] Found usable connection: /org/freedesktop/NetworkManager/ActiveConnection/2
Feb 26 13:17:07 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Policy set 'Mutorcs-Lan' (wlp3s0) as default for IPv6 routing and DNS.
Feb 26 13:34:08 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  sleep requested (sleeping: no  enabled: yes)
Feb 26 13:34:08 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  sleeping...
Feb 26 13:34:08 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: activated -> unmanaged (reason 'sleeping') [100 10 37]
Feb 26 13:34:08 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): canceled DHCP transaction, DHCP client pid 2524
Feb 26 13:34:08 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): DHCPv4 state changed bound -> done
Feb 26 13:34:08 ubuoffice-HP-250-G4-Notebook-PC kernel: [ 1885.036372] wlp3s0: deauthenticating from e8:74:e6:04:f6:69 by local choice (Reason: 3=DEAUTH_LEAVING)
Feb 26 13:34:08 ubuoffice-HP-250-G4-Notebook-PC wpa_supplicant[712]: wlp3s0: CTRL-EVENT-DISCONNECTED bssid=e8:74:e6:04:f6:69 reason=3 locally_generated=1
Feb 26 13:34:08 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Writing DNS information to /sbin/resolvconf
Feb 26 13:34:08 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  NetworkManager state is now ASLEEP
Feb 26 13:34:08 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <warn>  Failed to GDBus.Error:fi.w1.wpa_supplicant1.NotConnected: This interface is not connected: disconnect.
Feb 26 13:34:08 ubuoffice-HP-250-G4-Notebook-PC systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 26 13:34:08 ubuoffice-HP-250-G4-Notebook-PC systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 26 13:35:07 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  wake requested (sleeping: yes  enabled: yes)
Feb 26 13:35:07 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  waking up...
Feb 26 13:35:07 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (enp2s0): device state change: unavailable -> unmanaged (reason 'sleeping') [20 10 37]
Feb 26 13:35:07 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Feb 26 13:35:07 ubuoffice-HP-250-G4-Notebook-PC kernel: [ 1888.628573] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
Feb 26 13:35:09 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (enp2s0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Feb 26 13:35:09 ubuoffice-HP-250-G4-Notebook-PC kernel: [ 1890.210194] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
Feb 26 13:35:09 ubuoffice-HP-250-G4-Notebook-PC kernel: [ 1890.210903] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
Feb 26 13:35:09 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  NetworkManager state is now DISCONNECTED
Feb 26 13:35:09 ubuoffice-HP-250-G4-Notebook-PC kernel: [ 1890.230142] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
Feb 26 13:35:09 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): supplicant interface state: starting -> ready
Feb 26 13:35:09 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: unavailable -> disconnected (reason 'supplicant-available') [20 30 42]
Feb 26 13:35:09 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Device 'wlp3s0' has no connection; scheduling activate_check in 0 seconds.
Feb 26 13:35:09 ubuoffice-HP-250-G4-Notebook-PC kernel: [ 1890.273037] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
Feb 26 13:35:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): supplicant interface state: ready -> inactive
Feb 26 13:35:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Auto-activating connection 'Mutorcs-Lan'.
Feb 26 13:35:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): Activation: starting connection 'Mutorcs-Lan' (a17ab419-3e0a-4fea-9ea3-fe0f8956e4a7)
Feb 26 13:35:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
Feb 26 13:35:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  NetworkManager state is now CONNECTING
Feb 26 13:35:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: prepare -> config (reason 'none') [40 50 0]
Feb 26 13:35:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): Activation: (wifi) access point 'Mutorcs-Lan' has security, but secrets are required.
Feb 26 13:35:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: config -> need-auth (reason 'none') [50 60 0]
Feb 26 13:35:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: need-auth -> prepare (reason 'none') [60 40 0]
Feb 26 13:35:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: prepare -> config (reason 'none') [40 50 0]
Feb 26 13:35:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): Activation: (wifi) connection 'Mutorcs-Lan' has security, and secrets exist.  No new secrets needed.
Feb 26 13:35:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Config: added 'ssid' value 'Mutorcs-Lan'
Feb 26 13:35:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Config: added 'scan_ssid' value '1'
Feb 26 13:35:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Config: added 'key_mgmt' value 'WPA-PSK'
Feb 26 13:35:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Config: added 'auth_alg' value 'OPEN'
Feb 26 13:35:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Config: added 'psk' value '<omitted>'
Feb 26 13:35:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Config: set interface ap_scan to 1
Feb 26 13:35:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): supplicant interface state: inactive -> authenticating
Feb 26 13:35:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): supplicant interface state: authenticating -> associating
Feb 26 13:35:10 ubuoffice-HP-250-G4-Notebook-PC kernel: [ 1891.159505] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
Feb 26 13:35:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): supplicant interface state: associating -> associated
Feb 26 13:35:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): supplicant interface state: associated -> 4-way handshake
Feb 26 13:35:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): supplicant interface state: 4-way handshake -> completed
Feb 26 13:35:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful.  Connected to wireless network 'Mutorcs-Lan'.
Feb 26 13:35:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: config -> ip-config (reason 'none') [50 70 0]
Feb 26 13:35:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Activation (wlp3s0) Beginning DHCPv4 transaction (timeout in 45 seconds)
Feb 26 13:35:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  dhclient started with pid 3268
Feb 26 13:35:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    address xxx.xxx.x.xxx
Feb 26 13:35:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    plen 24 (255.255.255.0)
Feb 26 13:35:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    gateway xxx.xxx.x.x
Feb 26 13:35:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    server identifier xxx.xxx.x.x
Feb 26 13:35:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    lease time 86400
Feb 26 13:35:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    hostname 'ubuoffice-HP-250-G4-Notebook-PC'
Feb 26 13:35:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    nameserver 'xxx.xxx.x.x'
Feb 26 13:35:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    domain name 'home'
Feb 26 13:35:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): DHCPv4 state changed unknown -> bound
Feb 26 13:35:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: ip-config -> ip-check (reason 'none') [70 80 0]
Feb 26 13:35:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: ip-check -> secondaries (reason 'none') [80 90 0]
Feb 26 13:35:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: secondaries -> activated (reason 'none') [90 100 0]
Feb 26 13:35:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  NetworkManager state is now CONNECTED_LOCAL
Feb 26 13:35:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  NetworkManager state is now CONNECTED_GLOBAL
Feb 26 13:35:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Policy set 'Mutorcs-Lan' (wlp3s0) as default for IPv4 routing and DNS.
Feb 26 13:35:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Writing DNS information to /sbin/resolvconf
Feb 26 13:35:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): Activation: successful, device activated.
Feb 26 13:35:10 ubuoffice-HP-250-G4-Notebook-PC whoopsie[556]: [13:35:10] The default IPv4 route is: /org/freedesktop/NetworkManager/ActiveConnection/3
Feb 26 13:35:10 ubuoffice-HP-250-G4-Notebook-PC whoopsie[556]: [13:35:10] Not a paid data plan: /org/freedesktop/NetworkManager/ActiveConnection/3
Feb 26 13:35:10 ubuoffice-HP-250-G4-Notebook-PC whoopsie[556]: [13:35:10] Found usable connection: /org/freedesktop/NetworkManager/ActiveConnection/3
Feb 26 13:35:12 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Policy set 'Mutorcs-Lan' (wlp3s0) as default for IPv6 routing and DNS.
Feb 26 13:36:46 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <warn>  (wlp3s0): disconnecting connection 'Mutorcs-Lan' for new activation request.
Feb 26 13:36:46 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: activated -> deactivating (reason 'new-activation') [100 110 60]
Feb 26 13:36:46 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  NetworkManager state is now DISCONNECTING
Feb 26 13:36:46 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): disconnecting for new activation request.
Feb 26 13:36:46 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: deactivating -> disconnected (reason 'new-activation') [110 30 60]
Feb 26 13:36:46 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): canceled DHCP transaction, DHCP client pid 3268
Feb 26 13:36:46 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): DHCPv4 state changed bound -> done
Feb 26 13:36:46 ubuoffice-HP-250-G4-Notebook-PC kernel: [ 1987.292526] wlp3s0: deauthenticating from e8:74:e6:04:f6:69 by local choice (Reason: 3=DEAUTH_LEAVING)
Feb 26 13:36:46 ubuoffice-HP-250-G4-Notebook-PC wpa_supplicant[712]: wlp3s0: CTRL-EVENT-DISCONNECTED bssid=e8:74:e6:04:f6:69 reason=3 locally_generated=1
Feb 26 13:36:46 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Writing DNS information to /sbin/resolvconf
Feb 26 13:36:46 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  NetworkManager state is now DISCONNECTED
Feb 26 13:36:46 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Device 'wlp3s0' has no connection; scheduling activate_check in 0 seconds.
Feb 26 13:36:46 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): Activation: starting connection 'Mutorcs-Lan' (a17ab419-3e0a-4fea-9ea3-fe0f8956e4a7)
Feb 26 13:36:46 ubuoffice-HP-250-G4-Notebook-PC systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 26 13:36:46 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <warn>  Connection disconnected (reason -3)
Feb 26 13:36:46 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): supplicant interface state: completed -> disconnected
Feb 26 13:36:46 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
Feb 26 13:36:46 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  NetworkManager state is now CONNECTING
Feb 26 13:36:46 ubuoffice-HP-250-G4-Notebook-PC systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 26 13:36:46 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: prepare -> config (reason 'none') [40 50 0]
Feb 26 13:36:46 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): Activation: (wifi) access point 'Mutorcs-Lan' has security, but secrets are required.
Feb 26 13:36:46 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: config -> need-auth (reason 'none') [50 60 0]
Feb 26 13:36:46 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: need-auth -> prepare (reason 'none') [60 40 0]
Feb 26 13:36:46 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: prepare -> config (reason 'none') [40 50 0]
Feb 26 13:36:46 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): Activation: (wifi) connection 'Mutorcs-Lan' has security, and secrets exist.  No new secrets needed.
Feb 26 13:36:46 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Config: added 'ssid' value 'Mutorcs-Lan'
Feb 26 13:36:46 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Config: added 'scan_ssid' value '1'
Feb 26 13:36:46 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Config: added 'key_mgmt' value 'WPA-PSK'
Feb 26 13:36:46 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Config: added 'auth_alg' value 'OPEN'
Feb 26 13:36:46 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Config: added 'psk' value '<omitted>'
Feb 26 13:36:46 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Config: set interface ap_scan to 1
Feb 26 13:36:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): supplicant interface state: disconnected -> authenticating
Feb 26 13:36:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): supplicant interface state: authenticating -> associating
Feb 26 13:36:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): supplicant interface state: associating -> associated
Feb 26 13:36:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): supplicant interface state: associated -> 4-way handshake
Feb 26 13:36:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): supplicant interface state: 4-way handshake -> completed
Feb 26 13:36:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful.  Connected to wireless network 'Mutorcs-Lan'.
Feb 26 13:36:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: config -> ip-config (reason 'none') [50 70 0]
Feb 26 13:36:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Activation (wlp3s0) Beginning DHCPv4 transaction (timeout in 45 seconds)
Feb 26 13:36:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  dhclient started with pid 3577
Feb 26 13:36:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    address xxx.xxx.x.xxx
Feb 26 13:36:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    plen 24 (255.255.255.0)
Feb 26 13:36:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    gateway xxx.xxx.x.x
Feb 26 13:36:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    server identifier xxx.xxx.x.x
Feb 26 13:36:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    lease time 86400
Feb 26 13:36:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    hostname 'ubuoffice-HP-250-G4-Notebook-PC'
Feb 26 13:36:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    nameserver 'xxx.xxx.x.x'
Feb 26 13:36:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    domain name 'home'
Feb 26 13:36:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): DHCPv4 state changed unknown -> bound
Feb 26 13:36:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: ip-config -> ip-check (reason 'none') [70 80 0]
Feb 26 13:36:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: ip-check -> secondaries (reason 'none') [80 90 0]
Feb 26 13:36:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: secondaries -> activated (reason 'none') [90 100 0]
Feb 26 13:36:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  NetworkManager state is now CONNECTED_LOCAL
Feb 26 13:36:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  NetworkManager state is now CONNECTED_GLOBAL
Feb 26 13:36:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Policy set 'Mutorcs-Lan' (wlp3s0) as default for IPv4 routing and DNS.
Feb 26 13:36:47 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Writing DNS information to /sbin/resolvconf
Feb 26 13:36:57 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): Activation: successful, device activated.
Feb 26 13:36:57 ubuoffice-HP-250-G4-Notebook-PC systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 26 13:36:57 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <warn>  (wlp3s0): disconnecting connection 'Mutorcs-Lan' for new activation request.
Feb 26 13:36:57 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: activated -> deactivating (reason 'new-activation') [100 110 60]
Feb 26 13:36:57 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  NetworkManager state is now DISCONNECTING
Feb 26 13:36:57 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): disconnecting for new activation request.
Feb 26 13:36:57 ubuoffice-HP-250-G4-Notebook-PC systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 26 13:36:57 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: deactivating -> disconnected (reason 'new-activation') [110 30 60]
Feb 26 13:36:57 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): canceled DHCP transaction, DHCP client pid 3577
Feb 26 13:36:57 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): DHCPv4 state changed bound -> done
Feb 26 13:36:57 ubuoffice-HP-250-G4-Notebook-PC kernel: [ 1998.493970] wlp3s0: deauthenticating from e8:74:e6:04:f6:69 by local choice (Reason: 3=DEAUTH_LEAVING)
Feb 26 13:36:57 ubuoffice-HP-250-G4-Notebook-PC wpa_supplicant[712]: wlp3s0: CTRL-EVENT-DISCONNECTED bssid=e8:74:e6:04:f6:69 reason=3 locally_generated=1
Feb 26 13:36:57 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Writing DNS information to /sbin/resolvconf
Feb 26 13:36:57 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  NetworkManager state is now DISCONNECTED
Feb 26 13:36:57 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Device 'wlp3s0' has no connection; scheduling activate_check in 0 seconds.
Feb 26 13:36:57 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): Activation: starting connection 'Mutorcs-Lan' (a17ab419-3e0a-4fea-9ea3-fe0f8956e4a7)
Feb 26 13:36:57 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <warn>  Connection disconnected (reason -3)
Feb 26 13:36:57 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): supplicant interface state: completed -> disconnected
Feb 26 13:36:57 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
Feb 26 13:36:57 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  NetworkManager state is now CONNECTING
Feb 26 13:36:57 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: prepare -> config (reason 'none') [40 50 0]
Feb 26 13:36:57 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): Activation: (wifi) access point 'Mutorcs-Lan' has security, but secrets are required.
Feb 26 13:36:57 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: config -> need-auth (reason 'none') [50 60 0]
Feb 26 13:36:57 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: need-auth -> prepare (reason 'none') [60 40 0]
Feb 26 13:36:57 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: prepare -> config (reason 'none') [40 50 0]
Feb 26 13:36:57 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): Activation: (wifi) connection 'Mutorcs-Lan' has security, and secrets exist.  No new secrets needed.
Feb 26 13:36:57 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Config: added 'ssid' value 'Mutorcs-Lan'
Feb 26 13:36:57 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Config: added 'scan_ssid' value '1'
Feb 26 13:36:57 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Config: added 'key_mgmt' value 'WPA-PSK'
Feb 26 13:36:57 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Config: added 'auth_alg' value 'OPEN'
Feb 26 13:36:57 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Config: added 'psk' value '<omitted>'
Feb 26 13:36:57 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Config: set interface ap_scan to 1
Feb 26 13:36:58 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): supplicant interface state: disconnected -> authenticating
Feb 26 13:36:58 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): supplicant interface state: authenticating -> associating
Feb 26 13:36:58 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): supplicant interface state: associating -> associated
Feb 26 13:36:59 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): supplicant interface state: associated -> 4-way handshake
Feb 26 13:36:59 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): supplicant interface state: 4-way handshake -> completed
Feb 26 13:36:59 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful.  Connected to wireless network 'Mutorcs-Lan'.
Feb 26 13:36:59 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: config -> ip-config (reason 'none') [50 70 0]
Feb 26 13:36:59 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Activation (wlp3s0) Beginning DHCPv4 transaction (timeout in 45 seconds)
Feb 26 13:36:59 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  dhclient started with pid 3703
Feb 26 13:36:59 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    address xxx.xxx.x.xxx
Feb 26 13:36:59 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    plen 24 (255.255.255.0)
Feb 26 13:36:59 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    gateway xxx.xxx.x.x
Feb 26 13:36:59 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    server identifier xxx.xxx.x.x
Feb 26 13:36:59 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    lease time 86400
Feb 26 13:36:59 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    hostname 'ubuoffice-HP-250-G4-Notebook-PC'
Feb 26 13:36:59 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    nameserver 'xxx.xxx.x.x'
Feb 26 13:36:59 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    domain name 'home'
Feb 26 13:36:59 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): DHCPv4 state changed unknown -> bound
Feb 26 13:36:59 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: ip-config -> ip-check (reason 'none') [70 80 0]
Feb 26 13:36:59 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: ip-check -> secondaries (reason 'none') [80 90 0]
Feb 26 13:36:59 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: secondaries -> activated (reason 'none') [90 100 0]
Feb 26 13:36:59 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  NetworkManager state is now CONNECTED_LOCAL
Feb 26 13:36:59 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  NetworkManager state is now CONNECTED_GLOBAL
Feb 26 13:36:59 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Policy set 'Mutorcs-Lan' (wlp3s0) as default for IPv4 routing and DNS.
Feb 26 13:36:59 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Writing DNS information to /sbin/resolvconf
Feb 26 13:37:09 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): Activation: successful, device activated.
Feb 26 13:37:09 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <warn>  (wlp3s0): disconnecting connection 'Mutorcs-Lan' for new activation request.
Feb 26 13:37:09 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: activated -> deactivating (reason 'new-activation') [100 110 60]
Feb 26 13:37:09 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  NetworkManager state is now DISCONNECTING
Feb 26 13:37:09 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): disconnecting for new activation request.
Feb 26 13:37:09 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: deactivating -> disconnected (reason 'new-activation') [110 30 60]
Feb 26 13:37:09 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): canceled DHCP transaction, DHCP client pid 3703
Feb 26 13:37:09 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): DHCPv4 state changed bound -> done
Feb 26 13:37:09 ubuoffice-HP-250-G4-Notebook-PC kernel: [ 2010.615178] wlp3s0: deauthenticating from e8:74:e6:04:f6:69 by local choice (Reason: 3=DEAUTH_LEAVING)
Feb 26 13:37:09 ubuoffice-HP-250-G4-Notebook-PC wpa_supplicant[712]: wlp3s0: CTRL-EVENT-DISCONNECTED bssid=e8:74:e6:04:f6:69 reason=3 locally_generated=1
Feb 26 13:37:09 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Writing DNS information to /sbin/resolvconf
Feb 26 13:37:09 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  NetworkManager state is now DISCONNECTED
Feb 26 13:37:09 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Device 'wlp3s0' has no connection; scheduling activate_check in 0 seconds.
Feb 26 13:37:09 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): Activation: starting connection 'Mutorcs-Lan' (a17ab419-3e0a-4fea-9ea3-fe0f8956e4a7)
Feb 26 13:37:09 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <warn>  Connection disconnected (reason -3)
Feb 26 13:37:09 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): supplicant interface state: completed -> disconnected
Feb 26 13:37:09 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
Feb 26 13:37:09 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  NetworkManager state is now CONNECTING
Feb 26 13:37:09 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: prepare -> config (reason 'none') [40 50 0]
Feb 26 13:37:09 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): Activation: (wifi) access point 'Mutorcs-Lan' has security, but secrets are required.
Feb 26 13:37:09 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: config -> need-auth (reason 'none') [50 60 0]
Feb 26 13:37:09 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: need-auth -> prepare (reason 'none') [60 40 0]
Feb 26 13:37:09 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: prepare -> config (reason 'none') [40 50 0]
Feb 26 13:37:09 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): Activation: (wifi) connection 'Mutorcs-Lan' has security, and secrets exist.  No new secrets needed.
Feb 26 13:37:09 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Config: added 'ssid' value 'Mutorcs-Lan'
Feb 26 13:37:09 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Config: added 'scan_ssid' value '1'
Feb 26 13:37:09 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Config: added 'key_mgmt' value 'WPA-PSK'
Feb 26 13:37:09 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Config: added 'auth_alg' value 'OPEN'
Feb 26 13:37:09 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Config: added 'psk' value '<omitted>'
Feb 26 13:37:09 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Config: set interface ap_scan to 1
Feb 26 13:37:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): supplicant interface state: disconnected -> authenticating
Feb 26 13:37:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): supplicant interface state: authenticating -> associating
Feb 26 13:37:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): supplicant interface state: associating -> associated
Feb 26 13:37:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): supplicant interface state: associated -> 4-way handshake
Feb 26 13:37:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): supplicant interface state: 4-way handshake -> completed
Feb 26 13:37:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful.  Connected to wireless network 'Mutorcs-Lan'.
Feb 26 13:37:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: config -> ip-config (reason 'none') [50 70 0]
Feb 26 13:37:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Activation (wlp3s0) Beginning DHCPv4 transaction (timeout in 45 seconds)
Feb 26 13:37:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  dhclient started with pid 3842
Feb 26 13:37:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    address xxx.xxx.x.xxx
Feb 26 13:37:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    plen 24 (255.255.255.0)
Feb 26 13:37:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    gateway xxx.xxx.x.x
Feb 26 13:37:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    server identifier xxx.xxx.x.x
Feb 26 13:37:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    lease time 86400
Feb 26 13:37:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    hostname 'ubuoffice-HP-250-G4-Notebook-PC'
Feb 26 13:37:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    nameserver 'xxx.xxx.x.x'
Feb 26 13:37:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>    domain name 'home'
Feb 26 13:37:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): DHCPv4 state changed unknown -> bound
Feb 26 13:37:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: ip-config -> ip-check (reason 'none') [70 80 0]
Feb 26 13:37:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: ip-check -> secondaries (reason 'none') [80 90 0]
Feb 26 13:37:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: secondaries -> activated (reason 'none') [90 100 0]
Feb 26 13:37:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  NetworkManager state is now CONNECTED_LOCAL
Feb 26 13:37:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  NetworkManager state is now CONNECTED_GLOBAL
Feb 26 13:37:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Policy set 'Mutorcs-Lan' (wlp3s0) as default for IPv4 routing and DNS.
Feb 26 13:37:10 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Writing DNS information to /sbin/resolvconf
Feb 26 13:37:20 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): Activation: successful, device activated.
Feb 26 13:37:20 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <warn>  (wlp3s0): disconnecting connection 'Mutorcs-Lan' for new activation request.
Feb 26 13:37:20 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: activated -> deactivating (reason 'new-activation') [100 110 60]
Feb 26 13:37:20 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  NetworkManager state is now DISCONNECTING
Feb 26 13:37:20 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): disconnecting for new activation request.
Feb 26 13:37:20 ubuoffice-HP-250-G4-Notebook-PC kernel: [ 2021.816057] wlp3s0: deauthenticating from e8:74:e6:04:f6:69 by local choice (Reason: 3=DEAUTH_LEAVING)
Feb 26 13:37:20 ubuoffice-HP-250-G4-Notebook-PC wpa_supplicant[712]: wlp3s0: CTRL-EVENT-DISCONNECTED bssid=e8:74:e6:04:f6:69 reason=3 locally_generated=1
Feb 26 13:37:20 ubuoffice-HP-250-G4-Notebook-PC dhclient: receive_packet failed on wlp3s0: Network is down
Feb 26 13:37:20 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  WiFi hardware radio set disabled
Feb 26 13:37:20 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: deactivating -> unavailable (reason 'none') [110 20 0]
Feb 26 13:37:20 ubuoffice-HP-250-G4-Notebook-PC wpa_supplicant[712]: rfkill: WLAN soft blocked
Feb 26 13:37:20 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): canceled DHCP transaction, DHCP client pid 3842
Feb 26 13:37:20 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): DHCPv4 state changed bound -> done
Feb 26 13:37:20 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Writing DNS information to /sbin/resolvconf
Feb 26 13:37:20 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  NetworkManager state is now DISCONNECTED
Feb 26 13:37:20 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  WiFi now disabled by radio killswitch
Feb 26 13:37:20 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <warn>  Failed to GDBus.Error:fi.w1.wpa_supplicant1.NotConnected: This interface is not connected: disconnect.
Feb 26 13:37:20 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <warn>  Failed to GDBus.Error:fi.w1.wpa_supplicant1.NotConnected: This interface is not connected: disconnect.
Feb 26 13:37:20 ubuoffice-HP-250-G4-Notebook-PC gnome-session[1183]: (nm-applet:1442): libnm-glib-WARNING **: async_got_type: could not read properties for /org/freedesktop/NetworkManager/ActiveConnection/7: Method "Get" with signature "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist
Feb 26 13:37:20 ubuoffice-HP-250-G4-Notebook-PC gnome-session[1183]: (nm-applet:1442): nm-applet-WARNING **: Aktivierung der Verbindung fehlgeschlagen: (1) Creating object for path '/org/freedesktop/NetworkManager/ActiveConnection/7' failed in libnm-glib.
Feb 26 13:37:22 ubuoffice-HP-250-G4-Notebook-PC nm-dispatcher[3630]: RTNETLINK answers: Network is down
Feb 26 13:37:22 ubuoffice-HP-250-G4-Notebook-PC nm-dispatcher[3630]: run-parts: /etc/network/if-up.d/avahi-autoipd exited with return code 2
Feb 26 13:37:22 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  WiFi hardware radio set enabled
Feb 26 13:37:23 ubuoffice-HP-250-G4-Notebook-PC kernel: [ 2025.080257] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
Feb 26 13:37:23 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  WiFi now enabled by radio killswitch
Feb 26 13:37:23 ubuoffice-HP-250-G4-Notebook-PC nm-dispatcher: Script '/etc/NetworkManager/dispatcher.d/01ifupdown' exited with error status 1.
Feb 26 13:37:23 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <warn>  (21) 01ifupdown failed (failed): Script '/etc/NetworkManager/dispatcher.d/01ifupdown' exited with error status 1.
Feb 26 13:37:24 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): supplicant interface state: starting -> ready
Feb 26 13:37:24 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: unavailable -> disconnected (reason 'supplicant-available') [20 30 42]
Feb 26 13:37:24 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Device 'wlp3s0' has no connection; scheduling activate_check in 0 seconds.
Feb 26 13:37:24 ubuoffice-HP-250-G4-Notebook-PC kernel: [ 2025.141670] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
Feb 26 13:37:32 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  WiFi hardware radio set disabled
Feb 26 13:37:32 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: disconnected -> unavailable (reason 'none') [30 20 0]
Feb 26 13:37:32 ubuoffice-HP-250-G4-Notebook-PC wpa_supplicant[712]: rfkill: WLAN soft blocked
Feb 26 13:37:32 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  WiFi now disabled by radio killswitch
Feb 26 13:37:35 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  WiFi hardware radio set enabled
Feb 26 13:37:36 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  WiFi now enabled by radio killswitch
Feb 26 13:37:36 ubuoffice-HP-250-G4-Notebook-PC kernel: [ 2038.090288] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
Feb 26 13:37:36 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): supplicant interface state: starting -> ready
Feb 26 13:37:36 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: unavailable -> disconnected (reason 'supplicant-available') [20 30 42]
Feb 26 13:37:36 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Device 'wlp3s0' has no connection; scheduling activate_check in 0 seconds.
Feb 26 13:37:36 ubuoffice-HP-250-G4-Notebook-PC kernel: [ 2038.117162] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
Feb 26 13:37:51 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  WiFi hardware radio set disabled
Feb 26 13:37:51 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: disconnected -> unavailable (reason 'none') [30 20 0]
Feb 26 13:37:51 ubuoffice-HP-250-G4-Notebook-PC wpa_supplicant[712]: rfkill: WLAN soft blocked
Feb 26 13:37:51 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  WiFi now disabled by radio killswitch
Feb 26 13:38:11 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  WiFi hardware radio set enabled
Feb 26 13:38:12 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  WiFi now enabled by radio killswitch
Feb 26 13:38:12 ubuoffice-HP-250-G4-Notebook-PC kernel: [ 2074.079942] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
Feb 26 13:38:12 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): supplicant interface state: starting -> ready
Feb 26 13:38:12 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: unavailable -> disconnected (reason 'supplicant-available') [20 30 42]
Feb 26 13:38:12 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Device 'wlp3s0' has no connection; scheduling activate_check in 0 seconds.
Feb 26 13:38:12 ubuoffice-HP-250-G4-Notebook-PC kernel: [ 2074.110324] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
Feb 26 13:38:25 ubuoffice-HP-250-G4-Notebook-PC wpa_supplicant[712]: rfkill: WLAN soft blocked
Feb 26 13:38:25 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  WiFi hardware radio set disabled
Feb 26 13:38:25 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: disconnected -> unavailable (reason 'none') [30 20 0]
Feb 26 13:38:25 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  WiFi now disabled by radio killswitch
Feb 26 13:38:27 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  WiFi hardware radio set enabled
Feb 26 13:38:29 ubuoffice-HP-250-G4-Notebook-PC kernel: [ 2090.510205] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
Feb 26 13:38:29 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  WiFi now enabled by radio killswitch
Feb 26 13:38:29 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): supplicant interface state: starting -> ready
Feb 26 13:38:29 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  (wlp3s0): device state change: unavailable -> disconnected (reason 'supplicant-available') [20 30 42]
Feb 26 13:38:29 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  Device 'wlp3s0' has no connection; scheduling activate_check in 0 seconds.
Feb 26 13:38:29 ubuoffice-HP-250-G4-Notebook-PC kernel: [ 2090.547606] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
Feb 26 13:38:36 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <warn>  error requesting auth for org.freedesktop.NetworkManager.settings.modify.hostname: (0) Authorization check failed: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
Feb 26 13:38:36 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <warn>  error requesting auth for org.freedesktop.NetworkManager.settings.modify.own: (0) Authorization check failed: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
Feb 26 13:38:36 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <warn>  error requesting auth for org.freedesktop.NetworkManager.settings.modify.system: (0) Authorization check failed: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
Feb 26 13:38:36 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <warn>  error requesting auth for org.freedesktop.NetworkManager.wifi.share.open: (0) Authorization check failed: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
Feb 26 13:38:36 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <warn>  error requesting auth for org.freedesktop.NetworkManager.wifi.share.protected: (0) Authorization check failed: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
Feb 26 13:38:36 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <warn>  error requesting auth for org.freedesktop.NetworkManager.network-control: (0) Authorization check failed: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
Feb 26 13:38:36 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <warn>  error requesting auth for org.freedesktop.NetworkManager.enable-disable-wimax: (0) Authorization check failed: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
Feb 26 13:38:36 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <warn>  error requesting auth for org.freedesktop.NetworkManager.enable-disable-wwan: (0) Authorization check failed: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
Feb 26 13:38:36 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <warn>  error requesting auth for org.freedesktop.NetworkManager.enable-disable-wifi: (0) Authorization check failed: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
Feb 26 13:38:36 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <warn>  error requesting auth for org.freedesktop.NetworkManager.sleep-wake: (0) Authorization check failed: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
Feb 26 13:38:36 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <warn>  error requesting auth for org.freedesktop.NetworkManager.enable-disable-network: (0) Authorization check failed: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
Feb 26 13:38:36 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <warn>  error requesting auth for org.freedesktop.NetworkManager.settings.modify.hostname: (0) Authorization check failed: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
Feb 26 13:38:36 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <warn>  error requesting auth for org.freedesktop.NetworkManager.settings.modify.own: (0) Authorization check failed: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
Feb 26 13:38:36 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <warn>  error requesting auth for org.freedesktop.NetworkManager.settings.modify.system: (0) Authorization check failed: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
Feb 26 13:38:36 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <warn>  error requesting auth for org.freedesktop.NetworkManager.wifi.share.open: (0) Authorization check failed: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
Feb 26 13:38:36 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[532]: <info>  ModemManager disappeared from bus
Feb 26 13:38:36 ubuoffice-HP-250-G4-Notebook-PC org.freedesktop.Notifications[1057]: loading icon 'notification-nm-device-wireless' caused error: 'Symbol »notification-nm-device-wireless« nicht im Thema ubuntu-mono-dark vorhanden'loading icon 'notification-notification-network-wireless-disconnected' caused error: 'Symbol »notification-notification-network-wireless-disconnected« nicht im Thema ubuntu-mono-dark vorhanden'loading icon 'notification-nm-device-wireless' caused error: 'Symbol »notification-nm-device-wireless« nicht im Thema ubuntu-mono-dark vorhanden'loading icon 'notification-notification-network-wireless-disconnected' caused error: 'Symbol »notification-notification-network-wireless-disconnected« nicht im Thema ubuntu-mono-dark vorhanden'loading icon 'notification-nm-device-wireless' caused error: 'Symbol »notification-nm-device-wireless« nicht im Thema ubuntu-mono-dark vorhanden'loading icon 'notification-notification-network-wireless-disconnected' caused error: 'Symbol »notification-notification-network-wireless-disconnected« nicht im Thema ubuntu-mono-dark vorhanden'loading icon 'notification-nm-no-connection' caused error: 'Symbol »notification-nm-no-connection« nicht im Thema ubuntu-mono-dark vorhanden'loading icon 'notification-nm-device-wireless' caused error: 'Symbol »notification-nm-device-wireless« nicht im Thema ubuntu-mono-dark vorhanden'loading icon 'notification-nm-no-connection' caused error: 'Symbol »notification-nm-no-connection« nicht im Thema ubuntu-mono-dark vorhanden'loading icon 'notification-notification-network-wireless-disconnected' caused error: 'Symbol »notification-notification-network-wireless-disconnected« nicht im Thema ubuntu-mono-dark vorhanden'loading icon 'notification-nm-no-connection' caused error: 'Symbol »notification-nm-no-connection« nicht im Thema ubuntu-mono-dark vorhanden'loading icon 'notification-notification-network-wireless-disconnected' caused error: 'Symbol »notification-notification-network-wireless-disconnected« nicht im Thema ubuntu-mono-dark vorhanden'
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC systemd[1]: Starting Network Time Synchronization...
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC systemd[1]: Started Network Time Synchronization.
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC systemd[1]: Starting LSB: Raise network interfaces....
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC networking[422]: * Configuring network interfaces...
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC networking[422]: ...done.
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC systemd[1]: Started LSB: Raise network interfaces..
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC systemd[1]: Started Trigger resolvconf update for networkd DNS.
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC systemd[1]: Starting Network Manager...
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC avahi-daemon[580]: Network interface enumeration completed.
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC kernel: [    0.047059] Initializing cgroup subsys net_cls
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC kernel: [    0.047063] Initializing cgroup subsys net_prio
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC kernel: [    0.133528] NET: Registered protocol family 16
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC kernel: [    0.157867] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC kernel: [    0.272096] NetLabel: Initializing
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC kernel: [    0.272097] NetLabel:  domain hash size = 128
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC kernel: [    0.272098] NetLabel:  protocols = UNLABELED CIPSOv4
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC kernel: [    0.272108] NetLabel:  unlabeled traffic allowed by default
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC kernel: [    0.292671] NET: Registered protocol family 2
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC kernel: [    0.293265] NET: Registered protocol family 1
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC kernel: [    0.828706] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC kernel: [    0.829293] audit: initializing netlink subsys (disabled)
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC kernel: [    0.910203] NET: Registered protocol family 10
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC kernel: [    0.910488] NET: Registered protocol family 17
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC kernel: [    0.984637] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC kernel: [    0.991992] r8169 0000:02:00.0 eth0: RTL8168h/8111h at 0xffffc90000f20000, fc:3f:db:35:bb:60, XID 14100800 IRQ 124
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC kernel: [    0.991995] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC kernel: [    1.016008] VGA switcheroo: detected switching method \_SB_.PCI0.GFX0.ATPX handle
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC kernel: [    1.030553] r8169 0000:02:00.0 enp2s0: renamed from eth0
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC kernel: [    1.863787] audit: type=1400 audit(1456490333.440:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=409 comm="apparmor_parser"
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC kernel: [    1.863801] audit: type=1400 audit(1456490333.440:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=409 comm="apparmor_parser"
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC kernel: [    1.965880] NET: Registered protocol family 31
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC kernel: [    2.050173] Using firmware rtlwifi/rtl8723befw.bin
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  NetworkManager (version 1.0.4) is starting...
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Read config: /etc/NetworkManager/NetworkManager.conf
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC systemd[1]: Started Network Manager.
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  VPN: loaded org.freedesktop.NetworkManager.pptp
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC systemd[1]: Reached target Network.
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  DNS: loaded plugin dnsmasq
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC systemd[1]: Reached target Network is Online.
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC ureadahead[224]: ureadahead:/var/lib/NetworkManager/dhclient-wlp3s0.conf: Datei oder Verzeichnis nicht gefunden
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC whoopsie[546]: [13:38:53] Could not get the Network Manager state:
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC whoopsie[546]: [13:38:53] GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.NetworkManager was not provided by any .service files
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  init!
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  update_system_hostname
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>        interface-parser: parsing file /etc/network/interfaces
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>        interface-parser: finished parsing file /etc/network/interfaces
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  management mode: unmanaged
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  devices added (path: /sys/devices/pci0000:00/0000:00:1c.4/0000:02:00.0/net/enp2s0, iface: enp2s0)
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  device added (path: /sys/devices/pci0000:00/0000:00:1c.4/0000:02:00.0/net/enp2s0, iface: enp2s0): no ifupdown configuration found.
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  devices added (path: /sys/devices/pci0000:00/0000:00:1c.5/0000:03:00.0/net/wlan0, iface: wlan0)
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  device added (path: /sys/devices/pci0000:00/0000:00:1c.5/0000:03:00.0/net/wlan0, iface: wlan0): no ifupdown configuration found.
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  devices added (path: /sys/devices/virtual/net/lo, iface: lo)
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  device added (path: /sys/devices/virtual/net/lo, iface: lo): no ifupdown configuration found.
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  end _init.
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Loaded settings plugin ifupdown: (C) 2008 Canonical Ltd.  To report bugs please use the NetworkManager mailing list. (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-settings-plugin-ifupdown.so)
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Loaded settings plugin keyfile: (c) 2007 - 2015 Red Hat, Inc.  To report bugs please use the NetworkManager mailing list.
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  SCPlugin-Ofono: init!
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <warn>  SCPlugin-Ofono: file doesn't exist: /var/lib/ofono
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  SCPlugin-Ofono: end _init.
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Loaded settings plugin ofono: (C) 2013 Canonical Ltd.  To report bugs please use the NetworkManager mailing list. (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-settings-plugin-ofono.so)
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (33086624) ... get_connections.
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (33086624) ... get_connections (managed=false): return empty list.
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  keyfile: new connection /etc/NetworkManager/system-connections/Mutorcs-Lan (a17ab419-3e0a-4fea-9ea3-fe0f8956e4a7,"Mutorcs-Lan")
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  keyfile: new connection /etc/NetworkManager/system-connections/Xperia Z3 Compact_e146 (95a1ea16-752a-4c55-a660-010a6d0a83e4,"Xperia Z3 Compact_e146")
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  SCPlugin-Ofono: (32852896) ... get_connections.
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  SCPlugin-Ofono: (32852896) connections count: 0
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  get unmanaged devices count: 0
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  monitoring kernel firmware directory '/lib/firmware'.
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  monitoring ifupdown state file '/run/network/ifstate'.
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  rfkill1: found WiFi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.5/0000:03:00.0/ieee80211/phy0/rfkill1) (driver rtl8723be)
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Loaded device plugin: NMVxlanFactory (internal)
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Loaded device plugin: NMVlanFactory (internal)
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Loaded device plugin: NMVethFactory (internal)
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Loaded device plugin: NMTunFactory (internal)
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Loaded device plugin: NMMacvlanFactory (internal)
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Loaded device plugin: NMInfinibandFactory (internal)
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Loaded device plugin: NMGreFactory (internal)
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Loaded device plugin: NMEthernetFactory (internal)
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Loaded device plugin: NMBridgeFactory (internal)
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Loaded device plugin: NMBondFactory (internal)
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Loaded device plugin: NMAtmManager (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-adsl.so)
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Loaded device plugin: NMWifiFactory (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-wifi.so)
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Loaded device plugin: NMBluezManager (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-bluetooth.so)
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Loaded device plugin: NMWwanFactory (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-wwan.so)
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  WiFi enabled by radio killswitch; enabled by state file
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  WWAN enabled by radio killswitch; enabled by state file
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  WiMAX enabled by radio killswitch; enabled by state file
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Networking is enabled by state file
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (enp2s0): new Ethernet device (carrier: OFF, driver: 'r8169', ifindex: 2)
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (enp2s0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC kernel: [    2.238918] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC kernel: [    2.254826] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  keyfile: add connection in-memory (b8bcff2e-f6ca-414a-a168-b193a7f5a7de,"Kabelnetzwerkverbindung 1")
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (enp2s0): created default wired connection 'Kabelnetzwerkverbindung 1'
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: nm_device_get_device_type: assertion 'NM_IS_DEVICE (self)' failed
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (lo): link connected
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (lo): new Generic device (carrier: ON, driver: 'unknown', ifindex: 1)
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (wlan0): using nl80211 for WiFi device control
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (wlan0): driver supports Access Point (AP) mode
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (wlan0): new 802.11 WiFi device (carrier: UNKNOWN, driver: 'rtl8723be', ifindex: 3)
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  devices added (path: /sys/devices/virtual/net/lo, iface: lo)
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  device added (path: /sys/devices/virtual/net/lo, iface: lo): no ifupdown configuration found.
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  urfkill disappeared from the bus
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  ofono is now available
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <warn>  failed to enumerate oFono devices: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.ofono was not provided by any .service files
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  ModemManager available in the bus
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC kernel: [    2.269430] rtl8723be 0000:03:00.0 wlp3s0: renamed from wlan0
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  wpa_supplicant running
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (wlan0): interface index 3 renamed iface from 'wlan0' to 'wlp3s0'
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  devices added (path: /sys/devices/pci0000:00/0000:00:1c.5/0000:03:00.0/net/wlp3s0, iface: wlp3s0)
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  device added (path: /sys/devices/pci0000:00/0000:00:1c.5/0000:03:00.0/net/wlp3s0, iface: wlp3s0): no ifupdown configuration found.
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (wlp3s0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Feb 26 13:38:53 ubuoffice-HP-250-G4-Notebook-PC kernel: [    2.310079] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
Feb 26 13:38:54 ubuoffice-HP-250-G4-Notebook-PC kernel: [    2.605092] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Feb 26 13:38:55 ubuoffice-HP-250-G4-Notebook-PC kernel: [    3.887648] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
Feb 26 13:38:55 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  use BlueZ version 5
Feb 26 13:38:55 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (wlp3s0): supplicant interface state: starting -> ready
Feb 26 13:38:55 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (wlp3s0): device state change: unavailable -> disconnected (reason 'supplicant-available') [20 30 42]
Feb 26 13:38:55 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Device 'wlp3s0' has no connection; scheduling activate_check in 0 seconds.
Feb 26 13:38:55 ubuoffice-HP-250-G4-Notebook-PC kernel: [    3.929901] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
Feb 26 13:38:55 ubuoffice-HP-250-G4-Notebook-PC acpid: starting up with netlink and the input layer
Feb 26 13:38:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (wlp3s0): supplicant interface state: ready -> inactive
Feb 26 13:38:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Auto-activating connection 'Mutorcs-Lan'.
Feb 26 13:38:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (wlp3s0): Activation: starting connection 'Mutorcs-Lan' (a17ab419-3e0a-4fea-9ea3-fe0f8956e4a7)
Feb 26 13:38:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (wlp3s0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
Feb 26 13:38:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  NetworkManager state is now CONNECTING
Feb 26 13:38:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (wlp3s0): device state change: prepare -> config (reason 'none') [40 50 0]
Feb 26 13:38:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (wlp3s0): Activation: (wifi) connection 'Mutorcs-Lan' has security, and secrets exist.  No new secrets needed.
Feb 26 13:38:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Config: added 'ssid' value 'Mutorcs-Lan'
Feb 26 13:38:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Config: added 'scan_ssid' value '1'
Feb 26 13:38:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Config: added 'key_mgmt' value 'WPA-PSK'
Feb 26 13:38:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Config: added 'auth_alg' value 'OPEN'
Feb 26 13:38:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Config: added 'psk' value '<omitted>'
Feb 26 13:38:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Config: set interface ap_scan to 1
Feb 26 13:38:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (wlp3s0): supplicant interface state: inactive -> authenticating
Feb 26 13:38:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (wlp3s0): supplicant interface state: authenticating -> associating
Feb 26 13:38:56 ubuoffice-HP-250-G4-Notebook-PC kernel: [    5.028109] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
Feb 26 13:38:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (wlp3s0): supplicant interface state: associating -> associated
Feb 26 13:38:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (wlp3s0): supplicant interface state: associated -> 4-way handshake
Feb 26 13:38:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (wlp3s0): supplicant interface state: 4-way handshake -> completed
Feb 26 13:38:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (wlp3s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful.  Connected to wireless network 'Mutorcs-Lan'.
Feb 26 13:38:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (wlp3s0): device state change: config -> ip-config (reason 'none') [50 70 0]
Feb 26 13:38:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Activation (wlp3s0) Beginning DHCPv4 transaction (timeout in 45 seconds)
Feb 26 13:38:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  dhclient started with pid 977
Feb 26 13:38:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>    address xxx.xxx.x.xxx
Feb 26 13:38:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>    plen 24 (255.255.255.0)
Feb 26 13:38:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>    gateway xxx.xxx.x.x
Feb 26 13:38:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>    server identifier xxx.xxx.x.x
Feb 26 13:38:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>    lease time 86400
Feb 26 13:38:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>    hostname 'ubuoffice-HP-250-G4-Notebook-PC'
Feb 26 13:38:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>    nameserver 'xxx.xxx.x.x'
Feb 26 13:38:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>    domain name 'home'
Feb 26 13:38:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (wlp3s0): DHCPv4 state changed unknown -> bound
Feb 26 13:38:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (wlp3s0): device state change: ip-config -> ip-check (reason 'none') [70 80 0]
Feb 26 13:38:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (wlp3s0): device state change: ip-check -> secondaries (reason 'none') [80 90 0]
Feb 26 13:38:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (wlp3s0): device state change: secondaries -> activated (reason 'none') [90 100 0]
Feb 26 13:38:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  NetworkManager state is now CONNECTED_LOCAL
Feb 26 13:38:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  NetworkManager state is now CONNECTED_GLOBAL
Feb 26 13:38:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Policy set 'Mutorcs-Lan' (wlp3s0) as default for IPv4 routing and DNS.
Feb 26 13:38:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  DNS: starting dnsmasq...
Feb 26 13:38:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <warn>  dnsmasq not available on the bus, can't update servers.
Feb 26 13:38:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <error> [1456490336.769159] [dns-manager/nm-dns-dnsmasq.c:387] update(): dnsmasq owner not found on bus: Could not get owner of name 'org.freedesktop.NetworkManager.dnsmasq': no such name
Feb 26 13:38:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <warn>  DNS: plugin dnsmasq update failed
Feb 26 13:38:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Writing DNS information to /sbin/resolvconf
Feb 26 13:39:06 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (wlp3s0): Activation: successful, device activated.
Feb 26 13:39:06 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  WiFi hardware radio set enabled
Feb 26 13:39:06 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  WWAN hardware radio set enabled
Feb 26 13:39:06 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  startup complete
Feb 26 13:39:06 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <warn>  dnsmasq appeared on DBus: :1.47
Feb 26 13:39:06 ubuoffice-HP-250-G4-Notebook-PC systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 26 13:39:06 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Writing DNS information to /sbin/resolvconf
Feb 26 13:39:06 ubuoffice-HP-250-G4-Notebook-PC systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 26 13:39:06 ubuoffice-HP-250-G4-Notebook-PC org.freedesktop.Notifications[786]: ** (notify-osd:1138): WARNING **: dnd_is_idle_inhibited(): got error "Keine derartige Methode »IsInhibited«"
Feb 26 13:40:11 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (enp2s0): link connected
Feb 26 13:40:11 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (enp2s0): device state change: unavailable -> disconnected (reason 'carrier-changed') [20 30 40]
Feb 26 13:40:11 ubuoffice-HP-250-G4-Notebook-PC kernel: [   79.893415] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0: link becomes ready
Feb 26 13:40:11 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Device 'enp2s0' has no connection; scheduling activate_check in 0 seconds.
Feb 26 13:40:11 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Auto-activating connection 'Kabelnetzwerkverbindung 1'.
Feb 26 13:40:11 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (enp2s0): Activation: starting connection 'Kabelnetzwerkverbindung 1' (b8bcff2e-f6ca-414a-a168-b193a7f5a7de)
Feb 26 13:40:11 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (enp2s0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
Feb 26 13:40:11 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (enp2s0): device state change: prepare -> config (reason 'none') [40 50 0]
Feb 26 13:40:11 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (enp2s0): device state change: config -> ip-config (reason 'none') [50 70 0]
Feb 26 13:40:11 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Activation (enp2s0) Beginning DHCPv4 transaction (timeout in 45 seconds)
Feb 26 13:40:11 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  dhclient started with pid 1875
Feb 26 13:40:12 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (enp2s0): device state change: ip-config -> ip-check (reason 'none') [70 80 0]
Feb 26 13:40:12 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (enp2s0): device state change: ip-check -> secondaries (reason 'none') [80 90 0]
Feb 26 13:40:12 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (enp2s0): device state change: secondaries -> activated (reason 'none') [90 100 0]
Feb 26 13:40:12 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Policy set 'Kabelnetzwerkverbindung 1' (enp2s0) as default for IPv6 routing and DNS.
Feb 26 13:40:12 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (enp2s0): Activation: successful, device activated.
Feb 26 13:40:12 ubuoffice-HP-250-G4-Notebook-PC systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 26 13:40:12 ubuoffice-HP-250-G4-Notebook-PC systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 26 13:40:14 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>    address xxx.xxx.x.xxx
Feb 26 13:40:14 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>    plen 24 (255.255.255.0)
Feb 26 13:40:14 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>    gateway xxx.xxx.x.x
Feb 26 13:40:14 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>    server identifier xxx.xxx.x.x
Feb 26 13:40:14 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>    lease time 86400
Feb 26 13:40:14 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>    hostname 'ubuoffice-HP-250-G4-Notebook-PC'
Feb 26 13:40:14 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>    nameserver 'xxx.xxx.x.x'
Feb 26 13:40:14 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>    domain name 'home'
Feb 26 13:40:14 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (enp2s0): DHCPv4 state changed unknown -> bound
Feb 26 13:40:14 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Policy set 'Kabelnetzwerkverbindung 1' (enp2s0) as default for IPv4 routing and DNS.
Feb 26 13:40:14 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Writing DNS information to /sbin/resolvconf
Feb 26 13:49:26 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (enp2s0): link disconnected (deferring action for 4 seconds)
Feb 26 13:49:31 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (enp2s0): link disconnected (calling deferred action)
Feb 26 13:49:31 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (enp2s0): device state change: activated -> unavailable (reason 'carrier-changed') [100 20 40]
Feb 26 13:49:31 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (enp2s0): canceled DHCP transaction, DHCP client pid 1875
Feb 26 13:49:31 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (enp2s0): DHCPv4 state changed bound -> done
Feb 26 13:49:31 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Policy set 'Mutorcs-Lan' (wlp3s0) as default for IPv4 routing and DNS.
Feb 26 13:49:31 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Writing DNS information to /sbin/resolvconf
Feb 26 13:49:31 ubuoffice-HP-250-G4-Notebook-PC systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 26 13:49:31 ubuoffice-HP-250-G4-Notebook-PC systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 26 13:51:31 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (enp2s0): link connected
Feb 26 13:51:31 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (enp2s0): device state change: unavailable -> disconnected (reason 'carrier-changed') [20 30 40]
Feb 26 13:51:31 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Device 'enp2s0' has no connection; scheduling activate_check in 0 seconds.
Feb 26 13:51:31 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Auto-activating connection 'Kabelnetzwerkverbindung 1'.
Feb 26 13:51:31 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (enp2s0): Activation: starting connection 'Kabelnetzwerkverbindung 1' (b8bcff2e-f6ca-414a-a168-b193a7f5a7de)
Feb 26 13:51:31 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (enp2s0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
Feb 26 13:51:31 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (enp2s0): device state change: prepare -> config (reason 'none') [40 50 0]
Feb 26 13:51:31 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (enp2s0): device state change: config -> ip-config (reason 'none') [50 70 0]
Feb 26 13:51:31 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Activation (enp2s0) Beginning DHCPv4 transaction (timeout in 45 seconds)
Feb 26 13:51:31 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  dhclient started with pid 2145
Feb 26 13:51:31 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>    address xxx.xxx.x.xxx
Feb 26 13:51:31 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>    plen 24 (255.255.255.0)
Feb 26 13:51:31 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>    gateway xxx.xxx.x.x
Feb 26 13:51:31 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>    server identifier xxx.xxx.x.x
Feb 26 13:51:31 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>    lease time 86400
Feb 26 13:51:31 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>    hostname 'ubuoffice-HP-250-G4-Notebook-PC'
Feb 26 13:51:31 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>    nameserver 'xxx.xxx.x.x'
Feb 26 13:51:31 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>    domain name 'home'
Feb 26 13:51:31 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (enp2s0): DHCPv4 state changed unknown -> bound
Feb 26 13:51:31 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (enp2s0): device state change: ip-config -> ip-check (reason 'none') [70 80 0]
Feb 26 13:51:31 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (enp2s0): device state change: ip-check -> secondaries (reason 'none') [80 90 0]
Feb 26 13:51:31 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (enp2s0): device state change: secondaries -> activated (reason 'none') [90 100 0]
Feb 26 13:51:31 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  NetworkManager state is now CONNECTED_LOCAL
Feb 26 13:51:31 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  NetworkManager state is now CONNECTED_GLOBAL
Feb 26 13:51:31 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Policy set 'Kabelnetzwerkverbindung 1' (enp2s0) as default for IPv4 routing and DNS.
Feb 26 13:51:31 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Writing DNS information to /sbin/resolvconf
Feb 26 13:51:31 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (enp2s0): Activation: successful, device activated.
Feb 26 13:51:31 ubuoffice-HP-250-G4-Notebook-PC systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 26 13:51:31 ubuoffice-HP-250-G4-Notebook-PC systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 26 13:51:33 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Policy set 'Kabelnetzwerkverbindung 1' (enp2s0) as default for IPv6 routing and DNS.
Feb 26 13:51:36 ubuoffice-HP-250-G4-Notebook-PC whoopsie[546]: [13:51:36] The default IPv4 route is: /org/freedesktop/NetworkManager/ActiveConnection/2
Feb 26 13:51:36 ubuoffice-HP-250-G4-Notebook-PC whoopsie[546]: [13:51:36] Not a paid data plan: /org/freedesktop/NetworkManager/ActiveConnection/2
Feb 26 13:51:36 ubuoffice-HP-250-G4-Notebook-PC whoopsie[546]: [13:51:36] Found usable connection: /org/freedesktop/NetworkManager/ActiveConnection/2
Feb 26 13:52:33 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (enp2s0): link disconnected (deferring action for 4 seconds)
Feb 26 13:52:37 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (enp2s0): link disconnected (calling deferred action)
Feb 26 13:52:37 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (enp2s0): device state change: activated -> unavailable (reason 'carrier-changed') [100 20 40]
Feb 26 13:52:37 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (enp2s0): canceled DHCP transaction, DHCP client pid 2145
Feb 26 13:52:37 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (enp2s0): DHCPv4 state changed bound -> done
Feb 26 13:52:37 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Policy set 'Mutorcs-Lan' (wlp3s0) as default for IPv4 routing and DNS.
Feb 26 13:52:37 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Writing DNS information to /sbin/resolvconf
Feb 26 13:52:37 ubuoffice-HP-250-G4-Notebook-PC systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 26 13:52:37 ubuoffice-HP-250-G4-Notebook-PC systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 26 13:52:55 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <warn>  (wlp3s0): disconnecting connection 'Mutorcs-Lan' for new activation request.
Feb 26 13:52:55 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (wlp3s0): device state change: activated -> deactivating (reason 'new-activation') [100 110 60]
Feb 26 13:52:55 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  NetworkManager state is now DISCONNECTING
Feb 26 13:52:55 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (wlp3s0): disconnecting for new activation request.
Feb 26 13:52:55 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (wlp3s0): device state change: deactivating -> disconnected (reason 'new-activation') [110 30 60]
Feb 26 13:52:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (wlp3s0): canceled DHCP transaction, DHCP client pid 977
Feb 26 13:52:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (wlp3s0): DHCPv4 state changed bound -> done
Feb 26 13:52:56 ubuoffice-HP-250-G4-Notebook-PC kernel: [  845.146472] wlp3s0: deauthenticating from e8:74:e6:04:f6:69 by local choice (Reason: 3=DEAUTH_LEAVING)
Feb 26 13:52:56 ubuoffice-HP-250-G4-Notebook-PC wpa_supplicant[706]: wlp3s0: CTRL-EVENT-DISCONNECTED bssid=e8:74:e6:04:f6:69 reason=3 locally_generated=1
Feb 26 13:52:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Writing DNS information to /sbin/resolvconf
Feb 26 13:52:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  NetworkManager state is now DISCONNECTED
Feb 26 13:52:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Device 'wlp3s0' has no connection; scheduling activate_check in 0 seconds.
Feb 26 13:52:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (wlp3s0): Activation: starting connection 'Mutorcs-Lan' (a17ab419-3e0a-4fea-9ea3-fe0f8956e4a7)
Feb 26 13:52:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <warn>  Connection disconnected (reason -3)
Feb 26 13:52:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (wlp3s0): supplicant interface state: completed -> disconnected
Feb 26 13:52:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (wlp3s0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
Feb 26 13:52:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  NetworkManager state is now CONNECTING
Feb 26 13:52:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (wlp3s0): device state change: prepare -> config (reason 'none') [40 50 0]
Feb 26 13:52:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (wlp3s0): Activation: (wifi) access point 'Mutorcs-Lan' has security, but secrets are required.
Feb 26 13:52:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (wlp3s0): device state change: config -> need-auth (reason 'none') [50 60 0]
Feb 26 13:52:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (wlp3s0): device state change: need-auth -> prepare (reason 'none') [60 40 0]
Feb 26 13:52:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (wlp3s0): device state change: prepare -> config (reason 'none') [40 50 0]
Feb 26 13:52:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (wlp3s0): Activation: (wifi) connection 'Mutorcs-Lan' has security, and secrets exist.  No new secrets needed.
Feb 26 13:52:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Config: added 'ssid' value 'Mutorcs-Lan'
Feb 26 13:52:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Config: added 'scan_ssid' value '1'
Feb 26 13:52:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Config: added 'key_mgmt' value 'WPA-PSK'
Feb 26 13:52:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Config: added 'auth_alg' value 'OPEN'
Feb 26 13:52:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Config: added 'psk' value '<omitted>'
Feb 26 13:52:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Config: set interface ap_scan to 1
Feb 26 13:52:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (wlp3s0): supplicant interface state: disconnected -> authenticating
Feb 26 13:52:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (wlp3s0): supplicant interface state: authenticating -> associating
Feb 26 13:52:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (wlp3s0): supplicant interface state: associating -> associated
Feb 26 13:52:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (wlp3s0): supplicant interface state: associated -> 4-way handshake
Feb 26 13:52:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (wlp3s0): supplicant interface state: 4-way handshake -> completed
Feb 26 13:52:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (wlp3s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful.  Connected to wireless network 'Mutorcs-Lan'.
Feb 26 13:52:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (wlp3s0): device state change: config -> ip-config (reason 'none') [50 70 0]
Feb 26 13:52:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Activation (wlp3s0) Beginning DHCPv4 transaction (timeout in 45 seconds)
Feb 26 13:52:56 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  dhclient started with pid 2403
Feb 26 13:52:57 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>    address xxx.xxx.x.xxx
Feb 26 13:52:57 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>    plen 24 (255.255.255.0)
Feb 26 13:52:57 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>    gateway xxx.xxx.x.x
Feb 26 13:52:57 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>    server identifier xxx.xxx.x.x
Feb 26 13:52:57 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>    lease time 86400
Feb 26 13:52:57 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>    hostname 'ubuoffice-HP-250-G4-Notebook-PC'
Feb 26 13:52:57 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>    nameserver 'xxx.xxx.x.x'
Feb 26 13:52:57 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>    domain name 'home'
Feb 26 13:52:57 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (wlp3s0): DHCPv4 state changed unknown -> bound
Feb 26 13:52:57 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (wlp3s0): device state change: ip-config -> ip-check (reason 'none') [70 80 0]
Feb 26 13:52:57 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (wlp3s0): device state change: ip-check -> secondaries (reason 'none') [80 90 0]
Feb 26 13:52:57 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (wlp3s0): device state change: secondaries -> activated (reason 'none') [90 100 0]
Feb 26 13:52:57 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  NetworkManager state is now CONNECTED_LOCAL
Feb 26 13:52:57 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  NetworkManager state is now CONNECTED_GLOBAL
Feb 26 13:52:57 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Policy set 'Mutorcs-Lan' (wlp3s0) as default for IPv4 routing and DNS.
Feb 26 13:52:57 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Writing DNS information to /sbin/resolvconf
Feb 26 13:52:57 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  (wlp3s0): Activation: successful, device activated.
Feb 26 13:52:57 ubuoffice-HP-250-G4-Notebook-PC whoopsie[546]: [13:52:57] The default IPv4 route is: /org/freedesktop/NetworkManager/ActiveConnection/3
Feb 26 13:52:57 ubuoffice-HP-250-G4-Notebook-PC whoopsie[546]: [13:52:57] Not a paid data plan: /org/freedesktop/NetworkManager/ActiveConnection/3
Feb 26 13:52:57 ubuoffice-HP-250-G4-Notebook-PC whoopsie[546]: [13:52:57] Found usable connection: /org/freedesktop/NetworkManager/ActiveConnection/3
Feb 26 13:52:59 ubuoffice-HP-250-G4-Notebook-PC NetworkManager[586]: <info>  Policy set 'Mutorcs-Lan' (wlp3s0) as default for IPv6 routing and DNS.
ubuoffice@ubuoffice-HP-250-G4-Notebook-PC:~$ dmesg | egrep 'net|eth|sky|sun|sis|via|3c3|3c5|e100|8139|8169|acx|air|ath|atl|ar9|carl|atme|at7|herm|iwl|ipw|rtl8|r81|rt2|rt3|rt6|rt7|tg3|ssb|wl|b43|b44|ori|pri|p5|zd|ndis|wmi|ns8|FW' 
[    0.000000] original variable MTRRs
[    0.000000] PERCPU: Embedded 33 pages/cpu @ffff880282400000 s96728 r8192 d30248 u262144
[    0.000000] pcpu-alloc: s96728 r8192 d30248 u262144 alloc=1*2097152
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.047059] Initializing cgroup subsys net_cls
[    0.047063] Initializing cgroup subsys net_prio
[    0.048367] CPU0: Thermal monitoring enabled (TM1)
[    0.828706] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    0.829293] audit: initializing netlink subsys (disabled)
[    0.835034] thermal LNXTHERM:00: registered as thermal_zone0
[    0.835036] ACPI: Thermal Zone [TZ00] (28 C)
[    0.835143] thermal LNXTHERM:01: registered as thermal_zone1
[    0.835144] ACPI: Thermal Zone [TZ01] (30 C)
[    0.835195] thermal LNXTHERM:02: registered as thermal_zone2
[    0.835196] ACPI: Thermal Zone [TZ02] (10 C)
[    0.872295] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    0.882844] usb: failed to peer usb2-port3 and usb1-port8 by location (usb2-port3:none) (usb1-port8:usb2-port2)
[    0.882846] usb usb2-port3: failed to peer to usb1-port8 (-16)
[    0.883401] usb: failed to peer usb2-port4 and usb1-port8 by location (usb2-port4:none) (usb1-port8:usb2-port2)
[    0.883958] usb: failed to peer usb2-port5 and usb1-port8 by location (usb2-port5:none) (usb1-port8:usb2-port2)
[    0.884511] usb: failed to peer usb2-port6 and usb1-port8 by location (usb2-port6:none) (usb1-port8:usb2-port2)
[    0.884513] usb usb2-port6: failed to peer to usb1-port8 (-16)
[    0.975470] wmi: Mapper loaded
[    0.984637] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    0.984644] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[    0.991992] r8169 0000:02:00.0 eth0: RTL8168h/8111h at 0xffffc90000f20000, fc:3f:db:35:bb:60, XID 14100800 IRQ 124
[    0.991995] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    1.016008] VGA switcheroo: detected switching method \_SB_.PCI0.GFX0.ATPX handle
[    1.030553] r8169 0000:02:00.0 enp2s0: renamed from eth0
[    1.051861] [drm] Internal thermal controller without fan control
[    1.115828] fbcon: inteldrmfb (fb0) is primary device
[    1.325445] ata1.00: ATA-9: Samsung SSD 850 EVO 250GB, EMT01B6Q, max UDMA/133
[    1.326868] scsi 0:0:0:0: Direct-Access     ATA      Samsung SSD 850  1B6Q PQ: 0 ANSI: 5
[    1.758716] systemd[1]: Starting Wait for all "auto" /etc/network/interfaces to be up for network-online.target...
[    1.765945] systemd[1]: Started Wait for all "auto" /etc/network/interfaces to be up for network-online.target.
[    1.975534] Bluetooth: hci0: rtl: loading rtl_bt/rtl8723b_fw.bin
[    2.050173] Using firmware rtlwifi/rtl8723befw.bin
[    2.069635] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
[    2.254704] r8169 0000:02:00.0 enp2s0: link down
[    2.269430] rtl8723be 0000:03:00.0 wlp3s0: renamed from wlan0
[    2.310079] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[    2.605092] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    3.887648] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[    3.929901] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[    4.797376] wlp3s0: authenticate with e8:74:e6:04:f6:69
[    4.814762] wlp3s0: direct probe to e8:74:e6:04:f6:69 (try 1/3)
[    5.017988] wlp3s0: send auth to e8:74:e6:04:f6:69 (try 2/3)
[    5.020827] wlp3s0: authenticated
[    5.022011] wlp3s0: associate with e8:74:e6:04:f6:69 (try 1/3)
[    5.027238] wlp3s0: RX AssocResp from e8:74:e6:04:f6:69 (capab=0x411 status=0 aid=4)
[    5.028089] wlp3s0: associated
[    5.028109] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
[   79.893389] r8169 0000:02:00.0 enp2s0: link up
[  635.802037] r8169 0000:02:00.0 enp2s0: link down
[  760.776847] r8169 0000:02:00.0 enp2s0: link up
[  822.340413] r8169 0000:02:00.0 enp2s0: link down
[  845.146472] wlp3s0: deauthenticating from e8:74:e6:04:f6:69 by local choice (Reason: 3=DEAUTH_LEAVING)
[  846.035946] wlp3s0: authenticate with e8:74:e6:04:f6:69
[  846.057820] wlp3s0: send auth to e8:74:e6:04:f6:69 (try 1/3)
[  846.061658] wlp3s0: authenticated
[  846.061938] wlp3s0: associate with e8:74:e6:04:f6:69 (try 1/3)
[  846.065905] wlp3s0: RX AssocResp from e8:74:e6:04:f6:69 (capab=0x411 status=0 aid=4)
[  846.066772] wlp3s0: associated
ubuoffice@ubuoffice-HP-250-G4-Notebook-PC:~$ 

Danke schonmal für die Hilfe, kann sie gebrauchen ☺

elektronenblitz63

Avatar von elektronenblitz63

Anmeldungsdatum:
16. Januar 2007

Beiträge: 29307

Wohnort: NRW

Hallo,
das Problem ist lange bekannt, Du findest gefühlt an die hundert Beiträge zum Thema hier im Forum.

03:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter [10ec:b723]

WLAN/Karten/Realtek - beachte die graue Hinweisbox ganz unten und den Link zu den erforderlichen System- und Moduleinstellungen.

Das Treiberupgrade unter 15.10 nicht durchführen!

Mutorcs

(Themenstarter)

Anmeldungsdatum:
14. Juni 2015

Beiträge: 23

Danke erstmal für die Antwort. Ich habe auch schon einige Fragen durchgelesen, aber ich habe ja Punkt 1 in der Hinweisbox schon durchgeführt. (Das fett Gedruckte ist die Kurzfassung von der ganzen Antwort)

Aber jetzt verstehe ich langsam nciht mehr was ich machen soll. Also in der letzten Frage hast du mir gesagt, ich muss Punkt 1 bei der Hinweisbox durchführen und mit Punkt 2 noch warten und jetzt sagst du, ich soll das Treiberupgrade doch nicht durchführen ? Also ich hab ja Punkt 1 schon gemacht. Aber ich könnte Ubuntu auch nochmals neu drauf installieren, ich habe ja bis jetzt eh noch nichts machen können. Aber selbst wenn ich das mache, wenn ich ja die Treiber nicht runterladen darf, wie soll ich dann das Problem lösen ? Mit Punkt 2 und den Modulparamtern ?

Und da steht ja auch nirgends, dass man das bei 15.10 nicht machen darf. Also wenn du das jetzt nicht gesagt hättest, hätte ich das auch niemals herausgefunden.

(Dann steht da noch "Hinweis: nach einem Kernelupgrade muss die Prozedur ab Punk 3. wiederholt werden " Das habe ich (soweit ich weiss) ja nie gemacht, also fällt das für mich weg.)

Also Punkt 2 ist ja auch komisch. Da steht ja man müsse ggf. die Sendeleistung reduzieren, aber dann habe ich ja nachher eine langsamere Verbindung. Und das ist ja eigentlich nicht das Ziel.

Ich bin hald unerfahren mit Ubuntu (Linux). Ich kenne mich nicht aus mit dem Terminal und den Befehlen. Also anscheinend darf ich kein Treiberupgrade durchführen, also darf ich Punkt eins nicht machen (was ja eh nicht funktioniert hat) ? Also bleibt ja nur noch Punkt 2. Oder was genau soll ich denn jetzt machen ?

Für dich ist das vlt. alles logisch. Ich kann mit Treiber installieren noch was anfangen, aber was Modulparameter sind weiss ich nciht, und ich kann somit auch nicht entscheiden, was ich da jetzt machen soll oder nicht. Schliesslich weiss ich ja nicht, ob mein Problem genau das selbe ist, wie das in dieser Frage dort. Demnach installiere ich nicht einfach etwas.

Also Kurz Gesagt: Punkt 1 darf ich nicht machen (es geht aber sowieso nicht)? Da ich ihn aber schon gemacht habe, muss ich jetzt nochmals neu installieren ? Und ich soll jetzt Punkt 2 durchführen oder ? Und was muss ich da bei Modulanem einsetzten bzw. wie finde ich denn den richtigen Modulnamen heraus ?

elektronenblitz63

Avatar von elektronenblitz63

Anmeldungsdatum:
16. Januar 2007

Beiträge: 29307

Wohnort: NRW

Ok, wenn Du den Treiber schon aktualisiert hast, dann machen wir an dieser Stelle weiter. Es gibt möglicherweise einen Fehler mit der int. Bluetooth-Karte welche die selben Antennen wie die WLAN-Karte verwendet und dadurch möglicherweise die Empfangsstörungen verursachen kann. Dazu gibt es eine Anpassung für den Treiber.

Versuchen wir es mal:

cd rtlwifi_new
sudo make uninstall
make clean
git checkout rock.new_btcoex
make
sudo make install

Prüfen

1
modinfo -F parm rtl8723be

Ausgabe sollte sein:

parm:           swlps:bool
parm:           swenc:using hardware crypto (default 0 [hardware]) (bool)
parm:           ips:using no link power save (default 1 is open) (bool)
parm:           fwlps:using linked fw control power save (default 1 is open) (bool)
parm:           msi:Set to 1 to use MSI interrupts mode (default 0) (bool)
parm:           debug:Set debug level (0-5) (default 0) (int)
parm:           disable_watchdog:Set to 1 to disable the watchdog (default 0) (bool)
parm:           ant_sel:Set to 1 or 2 to force antenna number (default 0) (int)

Der Treiber bietet nun ein Einstellung der Antennenauswahl. Ob und was geht müssen wir ausprobieren. Dazu muss eine weitere Moduloption hinzugefügt werden. Ob der Wert 1 oder 2 überhaupt eine Verbesserung bringt und welcher besser funktioniert, muss man ausprobieren

echo "options rtl8723be swenc=1 fwlps=0 ips=0 ant_sel=1" | sudo tee /etc/modprobe.d/rtl8723be.conf

Neustart.

Keine Verbesserung? → Ändere die Einstellung auf „2“.

Mutorcs

(Themenstarter)

Anmeldungsdatum:
14. Juni 2015

Beiträge: 23

Ok, danke, werde ich gleich machen und dann Bescheid geben.

Mutorcs

(Themenstarter)

Anmeldungsdatum:
14. Juni 2015

Beiträge: 23

Das erste ging nicht, mit der 2 ging es dann aber. Jetzt geht es ! Habe auch einen Test auf Speedtest.net gemacht und auch der fällt sehr gut aus. Also jetzt scheint es absolut korrekt zu laufen. Habe auch 4 von 4 Strichen. Super!

Danke für deine Mühe, echt sehr freundlich von dir, danke tausend Mal!

Im Endeffekt war es also eine Störung zwischen Bluetooth und dem W-Lan ? Was haben wir denn nun gemacht ? Ist jetzt das Bluetooth sozusagen auf "Moduloption 1" und das W-Lan auf 2 (wenn ich das jetzt richtig sage, wahrschienlich nicht...)?

Und danke nochmals. Dachte schon ich muss jetzt Win10 installieren, worauf ich eigentlich gar keine Lust hatte.

elektronenblitz63

Avatar von elektronenblitz63

Anmeldungsdatum:
16. Januar 2007

Beiträge: 29307

Wohnort: NRW

Wie gesagt, WLAN und BT teilen sich die Antennen. Durch den angepassten Treiber schaltet die Karte bei Bedarf jetzt aut. zwischen den vorhandenen Antennen um, verwendet für WLAN aber zunächst primär Antenne 2.

Nach einem Kernelupgrade musst Du den Treiber erneut installieren, konfigurierst diesen für DKMS oder verzichtest auf entsprechende Upgrades des Kernel.

Mutorcs

(Themenstarter)

Anmeldungsdatum:
14. Juni 2015

Beiträge: 23

Ok und ja, das habe ich gemerkt ☺ Auf einmal gings wieder nicht mehr. Hab das jetzt mit diesem automatischem DKMS gemacht.

Danke.

mbtmp2

Anmeldungsdatum:
4. April 2016

Beiträge: 1

Hallo Zusammen,

vielen Dank für Eure Anleitung! Bei mir hat es endlich auch mit der "Antenne 2" fünktioniert.

Ich habe leider noch keine Erfahrung, wie man das Treiber-Modul korrekt durch DKMS überwachen lässt. "modinfo -F filename rtl8723be" nennt mir zwar den Namen des Modules, doch was nun? Mit dem Beispiel im verlinkten DKMS Wiki komme ich nicht weiter.

Kann mit bitte jemand sagen, wie genau ich den rtl8723be-Treiber durch das DKMS automatisch überwachen kann?

Vielen Dank im Voraus 😉

orben

Anmeldungsdatum:
1. Februar 2008

Beiträge: 86

Wohnort: kiel

elektronenblitz63 schrieb:

Ok, wenn Du den Treiber schon aktualisiert hast, dann machen wir an dieser Stelle weiter. Es gibt möglicherweise einen Fehler mit der int. Bluetooth-Karte welche die selben Antennen wie die WLAN-Karte verwendet und dadurch möglicherweise die Empfangsstörungen verursachen kann. Dazu gibt es eine Anpassung für den Treiber.

Versuchen wir es mal:

cd rtlwifi_new
sudo make uninstall
make clean
git checkout rock.new_btcoex
make
sudo make install

Prüfen

1
modinfo -F parm rtl8723be

Ausgabe sollte sein:

parm:           swlps:bool
parm:           swenc:using hardware crypto (default 0 [hardware]) (bool)
parm:           ips:using no link power save (default 1 is open) (bool)
parm:           fwlps:using linked fw control power save (default 1 is open) (bool)
parm:           msi:Set to 1 to use MSI interrupts mode (default 0) (bool)
parm:           debug:Set debug level (0-5) (default 0) (int)
parm:           disable_watchdog:Set to 1 to disable the watchdog (default 0) (bool)
parm:           ant_sel:Set to 1 or 2 to force antenna number (default 0) (int)

Der Treiber bietet nun ein Einstellung der Antennenauswahl. Ob und was geht müssen wir ausprobieren. Dazu muss eine weitere Moduloption hinzugefügt werden. Ob der Wert 1 oder 2 überhaupt eine Verbesserung bringt und welcher besser funktioniert, muss man ausprobieren

echo "options rtl8723be swenc=1 fwlps=0 ips=0 ant_sel=1" | sudo tee /etc/modprobe.d/rtl8723be.conf

Neustart.

Keine Verbesserung? → Ändere die Einstellung auf „2“.

Ich habe das gleiche Problem. Wenn ich den "cd rtl wifi..." im terminal ausführe, kommt allerdings diese Meldung:

annette@annette-Inspiron-15-3552:~$ cd rtlwifi_new
bash: cd: rtlwifi_new: Datei oder Verzeichnis nicht gefunden
annette@annette-Inspiron-15-3552:~$ sudo make uninstall
[sudo] password for annette: 
Das hat nicht funktioniert, bitte nochmal probieren.
[sudo] password for annette: 
make: *** Keine Regel, um »uninstall« zu erstellen.  Schluss.
annette@annette-Inspiron-15-3552:~$ cd rtlwifi_new
bash: cd: rtlwifi_new: Datei oder Verzeichnis nicht gefunden
annette@annette-Inspiron-15-3552:~$ sudo make uninstall
make: *** Keine Regel, um »uninstall« zu erstellen.  Schluss.
annette@annette-Inspiron-15-3552:~$ make clean
make: *** Keine Regel, um »clean« zu erstellen.  Schluss.
annette@annette-Inspiron-15-3552:~$ git checkout rock.new_btcoex
Die Anwendung »git« ist momentan nicht installiert. Sie können sie durch folgende Eingabe installieren:
sudo apt-get install git
annette@annette-Inspiron-15-3552:~$ make
make: *** Keine Targets angegeben und keine »make«-Steuerdatei gefunden.  Schluss.
annette@annette-Inspiron-15-3552:~$ sudo make install
make: *** Keine Regel, um »install« zu erstellen.  Schluss.

Weiss jemand, was ich tun kann?

elektronenblitz63

Avatar von elektronenblitz63

Anmeldungsdatum:
16. Januar 2007

Beiträge: 29307

Wohnort: NRW

orben schrieb:

Weiss jemand, was ich tun kann?

Natürlich die vollständige Anleitung anwenden, nicht nur Teile daraus. Ist auch bereits weiter oben verlinkt.

WLAN/Karten/Realtek (die graue Hinweisbox ganz unten)

orben

Anmeldungsdatum:
1. Februar 2008

Beiträge: 86

Wohnort: kiel

ich habe das versucht, aber komme damit nicht wirklich voran. daher eine frage noch: in der grauen box steht "Ab Kernel 4.x unter Ubuntu 16.xx oder entsprechend Ubuntu 14.04.5 ist das entsprechende Treibermodul bereits im Kernel enthalten und muss nicht manuell nachinstalliert werden!" interpretiere ich das richtig, dass bei einem upgrade auf 16.xx automatisch die probleme gelöst sind/sein müssten?

elektronenblitz63

Avatar von elektronenblitz63

Anmeldungsdatum:
16. Januar 2007

Beiträge: 29307

Wohnort: NRW

orben schrieb:

" interpretiere ich das richtig, dass bei einem upgrade auf 16.xx automatisch die probleme gelöst sind/sein müssten?

Nein, Du hast nur alle Moduloptionen direkt zur Verfügung.

PS: deine Umschalttaste/Schift ist anscheinend kaputt!

Antworten |