Hallo. Kurz zur Information. Ich benutze selber Ubuntu, kenne mich jedoch nicht wirklich aus. Meine Frau hat Windows 8 genutzt, jedoch wurde es ihr zu bunt mit den ganzen Viren, Abstürzen und Systemfehlern. Deswegen ist sie ab heute auf Ubuntu umgestiegen. Leider funktioniert das WLAN nicht. Warum auch immer? Könntet ihr uns bei der Problemlösung helfen?
Verwendete Kernelversion
edyta@edyta-Lenovo-Z51-70:~$ uname -a Linux edyta-Lenovo-Z51-70 4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18 18:33:37 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux edyta@edyta-Lenovo-Z51-70:~$
Abfrage für PCI und PCMCIA-Karten
edyta@edyta-Lenovo-Z51-70:~$ 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: Lenovo RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [17aa:3826] Kernel driver in use: r8169 Kernel modules: r8169 03:00.0 Network controller [0280]: Intel Corporation Wireless 3160 [8086:08b4] (rev 93) Subsystem: Intel Corporation Dual Band Wireless AC 3160 [8086:8270] Kernel driver in use: iwlwifi
Abfrage der USB-Geräte
edyta@edyta-Lenovo-Z51-70:~$ lsusb Bus 001 Device 002: ID 8087:8001 Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 002 Device 004: ID 8087:07dc Intel Corp. Bus 002 Device 003: ID 174f:14ee Syntek Bus 002 Device 002: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller Bus 002 Device 006: ID 046d:c52f Logitech, Inc. Unifying Receiver Bus 002 Device 005: ID 0c76:0005 JMTek, LLC. Transcend Flash disk Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub edyta@edyta-Lenovo-Z51-70:~$
Netzwerkkonfiguration
edyta@edyta-Lenovo-Z51-70:~$ cat /etc/network/interfaces # interfaces(5) file used by ifup(8) and ifdown(8) auto lo iface lo inet loopback edyta@edyta-Lenovo-Z51-70:~$
edyta@edyta-Lenovo-Z51-70:~$ cat /etc/resolv.conf # Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8) # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN nameserver 127.0.1.1 search fritz.box edyta@edyta-Lenovo-Z51-70:~$
edyta@edyta-Lenovo-Z51-70:~$ cat /etc/hosts 127.0.0.1 localhost 127.0.1.1 edyta-Lenovo-Z51-70 # The following lines are desirable for IPv6 capable hosts ::1 ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters edyta@edyta-Lenovo-Z51-70:~$
Konfiguration des NetworkManagers
edyta@edyta-Lenovo-Z51-70:~$ cat /var/lib/NetworkManager/NetworkManager.state [main] NetworkingEnabled=true WirelessEnabled=true WWANEnabled=true edyta@edyta-Lenovo-Z51-70:~$ cat /etc/NetworkManager/NetworkManager.conf [main] plugins=ifupdown,keyfile,ofono dns=dnsmasq [ifupdown] managed=false edyta@edyta-Lenovo-Z51-70:~$
Zuordnung der Schnittstellen funktioniert nicht
Ping
edyta@edyta-Lenovo-Z51-70:~$ ping -c 2 $(route -n | grep UG | awk {'pr pr preunzip printafm printf precat prezip printenv prlimit preconv prezip-bin printerbanner prove prename print printer-profile prtstat edyta@edyta-Lenovo-Z51-70:~$ ping -c 2 $(route -n | grep UG | awk {'print $2'}) PING 192.168.178.1 (192.168.178.1) 56(84) bytes of data. 64 bytes from 192.168.178.1: icmp_seq=1 ttl=64 time=0.285 ms 64 bytes from 192.168.178.1: icmp_seq=2 ttl=64 time=0.250 ms --- 192.168.178.1 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 999ms rtt min/avg/max/mdev = 0.250/0.267/0.285/0.023 ms edyta@edyta-Lenovo-Z51-70:~$ ping -c 2 www.ubuntuusers.de PING ubuntuusers.de (213.95.41.4) 56(84) bytes of data. 64 bytes from ha.ubuntu-eu.org (213.95.41.4): icmp_seq=1 ttl=56 time=32.6 ms 64 bytes from ha.ubuntu-eu.org (213.95.41.4): icmp_seq=2 ttl=56 time=31.7 ms --- ubuntuusers.de ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1002ms rtt min/avg/max/mdev = 31.702/32.181/32.660/0.479 ms edyta@edyta-Lenovo-Z51-70:~$ ping -c 2 213.95.41.4 PING 213.95.41.4 (213.95.41.4) 56(84) bytes of data. 64 bytes from 213.95.41.4: icmp_seq=1 ttl=56 time=32.3 ms 64 bytes from 213.95.41.4: icmp_seq=2 ttl=56 time=31.4 ms --- 213.95.41.4 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1001ms rtt min/avg/max/mdev = 31.484/31.904/32.324/0.420 ms edyta@edyta-Lenovo-Z51-70:~$
rfkill
edyta@edyta-Lenovo-Z51-70:~$ rfkill list 0: hci0: Bluetooth Soft blocked: no Hard blocked: no 1: ideapad_wlan: Wireless LAN Soft blocked: no Hard blocked: no 2: ideapad_bluetooth: Bluetooth Soft blocked: no Hard blocked: no 3: phy0: Wireless LAN Soft blocked: no Hard blocked: no edyta@edyta-Lenovo-Z51-70:~$
lsmod
edyta@edyta-Lenovo-Z51-70:~$ lsmod Module Size Used by hid_generic 16384 0 usbhid 49152 0 uas 24576 0 usb_storage 69632 2 uas rfcomm 69632 2 bnep 20480 2 rtsx_usb_ms 20480 0 memstick 20480 1 rtsx_usb_ms nls_iso8859_1 16384 2 uvcvideo 90112 0 videobuf2_vmalloc 16384 1 uvcvideo videobuf2_memops 16384 1 videobuf2_vmalloc videobuf2_v4l2 28672 1 uvcvideo videobuf2_core 36864 2 uvcvideo,videobuf2_v4l2 v4l2_common 16384 1 videobuf2_v4l2 videodev 176128 4 uvcvideo,v4l2_common,videobuf2_core,videobuf2_v4l2 media 24576 2 uvcvideo,videodev intel_rapl 20480 0 x86_pkg_temp_thermal 16384 0 intel_powerclamp 16384 0 arc4 16384 2 coretemp 16384 0 kvm 536576 0 iwlmvm 311296 0 mac80211 737280 1 iwlmvm irqbypass 16384 1 kvm crct10dif_pclmul 16384 0 crc32_pclmul 16384 0 aesni_intel 167936 0 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 snd_hda_codec_hdmi 53248 1 snd_hda_codec_generic 77824 1 iwlwifi 200704 1 iwlmvm cfg80211 565248 3 iwlwifi,mac80211,iwlmvm joydev 20480 0 input_leds 16384 0 serio_raw 16384 0 snd_soc_rt286 36864 0 snd_hda_intel 36864 5 ideapad_laptop 24576 0 snd_soc_rl6347a 16384 1 snd_soc_rt286 snd_soc_ssm4567 16384 0 snd_soc_core 212992 2 snd_soc_ssm4567,snd_soc_rt286 snd_hda_codec 135168 3 snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel snd_hda_core 73728 4 snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel shpchp 36864 0 btusb 45056 0 snd_compress 20480 1 snd_soc_core btrtl 16384 1 btusb btbcm 16384 1 btusb snd_hwdep 16384 1 snd_hda_codec btintel 16384 1 btusb snd_seq_midi 16384 0 snd_seq_midi_event 16384 1 snd_seq_midi ac97_bus 16384 1 snd_soc_core snd_rawmidi 32768 1 snd_seq_midi snd_pcm_dmaengine 16384 1 snd_soc_core sparse_keymap 16384 1 ideapad_laptop snd_pcm 106496 7 snd_soc_core,snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_soc_rt286,snd_pcm_dmaengine,snd_hda_core bluetooth 520192 29 bnep,btbcm,btrtl,btusb,rfcomm,btintel lpc_ich 24576 0 snd_seq 69632 2 snd_seq_midi_event,snd_seq_midi snd_seq_device 16384 3 snd_seq,snd_rawmidi,snd_seq_midi elan_i2c 36864 0 snd_timer 32768 2 snd_pcm,snd_seq snd 81920 22 snd_soc_core,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,snd_compress soundcore 16384 1 snd i2c_designware_platform 16384 0 i2c_designware_core 20480 1 i2c_designware_platform mei_me 36864 0 spi_pxa2xx_platform 24576 0 mei 98304 1 mei_me snd_soc_sst_acpi 16384 0 dw_dmac 16384 0 dw_dmac_core 24576 1 dw_dmac 8250_dw 16384 0 mac_hid 16384 0 acpi_pad 20480 0 parport_pc 32768 0 ppdev 20480 0 lp 20480 0 parport 49152 3 lp,ppdev,parport_pc autofs4 40960 2 rtsx_usb_sdmmc 28672 0 rtsx_usb 24576 2 rtsx_usb_sdmmc,rtsx_usb_ms amdkfd 122880 1 amd_iommu_v2 20480 1 amdkfd radeon 1511424 1 i915 1208320 5 ttm 98304 1 radeon i2c_algo_bit 16384 2 i915,radeon drm_kms_helper 139264 2 i915,radeon psmouse 126976 0 syscopyarea 16384 1 drm_kms_helper sysfillrect 16384 1 drm_kms_helper sysimgblt 16384 1 drm_kms_helper ahci 36864 3 fb_sys_fops 16384 1 drm_kms_helper libahci 32768 1 ahci drm 360448 9 ttm,i915,drm_kms_helper,radeon r8169 81920 0 mii 16384 1 r8169 wmi 20480 1 ideapad_laptop video 40960 2 i915,ideapad_laptop sdhci_acpi 16384 0 sdhci 45056 1 sdhci_acpi i2c_hid 20480 0 hid 118784 4 i2c_hid,hid_generic,usbhid fjes 28672 0 edyta@edyta-Lenovo-Z51-70:~$
iwlist
edyta@edyta-Lenovo-Z51-70:~$ iwlist chan enp2s0 no frequency information. lo no frequency information. wlp3s0 32 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 Channel 36 : 5.18 GHz Channel 40 : 5.2 GHz Channel 44 : 5.22 GHz Channel 48 : 5.24 GHz Channel 52 : 5.26 GHz Channel 56 : 5.28 GHz Channel 60 : 5.3 GHz Channel 64 : 5.32 GHz Channel 100 : 5.5 GHz Channel 104 : 5.52 GHz Channel 108 : 5.54 GHz Channel 112 : 5.56 GHz Channel 116 : 5.58 GHz Channel 120 : 5.6 GHz Channel 124 : 5.62 GHz Channel 128 : 5.64 GHz Channel 132 : 5.66 GHz Channel 136 : 5.68 GHz Channel 140 : 5.7 GHz edyta@edyta-Lenovo-Z51-70:~$
Manueller Scan der WLAN Umgebung
edyta@edyta-Lenovo-Z51-70:~$ sudo iwlist scan [sudo] password for edyta: enp2s0 Interface doesn't support scanning. lo Interface doesn't support scanning. wlp3s0 Scan completed : Cell 01 - Address: 9C:C7:A6:DB:73:47 Channel:8 Frequency:2.447 GHz (Channel 8) Quality=63/70 Signal level=-47 dBm Encryption key:on ESSID:"FRITZ!Box Fon WLAN 7360" Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s 9 Mb/s; 12 Mb/s; 18 Mb/s Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s Mode:Master Extra:tsf=0000000e8f9fd0cd Extra: Last beacon: 3256ms ago IE: Unknown: 0017465249545A21426F7820466F6E20574C414E2037333630 IE: Unknown: 010882848B960C121824 IE: Unknown: 030108 IE: Unknown: 0706444520010D14 IE: Unknown: 2A0100 IE: Unknown: 32043048606C IE: Unknown: 2D1AEE111BFFFF000000000000000000008000000000000000000000 IE: Unknown: 331AEE111BFFFF000000000000000000008000000000000000000000 IE: Unknown: 3D16080F0600000000000000000000000000000000000000 IE: Unknown: 3416080F0600000000000000000000000000000000000000 IE: Unknown: 4A0E14000A002C01C800140005001900 IE: Unknown: 7F050100000000 IE: Unknown: DD180050F2020101010003A4000027A4000042435E0062322F00 IE: Unknown: DD0900037F01010000FF7F IE: Unknown: DD0C00040E010102010000000000 IE: IEEE 802.11i/WPA2 Version 1 Group Cipher : TKIP Pairwise Ciphers (1) : CCMP Authentication Suites (1) : PSK IE: WPA Version 1 Group Cipher : TKIP Pairwise Ciphers (1) : TKIP Authentication Suites (1) : PSK IE: Unknown: DD6F0050F204104A0001101044000102103B000103104700104DC4035AE99E73A3D5809CC7A6DB73471021000341564D1023000446426F78102400043030303010420004303030301054000800060050F20400011011000446426F78100800022788103C0001031049000600372A000120 Cell 02 - Address: C0:25:06:ED:1E:0C Channel:2 Frequency:2.417 GHz (Channel 2) Quality=22/70 Signal level=-88 dBm Encryption key:on ESSID:"SIDE" Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s 9 Mb/s; 12 Mb/s; 18 Mb/s Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s Mode:Master Extra:tsf=00000004416223a5 Extra: Last beacon: 3424ms ago IE: Unknown: 000453494445 IE: Unknown: 010882848B968C129824 IE: Unknown: 030102 IE: Unknown: 0706444520010D14 IE: Unknown: 2A0100 IE: Unknown: 3204B048606C IE: Unknown: 2D1AAD011BFFFFFF00000000000000000001000000000406E6470D00 IE: Unknown: 3D1602080400000000000000000000000000000000000000 IE: Unknown: 4A0E14000A002C01C800140005001900 IE: Unknown: 7F080100000000000040 IE: Unknown: DD180050F2020101000003A4000027A4000042435E0062322F00 IE: Unknown: DD0900037F01010000FF7F IE: Unknown: DD0C00040E010102010000000000 IE: IEEE 802.11i/WPA2 Version 1 Group Cipher : CCMP Pairwise Ciphers (1) : CCMP Authentication Suites (1) : PSK IE: Unknown: DD6F0050F204104A0001101044000102103B00010310470010DBF1E46021CF0E5F0AA7C02506ED1E0C1021000341564D1023000446426F78102400043030303010420004303030301054000800060050F20400011011000446426F78100800022388103C0001031049000600372A000120 Cell 03 - Address: 9C:80:DF:4C:22:0E Channel:2 Frequency:2.417 GHz (Channel 2) Quality=39/70 Signal level=-71 dBm Encryption key:on ESSID:"o2-WLAN64" Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 9 Mb/s 18 Mb/s; 36 Mb/s; 54 Mb/s Bit Rates:6 Mb/s; 12 Mb/s; 24 Mb/s; 48 Mb/s Mode:Master Extra:tsf=000000047fcd1c89 Extra: Last beacon: 3392ms ago IE: Unknown: 00096F322D574C414E3634 IE: Unknown: 010882848B961224486C IE: Unknown: 030102 IE: Unknown: 2A0104 IE: Unknown: 32040C183060 IE: Unknown: 2D1A6E1017FFFF000001000000000000000000000000000000000000 IE: Unknown: 3D1602000600000000000000000000000000000000000000 IE: Unknown: 3E0100 IE: IEEE 802.11i/WPA2 Version 1 Group Cipher : CCMP Pairwise Ciphers (1) : CCMP Authentication Suites (1) : PSK Preauthentication Supported IE: Unknown: DD180050F2020101000003A4000027A4000042435E0062322F00 IE: Unknown: 0B050003187A12 IE: Unknown: 4A0E14000A002C01C800140005001900 IE: Unknown: 7F0101 IE: Unknown: DD8D0050F204104A00011010440001021041000100103B00010310470010000000000000000300009C80DF4C220D102100066F3220426F781023000941525637353244505710240007312E30312E32351042000A343031333034303136341054000800060050F20400011011001B6F3220426F7820576972656C65737320526F757465722857464129100800020084 IE: Unknown: 0706444520010D10 IE: Unknown: DD1E00904C336E1017FFFF000001000000000000000000000000000000000000 IE: Unknown: DD1A00904C3402000600000000000000000000000000000000000000 Cell 04 - Address: 50:7E:5D:0E:38:B5 Channel:3 Frequency:2.422 GHz (Channel 3) Quality=28/70 Signal level=-82 dBm Encryption key:on ESSID:"o2-WLAN33" Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 9 Mb/s 18 Mb/s; 36 Mb/s; 54 Mb/s Bit Rates:6 Mb/s; 12 Mb/s; 24 Mb/s; 48 Mb/s Mode:Master Extra:tsf=0000001899d9334b Extra: Last beacon: 3404ms ago IE: Unknown: 00096F322D574C414E3333 IE: Unknown: 010882848B961224486C IE: Unknown: 030103 IE: Unknown: 2A0104 IE: Unknown: 32040C183060 IE: Unknown: 2D1A6E1017FFFF000001000000000000000000000000000000000000 IE: Unknown: 3D1603000600000000000000000000000000000000000000 IE: Unknown: 3E0100 IE: IEEE 802.11i/WPA2 Version 1 Group Cipher : CCMP Pairwise Ciphers (1) : CCMP Authentication Suites (1) : PSK Preauthentication Supported IE: Unknown: DD180050F2020101000003A4000027A4000042435E0062322F00 IE: Unknown: 0B050004107A12 IE: Unknown: 4A0E14000A002C01C800140005001900 IE: Unknown: 7F0101 IE: Unknown: DD8D0050F204104A00011010440001021041000100103B0001031047001000000000000000030000507E5D0E38B4102100066F3220426F781023000941525637353244505710240007312E30312E32351042000A323038333030323533331054000800060050F20400011011001B6F3220426F7820576972656C65737320526F757465722857464129100800020084 IE: Unknown: 0706444520010D10 IE: Unknown: DD1E00904C336E1017FFFF000001000000000000000000000000000000000000 IE: Unknown: DD1A00904C3403000600000000000000000000000000000000000000 Cell 05 - Address: 34:81:C4:17:24:54 Channel:11 Frequency:2.462 GHz (Channel 11) Quality=35/70 Signal level=-75 dBm Encryption key:on ESSID:"Dobrzelecki" Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s 9 Mb/s; 12 Mb/s; 18 Mb/s Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s Mode:Master Extra:tsf=0000002f970bf01a Extra: Last beacon: 3200ms ago IE: Unknown: 000B446F62727A656C65636B69 IE: Unknown: 010882848B960C121824 IE: Unknown: 03010B IE: Unknown: 0706444520010D14 IE: Unknown: 2A0100 IE: Unknown: 32043048606C IE: Unknown: 2D1AEE111BFFFF000000000000000000008000000000000000000000 IE: Unknown: 331AEE111BFFFF000000000000000000008000000000000000000000 IE: Unknown: 3D160B000500000000000000000000000000000000000000 IE: Unknown: 34160B000500000000000000000000000000000000000000 IE: Unknown: 4A0E14000A002C01C800140005001900 IE: Unknown: 7F050100000000 IE: Unknown: DD180050F2020101010003A4000027A4000042435E0062322F00 IE: Unknown: DD0900037F01010000FF7F IE: Unknown: DD0C00040E010102010000000000 IE: IEEE 802.11i/WPA2 Version 1 Group Cipher : TKIP Pairwise Ciphers (1) : CCMP Authentication Suites (1) : PSK IE: WPA Version 1 Group Cipher : TKIP Pairwise Ciphers (1) : TKIP Authentication Suites (1) : PSK IE: Unknown: DD6F0050F204104A0001101044000102103B00010310470010583D87724A35A334BBDD3481C41724541021000341564D1023000446426F78102400043030303010420004303030301054000800060050F20400011011000446426F78100800022788103C0001031049000600372A000120 Cell 06 - Address: 08:96:D7:18:82:7D Channel:11 Frequency:2.462 GHz (Channel 11) Quality=27/70 Signal level=-83 dBm Encryption key:on ESSID:"Robert" Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s 9 Mb/s; 12 Mb/s; 18 Mb/s Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s Mode:Master Extra:tsf=0000011f08782be2 Extra: Last beacon: 3192ms ago IE: Unknown: 0006526F62657274 IE: Unknown: 010882848B960C121824 IE: Unknown: 03010B IE: Unknown: 0706444520010D14 IE: Unknown: 2A0100 IE: Unknown: 32043048606C IE: Unknown: 2D1AEE111BFFFF000000000000000000008000000000000000000000 IE: Unknown: 331AEE111BFFFF000000000000000000008000000000000000000000 IE: Unknown: 3D160B000500000000000000000000000000000000000000 IE: Unknown: 34160B000500000000000000000000000000000000000000 IE: Unknown: 4A0E14000A002C01C800140005001900 IE: Unknown: 7F050100000000 IE: Unknown: DD180050F2020101010003A4000027A4000042435E0062322F00 IE: Unknown: DD0900037F01010000FF7F IE: Unknown: DD0C00040E010102010000000000 IE: IEEE 802.11i/WPA2 Version 1 Group Cipher : TKIP Pairwise Ciphers (1) : CCMP Authentication Suites (1) : PSK IE: WPA Version 1 Group Cipher : TKIP Pairwise Ciphers (1) : TKIP Authentication Suites (1) : PSK IE: Unknown: DD6F0050F204104A0001101044000102103B00010310470010438571487C5F11B1E6720896D718827D1021000341564D1023000446426F78102400043030303010420004303030301054000800060050F20400011011000446426F78100800022788103C0001031049000600372A000120 Cell 07 - Address: 34:31:C4:CA:2E:B4 Channel:1 Frequency:2.412 GHz (Channel 1) Quality=19/70 Signal level=-91 dBm Encryption key:on ESSID:"FRITZ!Box Fon WLAN 7390" Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s 9 Mb/s; 12 Mb/s; 18 Mb/s Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s Mode:Master Extra:tsf=0000023c1a4d0180 Extra: Last beacon: 3436ms ago IE: Unknown: 0017465249545A21426F7820466F6E20574C414E2037333930 IE: Unknown: 010882848B960C121824 IE: Unknown: 030101 IE: Unknown: 050400010000 IE: Unknown: 0706444520010D14 IE: Unknown: 2A0100 IE: Unknown: 32043048606C IE: Unknown: 2D1ACE111BFFFF000000000000000000008000000000000000000000 IE: Unknown: 3D1601000100000000000000000000000000000000000000 IE: Unknown: 4A0E14000A002C01C800140005001900 IE: Unknown: 7F050100000000 IE: Unknown: DD180050F2020101010003A4000027A4000042435E0062322F00 IE: Unknown: DD0900037F01010000FF7F IE: Unknown: DD0C00040E010102010000000000 IE: IEEE 802.11i/WPA2 Version 1 Group Cipher : TKIP Pairwise Ciphers (1) : CCMP Authentication Suites (1) : PSK IE: WPA Version 1 Group Cipher : TKIP Pairwise Ciphers (1) : TKIP Authentication Suites (1) : PSK IE: Unknown: DD1D0050F204104A0001101044000102103C0001031049000600372A000120 Cell 08 - Address: 9C:80:DF:4C:0E:54 Channel:10 Frequency:2.457 GHz (Channel 10) Quality=21/70 Signal level=-89 dBm Encryption key:on ESSID:"o2-WLAN54" Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 9 Mb/s 18 Mb/s; 36 Mb/s; 54 Mb/s Bit Rates:6 Mb/s; 12 Mb/s; 24 Mb/s; 48 Mb/s Mode:Master Extra:tsf=0000007235e0e175 Extra: Last beacon: 3228ms ago IE: Unknown: 00096F322D574C414E3534 IE: Unknown: 010882848B961224486C IE: Unknown: 03010A IE: Unknown: 32040C183060 IE: Unknown: 0706444520010D14 IE: Unknown: 33082001020304050607 IE: Unknown: 33082105060708090A0B IE: Unknown: DD0E0050F204104A0001101044000102 IE: Unknown: 050400010000 IE: Unknown: 2A0104 IE: Unknown: 2D1A6E1017FFFF000001000000000000000000000000000000000000 IE: Unknown: 3D160A000000000000000000000000000000000000000000 IE: Unknown: 7F0101 IE: Unknown: 4A0E14000A002C01C800140005001900 IE: IEEE 802.11i/WPA2 Version 1 Group Cipher : CCMP Pairwise Ciphers (1) : CCMP Authentication Suites (1) : PSK Preauthentication Supported IE: Unknown: DD180050F2020101000003A4000027A4000042435E0062322F00 IE: Unknown: 0B0500000C7A12 IE: Unknown: DD1E00904C336E1017FFFF000001000000000000000000000000000000000000 IE: Unknown: DD1A00904C340A000000000000000000000000000000000000000000 edyta@edyta-Lenovo-Z51-70:~$
Logbuchauszüge
edyta@edyta-Lenovo-Z51-70:~$ egrep -i 'net|eth|wlan|firm|reason' /var/log/syslog May 6 02:22:33 edyta-Lenovo-Z51-70 systemd-rfkill[416]: Failed to parse state file /var/lib/systemd/rfkill/pci-0000:00:1f.0-platform-VPC2004:00:wlan: Invalid argument May 6 02:22:33 edyta-Lenovo-Z51-70 systemd-rfkill[416]: Failed to parse state file /var/lib/systemd/rfkill/pci-0000:03:00.0:wlan: Invalid argument May 6 02:22:33 edyta-Lenovo-Z51-70 systemd[1]: Starting Network Time Synchronization... May 6 02:22:33 edyta-Lenovo-Z51-70 systemd[1]: Started Network Time Synchronization. May 6 02:22:33 edyta-Lenovo-Z51-70 systemd[1]: Starting Raise network interfaces... May 6 02:22:33 edyta-Lenovo-Z51-70 systemd[1]: Started Trigger resolvconf update for networkd DNS. May 6 02:22:33 edyta-Lenovo-Z51-70 systemd[1]: Starting Network Manager... May 6 02:22:33 edyta-Lenovo-Z51-70 alsactl[780]: Hardware is initialized using a generic method May 6 02:22:33 edyta-Lenovo-Z51-70 alsactl[780]: Hardware is initialized using a generic method May 6 02:22:33 edyta-Lenovo-Z51-70 kernel: [ 0.028417] Initializing cgroup subsys net_cls May 6 02:22:33 edyta-Lenovo-Z51-70 kernel: [ 0.028421] Initializing cgroup subsys net_prio May 6 02:22:33 edyta-Lenovo-Z51-70 systemd[1]: Started Raise network interfaces. May 6 02:22:33 edyta-Lenovo-Z51-70 acpid: starting up with netlink and the input layer May 6 02:22:33 edyta-Lenovo-Z51-70 kernel: [ 0.112578] NET: Registered protocol family 16 May 6 02:22:33 edyta-Lenovo-Z51-70 kernel: [ 0.174432] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored May 6 02:22:33 edyta-Lenovo-Z51-70 avahi-daemon[759]: Network interface enumeration completed. May 6 02:22:33 edyta-Lenovo-Z51-70 kernel: [ 2.406634] NetLabel: Initializing May 6 02:22:33 edyta-Lenovo-Z51-70 kernel: [ 2.406635] NetLabel: domain hash size = 128 May 6 02:22:33 edyta-Lenovo-Z51-70 kernel: [ 2.406636] NetLabel: protocols = UNLABELED CIPSOv4 May 6 02:22:33 edyta-Lenovo-Z51-70 kernel: [ 2.406647] NetLabel: unlabeled traffic allowed by default May 6 02:22:33 edyta-Lenovo-Z51-70 kernel: [ 2.443903] NET: Registered protocol family 2 May 6 02:22:33 edyta-Lenovo-Z51-70 kernel: [ 2.444591] NET: Registered protocol family 1 May 6 02:22:33 edyta-Lenovo-Z51-70 kernel: [ 3.042982] audit: initializing netlink subsys (disabled) May 6 02:22:33 edyta-Lenovo-Z51-70 kernel: [ 3.304474] NET: Registered protocol family 10 May 6 02:22:33 edyta-Lenovo-Z51-70 kernel: [ 3.304627] NET: Registered protocol family 17 May 6 02:22:33 edyta-Lenovo-Z51-70 kernel: [ 3.304859] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba May 6 02:22:33 edyta-Lenovo-Z51-70 kernel: [ 3.345980] FUJITSU Extended Socket Network Device Driver - version 1.0 - Copyright (c) 2015 FUJITSU LIMITED May 6 02:22:33 edyta-Lenovo-Z51-70 kernel: [ 3.368595] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded May 6 02:22:33 edyta-Lenovo-Z51-70 kernel: [ 3.377842] r8169 0000:02:00.0 eth0: RTL8168h/8111h at 0xffffc900018e2000, f0:76:1c:de:be:26, XID 14100880 IRQ 48 May 6 02:22:33 edyta-Lenovo-Z51-70 kernel: [ 3.377846] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko] May 6 02:22:33 edyta-Lenovo-Z51-70 kernel: [ 3.409970] r8169 0000:02:00.0 enp2s0: renamed from eth0 May 6 02:22:33 edyta-Lenovo-Z51-70 kernel: [ 3.413805] vga_switcheroo: detected switching method \_SB_.PCI0.GFX0.ATPX handle May 6 02:22:33 edyta-Lenovo-Z51-70 kernel: [ 3.460028] [drm] Found VCE firmware/feedback version 50.0.1 / 17! May 6 02:22:33 edyta-Lenovo-Z51-70 kernel: [ 9.125089] NET: Registered protocol family 31 May 6 02:22:33 edyta-Lenovo-Z51-70 kernel: [ 9.299127] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.7.10-fw-1.0.1.2d.d.bseq May 6 02:22:33 edyta-Lenovo-Z51-70 kernel: [ 9.407867] Bluetooth: hci0: Intel Bluetooth firmware patch completed and activated May 6 02:22:33 edyta-Lenovo-Z51-70 kernel: [ 9.510743] iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-3160-17.ucode failed with error -2 May 6 02:22:33 edyta-Lenovo-Z51-70 kernel: [ 9.589265] iwlwifi 0000:03:00.0: loaded firmware version 16.242414.0 op_mode iwlmvm May 6 02:22:33 edyta-Lenovo-Z51-70 kernel: [ 10.246536] iwlwifi 0000:03:00.0 wlp3s0: renamed from wlan0 May 6 02:22:33 edyta-Lenovo-Z51-70 kernel: [ 16.977265] audit: type=1400 audit(1462494151.162:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=660 comm="apparmor_parser" May 6 02:22:33 edyta-Lenovo-Z51-70 kernel: [ 16.977269] audit: type=1400 audit(1462494151.162:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=660 comm="apparmor_parser" May 6 02:22:33 edyta-Lenovo-Z51-70 kernel: [ 19.543658] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 May 6 02:22:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494154.6077] NetworkManager (version 1.1.93) is starting... May 6 02:22:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494154.6078] Read config: /etc/NetworkManager/NetworkManager.conf May 6 02:22:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494154.6631] manager[0x21f01a0]: monitoring kernel firmware directory '/lib/firmware'. May 6 02:22:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494154.6631] monitoring ifupdown state file '/run/network/ifstate'. May 6 02:22:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494154.6844] dns-mgr[0x22048b0]: set resolv-conf-mode: dnsmasq, plugin="dnsmasq" May 6 02:22:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494154.6845] dns-mgr[0x22048b0]: using resolv.conf manager 'resolvconf' May 6 02:22:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494154.7133] rfkill3: found WiFi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.3/0000:03:00.0/ieee80211/phy0/rfkill3) (driver iwlwifi) May 6 02:22:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494154.7134] rfkill1: found WiFi radio killswitch (at /sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/rfkill/rfkill1) (platform driver ideapad_acpi) May 6 02:22:34 edyta-Lenovo-Z51-70 systemd[1]: Started Network Manager. May 6 02:22:34 edyta-Lenovo-Z51-70 systemd[1]: Starting Network Manager Script Dispatcher Service... May 6 02:22:34 edyta-Lenovo-Z51-70 systemd[1]: Reached target Network. May 6 02:22:34 edyta-Lenovo-Z51-70 systemd[1]: Started Network Manager Script Dispatcher Service. May 6 02:22:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494154.8512] init! May 6 02:22:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494154.8514] management mode: unmanaged May 6 02:22:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494154.8520] devices added (path: /sys/devices/pci0000:00/0000:00:1c.2/0000:02:00.0/net/enp2s0, iface: enp2s0) May 6 02:22:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494154.8520] device added (path: /sys/devices/pci0000:00/0000:00:1c.2/0000:02:00.0/net/enp2s0, iface: enp2s0): no ifupdown configuration found. May 6 02:22:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494154.8520] devices added (path: /sys/devices/pci0000:00/0000:00:1c.3/0000:03:00.0/net/wlp3s0, iface: wlp3s0) May 6 02:22:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494154.8520] device added (path: /sys/devices/pci0000:00/0000:00:1c.3/0000:03:00.0/net/wlp3s0, iface: wlp3s0): no ifupdown configuration found. May 6 02:22:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494154.8520] devices added (path: /sys/devices/virtual/net/lo, iface: lo) May 6 02:22:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494154.8521] device added (path: /sys/devices/virtual/net/lo, iface: lo): no ifupdown configuration found. May 6 02:22:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494154.8521] end _init. May 6 02:22:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494154.8521] settings: loaded 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) May 6 02:22:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494154.8521] settings: loaded plugin keyfile: (c) 2007 - 2015 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. May 6 02:22:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494154.8528] SettingsPlugin-Ofono: init! May 6 02:22:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <warn> [1462494154.8528] SettingsPlugin-Ofono: file doesn't exist: /var/lib/ofono May 6 02:22:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494154.8528] SettingsPlugin-Ofono: end _init. May 6 02:22:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494154.8528] settings: loaded plugin ofono: (C) 2013-2016 Canonical Ltd. To report bugs please use the NetworkManager mailing list. (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-settings-plugin-ofono.so) May 6 02:22:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494154.8529] (35707808) ... get_connections. May 6 02:22:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494154.8529] (35707808) ... get_connections (managed=false): return empty list. May 6 02:22:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494154.8533] SettingsPlugin-Ofono: (35708032) ... get_connections. May 6 02:22:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494154.8533] SettingsPlugin-Ofono: (35708032) connections count: 0 May 6 02:22:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494154.8533] get unmanaged devices count: 0 May 6 02:22:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494154.8545] settings: hostname: using hostnamed May 6 02:22:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494154.8545] settings: hostname changed from (none) to "edyta-Lenovo-Z51-70" May 6 02:22:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494154.8547] Using DHCP client 'dhclient' May 6 02:22:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494154.8548] manager: WiFi enabled by radio killswitch; enabled by state file May 6 02:22:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494154.8548] manager: WWAN enabled by radio killswitch; enabled by state file May 6 02:22:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494154.8548] manager: Networking is enabled by state file May 6 02:22:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494154.8549] Loaded device plugin: NMVxlanFactory (internal) May 6 02:22:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494154.8549] Loaded device plugin: NMVlanFactory (internal) May 6 02:22:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494154.8549] Loaded device plugin: NMVethFactory (internal) May 6 02:22:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494154.8549] Loaded device plugin: NMTunFactory (internal) May 6 02:22:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494154.8550] Loaded device plugin: NMMacvlanFactory (internal) May 6 02:22:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494154.8550] Loaded device plugin: NMIPTunnelFactory (internal) May 6 02:22:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494154.8550] Loaded device plugin: NMInfinibandFactory (internal) May 6 02:22:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494154.8550] Loaded device plugin: NMEthernetFactory (internal) May 6 02:22:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494154.8550] Loaded device plugin: NMBridgeFactory (internal) May 6 02:22:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494154.8551] Loaded device plugin: NMBondFactory (internal) May 6 02:22:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494154.9711] Loaded device plugin: NMBluezManager (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-bluetooth.so) May 6 02:22:35 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494155.0363] Loaded device plugin: NMWifiFactory (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-wifi.so) May 6 02:22:35 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494155.0897] Loaded device plugin: NMWwanFactory (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-wwan.so) May 6 02:22:35 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494155.1283] Loaded device plugin: NMAtmManager (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-adsl.so) May 6 02:22:35 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494155.1761] (wlp3s0): using nl80211 for WiFi device control May 6 02:22:35 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494155.1775] device (wlp3s0): driver supports Access Point (AP) mode May 6 02:22:35 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494155.2129] manager: (wlp3s0): new 802.11 WiFi device (/org/freedesktop/NetworkManager/Devices/0) May 6 02:22:35 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494155.2141] device (wlp3s0): state change: unmanaged -> unavailable (reason 'managed') [10 20 2] May 6 02:22:35 edyta-Lenovo-Z51-70 kernel: [ 21.023341] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready May 6 02:22:35 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494155.3487] manager: (enp2s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/1) May 6 02:22:35 edyta-Lenovo-Z51-70 kernel: [ 21.156190] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready May 6 02:22:35 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494155.3500] keyfile: add connection in-memory (c0e0057f-23be-4c17-b01e-2ea8a180fc8f,"Wired connection 1") May 6 02:22:35 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494155.3505] settings: (enp2s0): created default wired connection 'Wired connection 1' May 6 02:22:35 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494155.3511] device (enp2s0): state change: unmanaged -> unavailable (reason 'managed') [10 20 2] May 6 02:22:35 edyta-Lenovo-Z51-70 kernel: [ 21.160394] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready May 6 02:22:35 edyta-Lenovo-Z51-70 NetworkManager[755]: nm_device_get_device_type: assertion 'NM_IS_DEVICE (self)' failed May 6 02:22:35 edyta-Lenovo-Z51-70 kernel: [ 21.313855] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready May 6 02:22:35 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494155.5060] device (lo): link connected May 6 02:22:35 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494155.5067] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/2) May 6 02:22:35 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494155.5715] urfkill disappeared from the bus May 6 02:22:35 edyta-Lenovo-Z51-70 whoopsie[765]: [02:22:35] Could not get the Network Manager state: May 6 02:22:35 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494155.5757] ofono is now available May 6 02:22:35 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494155.5761] bluez: use BlueZ version 5 May 6 02:22:35 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494155.5766] ModemManager available in the bus May 6 02:22:35 edyta-Lenovo-Z51-70 NetworkManager[755]: <warn> [1462494155.5767] failed to enumerate oFono devices: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.ofono was not provided by any .service files May 6 02:22:36 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494156.2334] supplicant: wpa_supplicant running May 6 02:22:36 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494156.2334] device (wlp3s0): supplicant interface state: init -> starting May 6 02:22:36 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494156.5132] device (wlp3s0): supplicant interface state: starting -> ready May 6 02:22:36 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494156.5133] device (wlp3s0): state change: unavailable -> disconnected (reason 'supplicant-available') [20 30 42] May 6 02:22:36 edyta-Lenovo-Z51-70 kernel: [ 22.322302] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready May 6 02:22:39 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494159.8828] device (wlp3s0): supplicant interface state: ready -> inactive May 6 02:22:40 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494160.2951] manager: startup complete May 6 02:22:45 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494165.3036] WiFi hardware radio set enabled May 6 02:22:45 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494165.3036] WWAN hardware radio set enabled May 6 02:23:20 edyta-Lenovo-Z51-70 ureadahead[243]: ureadahead:network: Ignored relative path May 6 02:23:44 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494224.5087] keyfile: add connection in-memory (59b1f8c3-5bf2-42b5-be25-d31e99f9b9e4,"FRITZ!Box Fon WLAN 7360") May 6 02:23:44 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494224.5106] device (wlp3s0): Activation: starting connection 'FRITZ!Box Fon WLAN 7360' (59b1f8c3-5bf2-42b5-be25-d31e99f9b9e4) May 6 02:23:44 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494224.5111] keyfile: update /etc/NetworkManager/system-connections/FRITZ!Box Fon WLAN 7360 (59b1f8c3-5bf2-42b5-be25-d31e99f9b9e4,"FRITZ!Box Fon WLAN 7360") and persist connection May 6 02:23:44 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494224.5112] audit: op="connection-add-activate" uuid="59b1f8c3-5bf2-42b5-be25-d31e99f9b9e4" name="FRITZ!Box Fon WLAN 7360" pid=1447 uid=1000 result="success" May 6 02:23:44 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494224.5122] device (wlp3s0): state change: disconnected -> prepare (reason 'none') [30 40 0] May 6 02:23:44 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494224.5128] manager: NetworkManager state is now CONNECTING May 6 02:23:44 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494224.5148] device (wlp3s0): state change: prepare -> config (reason 'none') [40 50 0] May 6 02:23:44 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494224.5157] device (wlp3s0): Activation: (wifi) access point 'FRITZ!Box Fon WLAN 7360' has security, but secrets are required. May 6 02:23:44 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494224.5160] device (wlp3s0): state change: config -> need-auth (reason 'none') [50 60 0] May 6 02:23:44 edyta-Lenovo-Z51-70 gnome-session[1262]: nm-applet-Message: No keyring secrets found for FRITZ!Box Fon WLAN 7360/802-11-wireless-security; asking user. May 6 02:24:09 edyta-Lenovo-Z51-70 NetworkManager[755]: <warn> [1462494249.5461] device (wlp3s0): No agents were available for this request. May 6 02:24:09 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494249.5461] device (wlp3s0): state change: need-auth -> failed (reason 'no-secrets') [60 120 7] May 6 02:24:09 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494249.5463] manager: NetworkManager state is now DISCONNECTED May 6 02:24:09 edyta-Lenovo-Z51-70 NetworkManager[755]: <warn> [1462494249.5467] device (wlp3s0): Activation: failed for connection 'FRITZ!Box Fon WLAN 7360' May 6 02:24:09 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494249.5474] device (wlp3s0): state change: failed -> disconnected (reason 'none') [120 30 0] May 6 02:24:09 edyta-Lenovo-Z51-70 kernel: [ 115.347318] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready May 6 02:27:18 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494438.9630] device (wlp3s0): Activation: starting connection 'FRITZ!Box Fon WLAN 7360' (59b1f8c3-5bf2-42b5-be25-d31e99f9b9e4) May 6 02:27:18 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494438.9634] audit: op="connection-activate" uuid="59b1f8c3-5bf2-42b5-be25-d31e99f9b9e4" name="FRITZ!Box Fon WLAN 7360" pid=1447 uid=1000 result="success" May 6 02:27:18 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494438.9642] device (wlp3s0): state change: disconnected -> prepare (reason 'none') [30 40 0] May 6 02:27:18 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494438.9661] manager: NetworkManager state is now CONNECTING May 6 02:27:18 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494438.9668] device (wlp3s0): state change: prepare -> config (reason 'none') [40 50 0] May 6 02:27:18 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494438.9675] device (wlp3s0): Activation: (wifi) access point 'FRITZ!Box Fon WLAN 7360' has security, but secrets are required. May 6 02:27:18 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494438.9675] device (wlp3s0): state change: config -> need-auth (reason 'none') [50 60 0] May 6 02:27:19 edyta-Lenovo-Z51-70 gnome-session[1262]: nm-applet-Message: No keyring secrets found for FRITZ!Box Fon WLAN 7360/802-11-wireless-security; asking user. May 6 02:27:43 edyta-Lenovo-Z51-70 NetworkManager[755]: <warn> [1462494463.9837] device (wlp3s0): No agents were available for this request. May 6 02:27:43 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494463.9837] device (wlp3s0): state change: need-auth -> failed (reason 'no-secrets') [60 120 7] May 6 02:27:43 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494463.9839] manager: NetworkManager state is now DISCONNECTED May 6 02:27:43 edyta-Lenovo-Z51-70 NetworkManager[755]: <warn> [1462494463.9842] device (wlp3s0): Activation: failed for connection 'FRITZ!Box Fon WLAN 7360' May 6 02:27:43 edyta-Lenovo-Z51-70 kernel: [ 329.763571] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready May 6 02:27:43 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494463.9849] device (wlp3s0): state change: failed -> disconnected (reason 'none') [120 30 0] May 6 02:28:41 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494521.1742] device (wlp3s0): Activation: starting connection 'FRITZ!Box Fon WLAN 7360' (59b1f8c3-5bf2-42b5-be25-d31e99f9b9e4) May 6 02:28:41 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494521.1743] audit: op="connection-activate" uuid="59b1f8c3-5bf2-42b5-be25-d31e99f9b9e4" name="FRITZ!Box Fon WLAN 7360" pid=1447 uid=1000 result="success" May 6 02:28:41 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494521.1745] device (wlp3s0): state change: disconnected -> prepare (reason 'none') [30 40 0] May 6 02:28:41 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494521.1747] manager: NetworkManager state is now CONNECTING May 6 02:28:41 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494521.1754] device (wlp3s0): state change: prepare -> config (reason 'none') [40 50 0] May 6 02:28:41 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494521.1761] device (wlp3s0): Activation: (wifi) access point 'FRITZ!Box Fon WLAN 7360' has security, but secrets are required. May 6 02:28:41 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494521.1761] device (wlp3s0): state change: config -> need-auth (reason 'none') [50 60 0] May 6 02:28:41 edyta-Lenovo-Z51-70 gnome-session[1262]: nm-applet-Message: No keyring secrets found for FRITZ!Box Fon WLAN 7360/802-11-wireless-security; asking user. May 6 02:28:48 edyta-Lenovo-Z51-70 NetworkManager[755]: <warn> [1462494528.3077] device (wlp3s0): User canceled the secrets request. May 6 02:28:48 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494528.3077] device (wlp3s0): state change: need-auth -> failed (reason 'no-secrets') [60 120 7] May 6 02:28:48 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494528.3079] manager: NetworkManager state is now DISCONNECTED May 6 02:28:48 edyta-Lenovo-Z51-70 NetworkManager[755]: <warn> [1462494528.3083] device (wlp3s0): Activation: failed for connection 'FRITZ!Box Fon WLAN 7360' May 6 02:28:48 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494528.3088] device (wlp3s0): state change: failed -> disconnected (reason 'none') [120 30 0] May 6 02:28:48 edyta-Lenovo-Z51-70 kernel: [ 394.081063] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready May 6 02:29:05 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494545.1358] device (wlp3s0): Activation: starting connection 'FRITZ!Box Fon WLAN 7360' (59b1f8c3-5bf2-42b5-be25-d31e99f9b9e4) May 6 02:29:05 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494545.1359] audit: op="connection-activate" uuid="59b1f8c3-5bf2-42b5-be25-d31e99f9b9e4" name="FRITZ!Box Fon WLAN 7360" pid=1447 uid=1000 result="success" May 6 02:29:05 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494545.1360] device (wlp3s0): state change: disconnected -> prepare (reason 'none') [30 40 0] May 6 02:29:05 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494545.1361] manager: NetworkManager state is now CONNECTING May 6 02:29:05 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494545.1366] device (wlp3s0): state change: prepare -> config (reason 'none') [40 50 0] May 6 02:29:05 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494545.1368] device (wlp3s0): Activation: (wifi) access point 'FRITZ!Box Fon WLAN 7360' has security, but secrets are required. May 6 02:29:05 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494545.1368] device (wlp3s0): state change: config -> need-auth (reason 'none') [50 60 0] May 6 02:29:05 edyta-Lenovo-Z51-70 gnome-session[1262]: nm-applet-Message: No keyring secrets found for FRITZ!Box Fon WLAN 7360/802-11-wireless-security; asking user. May 6 02:29:30 edyta-Lenovo-Z51-70 NetworkManager[755]: <warn> [1462494570.1574] device (wlp3s0): No agents were available for this request. May 6 02:29:30 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494570.1574] device (wlp3s0): state change: need-auth -> failed (reason 'no-secrets') [60 120 7] May 6 02:29:30 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494570.1576] manager: NetworkManager state is now DISCONNECTED May 6 02:29:30 edyta-Lenovo-Z51-70 NetworkManager[755]: <warn> [1462494570.1578] device (wlp3s0): Activation: failed for connection 'FRITZ!Box Fon WLAN 7360' May 6 02:29:30 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462494570.1590] device (wlp3s0): state change: failed -> disconnected (reason 'none') [120 30 0] May 6 02:29:30 edyta-Lenovo-Z51-70 kernel: [ 435.927342] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready May 6 02:59:31 edyta-Lenovo-Z51-70 gnome-session[1262]: Nautilus-Share-Message: Called "net usershare info" but it failed: Failed to execute child process "net" (No such file or directory) May 6 03:27:30 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462498050.5882] device (enp2s0): link connected May 6 03:27:30 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462498050.5888] device (enp2s0): state change: unavailable -> disconnected (reason 'carrier-changed') [20 30 40] May 6 03:27:30 edyta-Lenovo-Z51-70 kernel: [ 3916.011518] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0: link becomes ready May 6 03:27:30 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462498050.5898] policy: auto-activating connection 'Wired connection 1' May 6 03:27:30 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462498050.5929] device (enp2s0): Activation: starting connection 'Wired connection 1' (c0e0057f-23be-4c17-b01e-2ea8a180fc8f) May 6 03:27:30 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462498050.5935] device (enp2s0): state change: disconnected -> prepare (reason 'none') [30 40 0] May 6 03:27:30 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462498050.5941] manager: NetworkManager state is now CONNECTING May 6 03:27:30 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462498050.5970] device (enp2s0): state change: prepare -> config (reason 'none') [40 50 0] May 6 03:27:30 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462498050.5986] device (enp2s0): state change: config -> ip-config (reason 'none') [50 70 0] May 6 03:27:30 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462498050.6007] dhcp4 (enp2s0): activation: beginning transaction (timeout in 45 seconds) May 6 03:27:30 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462498050.6320] dhcp4 (enp2s0): dhclient started with pid 3156 May 6 03:27:32 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462498052.2977] dhcp6 (enp2s0): activation: beginning transaction (timeout in 45 seconds) May 6 03:27:32 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462498052.2992] dhcp6 (enp2s0): dhclient started with pid 3164 May 6 03:27:32 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462498052.3879] nameserver 'fd00::9ec7:a6ff:fedb:7344' May 6 03:27:32 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462498052.3879] dhcp6 (enp2s0): state changed unknown -> bound May 6 03:27:32 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462498052.3895] device (enp2s0): state change: ip-config -> ip-check (reason 'none') [70 80 0] May 6 03:27:32 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462498052.3908] dhcp6 (enp2s0): client pid 3164 exited with status 0 May 6 03:27:32 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462498052.3910] dhcp6 (enp2s0): state changed bound -> done May 6 03:27:32 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462498052.3921] device (enp2s0): state change: ip-check -> secondaries (reason 'none') [80 90 0] May 6 03:27:32 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462498052.3925] device (enp2s0): state change: secondaries -> activated (reason 'none') [90 100 0] May 6 03:27:32 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462498052.3926] manager: NetworkManager state is now CONNECTED_LOCAL May 6 03:27:32 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462498052.3983] manager: NetworkManager state is now CONNECTED_GLOBAL May 6 03:27:32 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462498052.3984] policy: set 'Wired connection 1' (enp2s0) as default for IPv6 routing and DNS May 6 03:27:32 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462498052.3985] DNS: starting dnsmasq... May 6 03:27:32 edyta-Lenovo-Z51-70 systemd[1]: Starting Network Manager Script Dispatcher Service... May 6 03:27:32 edyta-Lenovo-Z51-70 NetworkManager[755]: <warn> [1462498052.4160] dnsmasq[0x21e7440]: dnsmasq not found on the bus. The nameserver update will be sent when dnsmasq appears May 6 03:27:32 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462498052.4160] dns-mgr: Writing DNS information to /sbin/resolvconf May 6 03:27:32 edyta-Lenovo-Z51-70 systemd[1]: Started Network Manager Script Dispatcher Service. May 6 03:27:32 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462498052.4897] device (enp2s0): Activation: successful, device activated. May 6 03:27:32 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462498052.4935] dnsmasq[0x21e7440]: dnsmasq appeared as :1.87 May 6 03:27:32 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462498052.4936] dns-mgr: Writing DNS information to /sbin/resolvconf May 6 03:27:32 edyta-Lenovo-Z51-70 whoopsie[765]: [03:27:32] The default IPv6 route is: /org/freedesktop/NetworkManager/ActiveConnection/4 May 6 03:27:32 edyta-Lenovo-Z51-70 whoopsie[765]: [03:27:32] Not a paid data plan: /org/freedesktop/NetworkManager/ActiveConnection/4 May 6 03:27:32 edyta-Lenovo-Z51-70 whoopsie[765]: [03:27:32] Found usable connection: /org/freedesktop/NetworkManager/ActiveConnection/4 May 6 03:27:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462498054.4057] address 192.168.178.35 May 6 03:27:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462498054.4058] plen 24 (255.255.255.0) May 6 03:27:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462498054.4058] gateway 192.168.178.1 May 6 03:27:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462498054.4058] server identifier 192.168.178.1 May 6 03:27:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462498054.4058] lease time 864000 May 6 03:27:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462498054.4058] nameserver '192.168.178.1' May 6 03:27:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462498054.4058] domain name 'fritz.box' May 6 03:27:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462498054.4058] dhcp4 (enp2s0): state changed unknown -> bound May 6 03:27:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462498054.4072] policy: set 'Wired connection 1' (enp2s0) as default for IPv4 routing and DNS May 6 03:27:34 edyta-Lenovo-Z51-70 NetworkManager[755]: <info> [1462498054.4081] dns-mgr: Writing DNS information to /sbin/resolvconf edyta@edyta-Lenovo-Z51-70:~$
Erweiterte Fehlermeldungen
edyta@edyta-Lenovo-Z51-70:~$ 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 @ffff88045ec00000 s98008 r8192 d28968 u262144 [ 0.000000] pcpu-alloc: s98008 r8192 d28968 u262144 alloc=1*2097152 [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area [ 0.028417] Initializing cgroup subsys net_cls [ 0.028421] Initializing cgroup subsys net_prio [ 0.029526] CPU0: Thermal monitoring enabled (TM1) [ 3.042982] audit: initializing netlink subsys (disabled) [ 3.047211] pciehp 0000:00:1c.0:pcie04: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+ [ 3.057412] thermal LNXTHERM:00: registered as thermal_zone0 [ 3.057415] ACPI: Thermal Zone [TZ00] (28 C) [ 3.057535] thermal LNXTHERM:01: registered as thermal_zone1 [ 3.057537] ACPI: Thermal Zone [TZ01] (30 C) [ 3.253061] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com> [ 3.304859] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba [ 3.362997] wmi: Mapper loaded [ 3.368595] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded [ 3.368604] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control [ 3.377842] r8169 0000:02:00.0 eth0: RTL8168h/8111h at 0xffffc900018e2000, f0:76:1c:de:be:26, XID 14100880 IRQ 48 [ 3.377846] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko] [ 3.409970] r8169 0000:02:00.0 enp2s0: renamed from eth0 [ 3.413805] vga_switcheroo: detected switching method \_SB_.PCI0.GFX0.ATPX handle [ 3.450085] [drm] Internal thermal controller without fan control [ 3.564754] fbcon: inteldrmfb (fb0) is primary device [ 9.510743] iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-3160-17.ucode failed with error -2 [ 9.511222] iwlwifi 0000:03:00.0: Unsupported splx structure [ 9.589265] iwlwifi 0000:03:00.0: loaded firmware version 16.242414.0 op_mode iwlmvm [ 9.828507] iwlwifi 0000:03:00.0: Detected Intel(R) Dual Band Wireless AC 3160, REV=0x164 [ 9.828831] iwlwifi 0000:03:00.0: L1 Enabled - LTR Enabled [ 9.829331] iwlwifi 0000:03:00.0: L1 Enabled - LTR Enabled [ 10.143166] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs' [ 10.246536] iwlwifi 0000:03:00.0 wlp3s0: renamed from wlan0 [ 10.723367] Adding 16689148k swap on /dev/sda3. Priority:-1 extents:1 across:16689148k FS [ 19.543658] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 21.023341] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready [ 21.023694] iwlwifi 0000:03:00.0: L1 Enabled - LTR Enabled [ 21.024192] iwlwifi 0000:03:00.0: L1 Enabled - LTR Enabled [ 21.131573] iwlwifi 0000:03:00.0: L1 Enabled - LTR Enabled [ 21.132075] iwlwifi 0000:03:00.0: L1 Enabled - LTR Enabled [ 21.156190] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready [ 21.313763] r8169 0000:02:00.0 enp2s0: link down [ 22.322302] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready [ 115.347318] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready [ 329.763571] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready [ 394.081063] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready [ 435.927342] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready [ 3916.011508] r8169 0000:02:00.0 enp2s0: link up edyta@edyta-Lenovo-Z51-70:~$
Ich hoffe ihr könnt damit etwas anfangen.
Viele Grüße, Jurben