Gentoo Archives: gentoo-user

From: Meino.Cramer@×××.de
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] trouble with wireless on new install
Date: Wed, 29 Jul 2015 02:54:41
Message-Id: 20150729025423.GC4530@solfire
In Reply to: [gentoo-user] trouble with wireless on new install by gottlieb@nyu.edu
1 gottlieb@×××.edu <gottlieb@×××.edu> [15-07-29 03:32]:
2 > I am having trouble with wireless on a new install (gnome/systemd).
3 >
4 > lspci reports
5 > 02:00.0 Network controller: Intel Corporation Wireless 7265 (rev 59)
6 >
7 > I looked this up and it requires the iwlwifi driver and iwlmvm, which I enabled in the kernel (as modules).
8 > lsmod reports
9 > Module Size Used by
10 > iwlmvm 142993 0
11 > mac80211 425803 1 iwlmvm
12 > x86_pkg_temp_thermal 4567 0
13 > iwlwifi 88075 1 iwlmvm
14 >
15 > I have merged linux-firmware and ls /lib/firmware/*7265* reports
16 > /lib/firmware/iwlwifi-7265-10.ucode /lib/firmware/iwlwifi-7265-9.ucode
17 > /lib/firmware/iwlwifi-7265-12.ucode /lib/firmware/iwlwifi-7265D-10.ucode
18 > /lib/firmware/iwlwifi-7265-8.ucode /lib/firmware/iwlwifi-7265D-12.ucode
19 >
20 > dmsg | grep iwl reports
21 > [ 2.819953] iwlwifi 0000:02:00.0: irq 48 for MSI/MSI-X
22 > [ 2.824130] iwlwifi 0000:02:00.0: loaded firmware version 23.11.10.0 op_modeiwlmvm
23 > [ 2.836969] iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 7265, REV=0x210
24 > [ 2.838620] iwlwifi 0000:02:00.0: L1 Disabled - LTR Enabled
25 > [ 2.838775] iwlwifi 0000:02:00.0: L1 Disabled - LTR Enabled
26 > [ 2.896168] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
27 > [ 2.899325] iwlwifi 0000:02:00.0 wlp2s0: renamed from wlan0
28 >
29 > The complaint seems to be "L1 disabled"
30 >
31 > NetworkManager started the wired network but failed with the wireless
32 > E6430s ~ # systemctl -l status NetworkManager
33 > ● NetworkManager.service - Network Manager
34 > Loaded: loaded (/usr/lib64/systemd/system/NetworkManager.service; enabled; vendor preset: enabled)
35 > Active: active (running) since Tue 2015-07-28 19:56:57 EDT; 9min ago
36 > Main PID: 232 (NetworkManager)
37 > CGroup: /system.slice/NetworkManager.service
38 > ├─232 /usr/sbin/NetworkManager --no-daemon
39 > └─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
40 >
41 > Jul 28 19:56:59 E6430s dhclient[256]: bound to 192.168.1.107 -- renewal in 43096 seconds.
42 > Jul 28 19:56:59 E6430s NetworkManager[232]: <info> NetworkManager state is now CONNECTED_GLOBAL
43 > Jul 28 19:56:59 E6430s NetworkManager[232]: <info> Policy set 'Wired connection 1' (eno1) as default for IPv4 routing and DNS.
44 > Jul 28 19:56:59 E6430s NetworkManager[232]: <info> (eno1): Activation: successful, device activated.
45 > Jul 28 19:57:01 E6430s NetworkManager[232]: <info> (wlp2s0): supplicant interface state: disconnected -> inactive
46 > Jul 28 19:57:05 E6430s NetworkManager[232]: <info> startup complete
47 > Jul 28 19:57:31 E6430s NetworkManager[232]: <info> (eno1): Activation: Stage 4 of 5 (IPv6 Configure Timeout) scheduled...
48 > Jul 28 19:57:31 E6430s NetworkManager[232]: <info> (eno1): Activation: Stage 4 of 5 (IPv6 Configure Timeout) started...
49 > Jul 28 19:57:31 E6430s NetworkManager[232]: <info> (eno1): Activation: Stage 4 of 5 (IPv6 Configure Timeout) complete.
50 > Jul 28 19:57:57 E6430s NetworkManager[232]: <info> (wlp2s0): supplicant interface state: inactive -> scanning
51 >
52 > What step did I forget?
53 >
54 > thanks in advance,
55 > allan
56 >
57
58 Hi Allan,
59
60 I just in the beginning of "doing wifi" (see previous thread...) but
61 may be this is of help:
62
63 https://bugzilla.kernel.org/show_bug.cgi?id=92541
64 http://forums.fedoraforum.org/showthread.php?t=301637
65 http://askubuntu.com/questions/616119/unstable-wireless-with-intel-7260-iwlwifi-after-upgrade-to-15-04
66
67 HTH!
68 Good luck!
69 Best regards,
70 Meino

Replies

Subject Author
Re: [gentoo-user] trouble with wireless on new install gottlieb@×××.edu