Gentoo Archives: gentoo-user

From: Mansour Al Akeel <mansour.alakeel@×××××.com>
To: gentoo-user <gentoo-user@l.g.o>
Subject: [gentoo-user] Lost wireless interface after updates
Date: Sun, 18 Oct 2015 18:22:52
Message-Id: CAFvvX=a=Zv6hZd22ne7BtEj_qn0uHJ9=LODKcyRB0OQ7fXV20A@mail.gmail.com
1 Hello all,
2
3 I haven't updated my system "emerge --sync" in a while (2-3 months).
4 Few days ago I did.
5 After that I lost my wireless interface. I am using wpa_supplicant to
6 connect, but this is not the issue. The interface is not initialized,
7 and I am not sure what changes are needed to get it working again.
8 Here's some troubleshooting commands. If I missed something, please
9 let me know. By the way, rfkill is not working. Thank you in advance.
10
11 rfkill list
12 Can't open RFKILL control device: No such file or directory
13
14 ifconfig -a
15 enp0s25: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
16 inet 192.168.1.7 netmask 255.255.255.0 broadcast 192.168.1.255
17 ether f0:de:f1:6f:6d:00 txqueuelen 1000 (Ethernet)
18 RX packets 42308 bytes 45223536 (43.1 MiB)
19 RX errors 0 dropped 3 overruns 0 frame 0
20 TX packets 29996 bytes 4063319 (3.8 MiB)
21 TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
22 device interrupt 20 memory 0xf1600000-f1620000
23
24 lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
25 inet 127.0.0.1 netmask 255.0.0.0
26 loop txqueuelen 0 (Local Loopback)
27 RX packets 6688 bytes 2077181 (1.9 MiB)
28 RX errors 0 dropped 0 overruns 0 frame 0
29 TX packets 6688 bytes 2077181 (1.9 MiB)
30 TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
31
32 wlp3s0: flags=4098<BROADCAST,MULTICAST> mtu 1500
33 ether a0:88:b4:97:b5:2c txqueuelen 1000 (Ethernet)
34 RX packets 0 bytes 0 (0.0 B)
35 RX errors 0 dropped 0 overruns 0 frame 0
36 TX packets 0 bytes 0 (0.0 B)
37 TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
38
39 ===========================================================
40
41 iwconfig
42
43 wlp3s0 IEEE 802.11abgn ESSID:off/any
44 Mode:Managed Access Point: Not-Associated Tx-Power=0 dBm
45 Retry short limit:7 RTS thr:off Fragment thr:off
46 Encryption key:off
47 Power Management:off
48
49 ===========================================================
50 lsmod | grep iw
51
52 iwldvm 124450 0
53 mac80211 326868 1 iwldvm
54 iwlwifi 89259 1 iwldvm
55 cfg80211 227681 3 iwlwifi,mac80211,iwldvm
56 led_class 3231 2 iwldvm,thinkpad_acpi
57
58 ===========================================================
59 rmmod iwldvm iwlwifi mac80211 cfg80211
60 modprobe iwlwifi
61
62 The relevant dmesg:
63
64 [64508.554638] iwlwifi 0000:03:00.0: L1 Enabled - LTR Disabled
65 [64525.117691] cfg80211: Calling CRDA to update world regulatory domain
66 [64525.120109] Intel(R) Wireless WiFi driver for Linux
67 [64525.120113] Copyright(c) 2003- 2014 Intel Corporation
68 [64525.120460] iwlwifi 0000:03:00.0: can't disable ASPM; OS doesn't
69 have ASPM control
70 [64525.123065] iwlwifi 0000:03:00.0: loaded firmware version
71 18.168.6.1 op_mode iwldvm
72 [64525.125585] cfg80211: World regulatory domain updated:
73 [64525.125590] cfg80211: DFS Master region: unset
74 [64525.125593] cfg80211: (start_freq - end_freq @ bandwidth),
75 (max_antenna_gain, max_eirp), (dfs_cac_time)
76 [64525.125600] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz),
77 (N/A, 2000 mBm), (N/A)
78 [64525.125604] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz),
79 (N/A, 2000 mBm), (N/A)
80 [64525.125607] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz),
81 (N/A, 2000 mBm), (N/A)
82 [64525.125612] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz,
83 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
84 [64525.125617] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz,
85 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
86 [64525.125620] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz),
87 (N/A, 2000 mBm), (0 s)
88 [64525.125623] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz),
89 (N/A, 2000 mBm), (N/A)
90 [64525.125627] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000
91 KHz), (N/A, 0 mBm), (N/A)
92 [64525.130881] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUG disabled
93 [64525.130888] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
94 [64525.130891] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TRACING disabled
95 [64525.130896] iwlwifi 0000:03:00.0: Detected Intel(R) Centrino(R)
96 Advanced-N 6205 AGN, REV=0xB0
97 [64525.131109] iwlwifi 0000:03:00.0: L1 Enabled - LTR Disabled
98 [64525.131401] iwlwifi 0000:03:00.0: RF_KILL bit toggled to disable radio.
99 [64525.142887] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
100 [64525.155277] iwlwifi 0000:03:00.0 wlp3s0: renamed from wlan0
101 [64525.162396] systemd-udevd[21982]: renamed network interface wlan0 to wlp3s0
102 [64525.219188] iwlwifi 0000:03:00.0: Failed to run INIT ucode: -132
103 [64525.219379] iwlwifi 0000:03:00.0: Unable to initialize device.
104 [64525.290764] iwlwifi 0000:03:00.0: Failed to run INIT ucode: -132
105 [64525.290942] iwlwifi 0000:03:00.0: Unable to initialize device.
106 [64525.292024] iwlwifi 0000:03:00.0: Failed to run INIT ucode: -132
107 [64525.292237] iwlwifi 0000:03:00.0: Unable to initialize device.
108
109
110 ================================================================
111 lspci
112
113 00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor
114 Family DRAM Controller (rev 09)
115 00:02.0 VGA compatible controller: Intel Corporation 2nd Generation
116 Core Processor Family Integrated Graphics Controller (rev 09)
117 00:16.0 Communication controller: Intel Corporation 6 Series/C200
118 Series Chipset Family MEI Controller #1 (rev 04)
119 00:16.3 Serial controller: Intel Corporation 6 Series/C200 Series
120 Chipset Family KT Controller (rev 04)
121 00:19.0 Ethernet controller: Intel Corporation 82579LM Gigabit Network
122 Connection (rev 04)
123 00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset
124 Family USB Enhanced Host Controller #2 (rev 04)
125 00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset
126 Family High Definition Audio Controller (rev 04)
127 00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset
128 Family PCI Express Root Port 1 (rev b4)
129 00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset
130 Family PCI Express Root Port 2 (rev b4)
131 00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset
132 Family PCI Express Root Port 4 (rev b4)
133 00:1c.4 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset
134 Family PCI Express Root Port 5 (rev b4)
135 00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset
136 Family USB Enhanced Host Controller #1 (rev 04)
137 00:1f.0 ISA bridge: Intel Corporation QM67 Express Chipset Family LPC
138 Controller (rev 04)
139 00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series
140 Chipset Family 6 port SATA AHCI Controller (rev 04)
141 00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family
142 SMBus Controller (rev 04)
143 03:00.0 Network controller: Intel Corporation Centrino Advanced-N 6205
144 [Taylor Peak] (rev 34)
145 05:00.0 System peripheral: Ricoh Co Ltd PCIe SDXC/MMC Host Controller (rev 04)
146 0d:00.0 USB controller: NEC Corporation uPD720200 USB 3.0 Host
147 Controller (rev 04)

Replies

Subject Author
Re: [gentoo-user] Lost wireless interface after updates Mick <michaelkintzios@×××××.com>
Re: [gentoo-user] Lost wireless interface after updates Alexander Kapshuk <alexander.kapshuk@×××××.com>
Re: [gentoo-user] Lost wireless interface after updates Stroller <stroller@××××××××××××××××××.uk>