Hello there,
I tried for two straight days to fix my wireless connection with Manjaro 16.06 and googled a lot. Though nothing i tried resolved my problem. I really hope someone is able to explain me what is actually happening behind the scenes...
System: Windows - Manjaro Dual Boot (Wireless works without problems under Windows)
Manjaro 16.06 XFCE
Output from ip link
:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2: enp4s0f2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000 link/ether --:--:--:--:--:-- brd ff:ff:ff:ff:ff:ff 3: wlp3s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DORMANT group default qlen 1000 link/ether --:--:--:--:--:-- brd ff:ff:ff:ff:ff:ff
(removed mac-addresses)
Output from dmesg | grep firmware
:
[ 2.505563] iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-7260-17.ucode failed with error -2 [ 2.513280] iwlwifi 0000:03:00.0: loaded firmware version 16.242414.0 op_mode iwlmvm
(download the 17 didn't work, i made a completely fresh install again so i didn't download it again yet)
Important information from lspci -k
:
03:00.0 Network controller: Intel Corporation Wireless 7260 (rev c3) Subsystem: Intel Corporation Wireless-N 7260 Kernel driver in use: iwlwifi Kernel modules: iwlwifi
Output dmesg | grep iwlwifi
:
[ 2.504121] iwlwifi 0000:03:00.0: enabling device (0000 -> 0002) [ 2.505563] iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-7260-17.ucode failed with error -2 [ 2.513280] iwlwifi 0000:03:00.0: loaded firmware version 16.242414.0 op_mode iwlmvm [ 2.552275] iwlwifi 0000:03:00.0: Detected Intel(R) Wireless N 7260, REV=0x144 [ 2.552345] iwlwifi 0000:03:00.0: L1 Enabled - LTR Enabled [ 2.552584] iwlwifi 0000:03:00.0: L1 Enabled - LTR Enabled [ 2.793706] iwlwifi 0000:03:00.0 wlp3s0: renamed from wlan0 [ 3.950535] iwlwifi 0000:03:00.0: L1 Enabled - LTR Enabled [ 3.950772] iwlwifi 0000:03:00.0: L1 Enabled - LTR Enabled [ 4.180833] iwlwifi 0000:03:00.0: L1 Enabled - LTR Enabled [ 4.181070] iwlwifi 0000:03:00.0: L1 Enabled - LTR Enabled
If i try to establish a connection through wpa_supplicant i get this message:
Successfully initialized wpa_supplicant Could not read interface p2p-dev-wlp3s0 flags: No such device nl80211: Could not set interface 'p2p-dev-wlp3s0' UP nl80211: deinit ifname=p2p-dev-wlp3s0 disabled_11b_rates=0 p2p-dev-wlp3s0: Failed to initialize driver interface P2P: Failed to enable P2P Device interface
I'm out of ideas... Someone here whos able to help me?
With kind regards MP