Gentoo Archives: gentoo-user

From: gottlieb@×××.edu
To: gentoo-user@l.g.o
Subject: [gentoo-user] trouble with wireless on new install
Date: Wed, 29 Jul 2015 00:36:35
Message-Id: 878u9zer5l.fsf@nyu.edu
1 I am having trouble with wireless on a new install (gnome/systemd).
2
3 lspci reports
4 02:00.0 Network controller: Intel Corporation Wireless 7265 (rev 59)
5
6 I looked this up and it requires the iwlwifi driver and iwlmvm, which I enabled in the kernel (as modules).
7 lsmod reports
8 Module Size Used by
9 iwlmvm 142993 0
10 mac80211 425803 1 iwlmvm
11 x86_pkg_temp_thermal 4567 0
12 iwlwifi 88075 1 iwlmvm
13
14 I have merged linux-firmware and ls /lib/firmware/*7265* reports
15 /lib/firmware/iwlwifi-7265-10.ucode /lib/firmware/iwlwifi-7265-9.ucode
16 /lib/firmware/iwlwifi-7265-12.ucode /lib/firmware/iwlwifi-7265D-10.ucode
17 /lib/firmware/iwlwifi-7265-8.ucode /lib/firmware/iwlwifi-7265D-12.ucode
18
19 dmsg | grep iwl reports
20 [ 2.819953] iwlwifi 0000:02:00.0: irq 48 for MSI/MSI-X
21 [ 2.824130] iwlwifi 0000:02:00.0: loaded firmware version 23.11.10.0 op_modeiwlmvm
22 [ 2.836969] iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 7265, REV=0x210
23 [ 2.838620] iwlwifi 0000:02:00.0: L1 Disabled - LTR Enabled
24 [ 2.838775] iwlwifi 0000:02:00.0: L1 Disabled - LTR Enabled
25 [ 2.896168] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
26 [ 2.899325] iwlwifi 0000:02:00.0 wlp2s0: renamed from wlan0
27
28 The complaint seems to be "L1 disabled"
29
30 NetworkManager started the wired network but failed with the wireless
31 E6430s ~ # systemctl -l status NetworkManager
32 ● NetworkManager.service - Network Manager
33 Loaded: loaded (/usr/lib64/systemd/system/NetworkManager.service; enabled; vendor preset: enabled)
34 Active: active (running) since Tue 2015-07-28 19:56:57 EDT; 9min ago
35 Main PID: 232 (NetworkManager)
36 CGroup: /system.slice/NetworkManager.service
37 ├─232 /usr/sbin/NetworkManager --no-daemon
38 └─256 /sbin/dhclient -d -q -sf /usr/libexec/nm-dhcp-helper -pf /var/run/dhclient-eno1.pid -lf /var/lib/NetworkManager/dhclient-0caab3d6-148f-416a-9906-547ed08596bf-eno1.lease -cf /var/lib/NetworkManager/dhclient-eno1.conf eno1
39
40 Jul 28 19:56:59 E6430s dhclient[256]: bound to 192.168.1.107 -- renewal in 43096 seconds.
41 Jul 28 19:56:59 E6430s NetworkManager[232]: <info> NetworkManager state is now CONNECTED_GLOBAL
42 Jul 28 19:56:59 E6430s NetworkManager[232]: <info> Policy set 'Wired connection 1' (eno1) as default for IPv4 routing and DNS.
43 Jul 28 19:56:59 E6430s NetworkManager[232]: <info> (eno1): Activation: successful, device activated.
44 Jul 28 19:57:01 E6430s NetworkManager[232]: <info> (wlp2s0): supplicant interface state: disconnected -> inactive
45 Jul 28 19:57:05 E6430s NetworkManager[232]: <info> startup complete
46 Jul 28 19:57:31 E6430s NetworkManager[232]: <info> (eno1): Activation: Stage 4 of 5 (IPv6 Configure Timeout) scheduled...
47 Jul 28 19:57:31 E6430s NetworkManager[232]: <info> (eno1): Activation: Stage 4 of 5 (IPv6 Configure Timeout) started...
48 Jul 28 19:57:31 E6430s NetworkManager[232]: <info> (eno1): Activation: Stage 4 of 5 (IPv6 Configure Timeout) complete.
49 Jul 28 19:57:57 E6430s NetworkManager[232]: <info> (wlp2s0): supplicant interface state: inactive -> scanning
50
51 What step did I forget?
52
53 thanks in advance,
54 allan

Replies