Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] trouble with wireless on new install
Date: Wed, 29 Jul 2015 18:05:56
Message-Id: 201507291905.29257.michaelkintzios@gmail.com
In Reply to: [gentoo-user] trouble with wireless on new install by gottlieb@nyu.edu
1 On Wednesday 29 Jul 2015 01:36:22 gottlieb@×××.edu wrote:
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
8 > enabled in the kernel (as modules). 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
18 > /lib/firmware/iwlwifi-7265D-10.ucode /lib/firmware/iwlwifi-7265-8.ucode
19 > /lib/firmware/iwlwifi-7265D-12.ucode
20 >
21 > dmsg | grep iwl reports
22 > [ 2.819953] iwlwifi 0000:02:00.0: irq 48 for MSI/MSI-X
23 > [ 2.824130] iwlwifi 0000:02:00.0: loaded firmware version 23.11.10.0
24 > op_modeiwlmvm [ 2.836969] iwlwifi 0000:02:00.0: Detected Intel(R) Dual
25 > Band Wireless AC 7265, REV=0x210 [ 2.838620] iwlwifi 0000:02:00.0: L1
26 > Disabled - LTR Enabled [ 2.838775] iwlwifi 0000:02:00.0: L1 Disabled -
27 > LTR Enabled [ 2.896168] ieee80211 phy0: Selected rate control algorithm
28 > 'iwl-mvm-rs' [ 2.899325] iwlwifi 0000:02:00.0 wlp2s0: renamed from
29 > wlan0
30 >
31 > The complaint seems to be "L1 disabled"
32 >
33 > NetworkManager started the wired network but failed with the wireless
34 > E6430s ~ # systemctl -l status NetworkManager
35 > ● NetworkManager.service - Network Manager
36 > Loaded: loaded (/usr/lib64/systemd/system/NetworkManager.service;
37 > enabled; vendor preset: enabled) Active: active (running) since Tue
38 > 2015-07-28 19:56:57 EDT; 9min ago Main PID: 232 (NetworkManager)
39 > CGroup: /system.slice/NetworkManager.service
40 > ├─232 /usr/sbin/NetworkManager --no-daemon
41 > └─256 /sbin/dhclient -d -q -sf /usr/libexec/nm-dhcp-helper -pf
42 > /var/run/dhclient-eno1.pid -lf
43 > /var/lib/NetworkManager/dhclient-0caab3d6-148f-416a-9906-547ed08596bf-eno1
44 > .lease -cf /var/lib/NetworkManager/dhclient-eno1.conf eno1
45 >
46 > Jul 28 19:56:59 E6430s dhclient[256]: bound to 192.168.1.107 -- renewal in
47 > 43096 seconds. Jul 28 19:56:59 E6430s NetworkManager[232]: <info>
48 > NetworkManager state is now CONNECTED_GLOBAL Jul 28 19:56:59 E6430s
49 > NetworkManager[232]: <info> Policy set 'Wired connection 1' (eno1) as
50 > default for IPv4 routing and DNS. Jul 28 19:56:59 E6430s
51 > NetworkManager[232]: <info> (eno1): Activation: successful, device
52 > activated. Jul 28 19:57:01 E6430s NetworkManager[232]: <info> (wlp2s0):
53 > supplicant interface state: disconnected -> inactive Jul 28 19:57:05
54 > E6430s NetworkManager[232]: <info> startup complete Jul 28 19:57:31
55 > E6430s NetworkManager[232]: <info> (eno1): Activation: Stage 4 of 5 (IPv6
56 > Configure Timeout) scheduled... Jul 28 19:57:31 E6430s
57 > NetworkManager[232]: <info> (eno1): Activation: Stage 4 of 5 (IPv6
58 > Configure Timeout) started... Jul 28 19:57:31 E6430s NetworkManager[232]:
59 > <info> (eno1): Activation: Stage 4 of 5 (IPv6 Configure Timeout)
60 > complete. Jul 28 19:57:57 E6430s NetworkManager[232]: <info> (wlp2s0):
61 > supplicant interface state: inactive -> scanning
62 >
63 > What step did I forget?
64 >
65 > thanks in advance,
66 > allan
67
68 There are reports of driver problems, so you may not have forgotten anything.
69 Usual suggestion is to run the latest kernel and firmware, but I don't have
70 this card to know more about it. What happens after the 'inactive ->
71 scanning' step above? Have you tried to disconnect the wired ethernet
72 connection and wait a bit longer for the wireless?
73
74 --
75 Regards,
76 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

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