You are not logged in.

#1 2016-06-08 09:46:14

Theon144
Member
Registered: 2012-01-28
Posts: 15

[SOLVED] Wi-Fi network device missing after update

Hi, I own a ThinkPad X201 on which I run arch, and after the latest pacman -Syu I found that I can't connect to my network, as ip and ifconfig only list the loopback device and the ethernet card, but not the Wi-Fi.

What happened? Thanks in advance!

Last edited by Theon144 (2016-06-12 20:53:13)

Offline

#2 2016-06-08 10:16:52

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: [SOLVED] Wi-Fi network device missing after update

Theon144 wrote:

What happened? Thanks in advance!

Who knows.

If you post the full output of dmesg then it might provide clues to what is wrong.


R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K

Offline

#3 2016-06-08 14:02:02

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,772

Re: [SOLVED] Wi-Fi network device missing after update

Compare the version numbers reported by uname -a and pacman -Qi linux   (Assuming you are using the stock Arch Linux kernel)

I wager they are not the same.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#4 2016-06-12 15:18:17

Theon144
Member
Registered: 2012-01-28
Posts: 15

Re: [SOLVED] Wi-Fi network device missing after update

R00KIE wrote:
Theon144 wrote:

What happened? Thanks in advance!

Who knows.

If you post the full output of dmesg then it might provide clues to what is wrong.

Right; http://pastebin.ca/3624498

I suppose lines 756-761 are relevant?

[   11.653805] iwlwifi 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[   11.669945] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-6000-6.ucode failed with error -2
[   11.669957] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-6000-5.ucode failed with error -2
[   11.669966] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-6000-4.ucode failed with error -2
[   11.669968] iwlwifi 0000:02:00.0: request for firmware file 'iwlwifi-6000-4.ucode' failed.
[   11.670144] iwlwifi 0000:02:00.0: no suitable firmware found!

I googled, but I was unable to find anything but an Arch Linux Forums post with 0 replies.

ewaller wrote:

Compare the version numbers reported by uname -a and pacman -Qi linux   (Assuming you are using the stock Arch Linux kernel)

I wager they are not the same.

They actually seem to be:

╭─theon@bento ~  
╰─➤  uname -a
Linux bento 4.5.4-1-ARCH #1 SMP PREEMPT Wed May 11 22:21:28 CEST 2016 x86_64 GNU/Linux

╭─theon@bento ~  
╰─➤  LANG=C pacman -Qi linux
Name            : linux
Version         : 4.5.4-1
...

Offline

#5 2016-06-12 15:30:31

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,544

Re: [SOLVED] Wi-Fi network device missing after update

Theon144 wrote:
ewaller wrote:

Compare the version numbers reported by uname -a and pacman -Qi linux   (Assuming you are using the stock Arch Linux kernel)

I wager they are not the same.

They actually seem to be:

╭─theon@bento ~  
╰─➤  uname -a
Linux bento 4.5.4-1-ARCH #1 SMP PREEMPT Wed May 11 22:21:28 CEST 2016 x86_64 GNU/Linux

╭─theon@bento ~  
╰─➤  LANG=C pacman -Qi linux
Name            : linux
Version         : 4.5.4-1
...

They are, but they're out of date. Is this a partial update situation? What version of the linux-firmware package?

Last edited by Scimmia (2016-06-12 15:33:44)

Online

#6 2016-06-12 20:52:59

Theon144
Member
Registered: 2012-01-28
Posts: 15

Re: [SOLVED] Wi-Fi network device missing after update

Huh, turned out I didn't even have linux-firmware installed. Installing it and finishing an indeed partial update solved this. Thank you!

Offline

Board footer

Powered by FluxBB