You are not logged in.

#1 2015-06-29 17:16:27

Invie
Member
From: Carnage, Destruction USA
Registered: 2012-09-08
Posts: 70

Wifi Device Disappeared

Hi, I've been having this issue since I upgraded a few days ago. Not sure what to do next.

Dmesg Output: http://sprunge.us/aXVX

Last edited by Invie (2015-06-29 17:16:44)


Just living is not enough... one must have sunshine, freedom, and a little flower.  ~Hans Christian Andersen

Offline

#2 2015-06-29 17:19:04

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Wifi Device Disappeared

Perhaps including some details of your card, driver and what was updated?


Moving to NC...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2015-06-29 17:21:37

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,544
Website

Re: Wifi Device Disappeared

What is the problem?  Just what is in the title?  What does disappeared mean (operationally defined)?  Does it not show up in the output from `ip a` or is it just no longer listed in some gui something-or-another?

What is the wireless hardware?  Chip ID, etc ...


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#4 2015-06-29 17:34:48

Invie
Member
From: Carnage, Destruction USA
Registered: 2012-09-08
Posts: 70

Re: Wifi Device Disappeared

My wireless device is wlp3s0. When I use 'ip a' I don't see it there like it used to be. I don't think that it's broken or malfunctioning, but this issue began after upgrading.


Just living is not enough... one must have sunshine, freedom, and a little flower.  ~Hans Christian Andersen

Offline

#5 2015-06-29 17:42:10

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,544
Website

Re: Wifi Device Disappeared

jasonwryan wrote:

Perhaps including some details of your card, driver and what was updated?

Trilby wrote:

What is the wireless hardware?  Chip ID, etc ...


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#6 2015-06-29 17:44:38

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

Re: Wifi Device Disappeared

What my colleagues are saying is: is it a USB device, is it a PCI device?  Which one?

Post the output of lspci -nn  if it is a PCI device.   
You may also want to read the link in my signature.


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

#7 2015-06-29 17:57:11

Invie
Member
From: Carnage, Destruction USA
Registered: 2012-09-08
Posts: 70

Re: Wifi Device Disappeared

It is a PCI device.

lspci -nn output:

00:00.0 Host bridge [0600]: Intel Corporation 2nd Generation Core Processor Family DRAM Controller [8086:0104] (rev 09)
00:01.0 PCI bridge [0604]: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port [8086:0101] (rev 09)
00:16.0 Communication controller [0780]: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 [8086:1c3a] (rev 04)
00:16.3 Serial controller [0700]: Intel Corporation 6 Series/C200 Series Chipset Family KT Controller [8086:1c3d] (rev 04)
00:19.0 Ethernet controller [0200]: Intel Corporation 82579LM Gigabit Network Connection [8086:1502] (rev 04)
00:1a.0 USB controller [0c03]: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 [8086:1c2d] (rev 04)
00:1b.0 Audio device [0403]: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller [8086:1c20] (rev 04)
00:1c.0 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 [8086:1c10] (rev b4)
00:1c.1 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 [8086:1c12] (rev b4)
00:1c.2 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 3 [8086:1c14] (rev b4)
00:1c.3 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 4 [8086:1c16] (rev b4)
00:1c.5 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 6 [8086:1c1a] (rev b4)
00:1d.0 USB controller [0c03]: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 [8086:1c26] (rev 04)
00:1f.0 ISA bridge [0601]: Intel Corporation QM67 Express Chipset Family LPC Controller [8086:1c4f] (rev 04)
00:1f.2 SATA controller [0106]: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller [8086:1c03] (rev 04)
00:1f.3 SMBus [0c05]: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller [8086:1c22] (rev 04)
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF119M [NVS 4200M] [10de:1056] (rev a1)
01:00.1 Audio device [0403]: NVIDIA Corporation GF119 HDMI Audio Controller [10de:0e08] (rev a1)
0b:00.0 FireWire (IEEE 1394) [0c00]: O2 Micro, Inc. 1394 OHCI Compliant Host Controller [1217:13f7] (rev 05)
0b:00.1 SD Host controller [0805]: O2 Micro, Inc. OZ600RJ0/OZ900RJ0/OZ600RJS SD/MMC Card Reader Controller [1217:8321] (rev 05)
0b:00.2 Mass storage controller [0180]: O2 Micro, Inc. O2 Flash Memory Card [1217:8331] (rev 05)

Last edited by Invie (2015-06-29 17:57:38)


Just living is not enough... one must have sunshine, freedom, and a little flower.  ~Hans Christian Andersen

Offline

#8 2015-06-29 18:13:27

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

Re: Wifi Device Disappeared

Unless I am missing something, the I don't see any wifi devices in that list.  That is a bit problematic.

Does Windows see it?  Can you see it if you boot from your Arch install media?


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

#9 2015-06-29 18:14:55

Invie
Member
From: Carnage, Destruction USA
Registered: 2012-09-08
Posts: 70

Re: Wifi Device Disappeared

I actually don't have Windows installed, nor do I have a CD. This is apart of why I was so confused about what to do next.


Just living is not enough... one must have sunshine, freedom, and a little flower.  ~Hans Christian Andersen

Offline

#10 2015-06-29 18:19:12

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

Re: Wifi Device Disappeared

I would try to lay my hands on something I can boot that would let you look at the bus devices.
You might try powering all the way down.  By this I mean removing line cords from towers or batteries from laptops after the shutdown.  Wait a bit, re-power and see if the device appears on the bus.

Is this a PCI-e?  Is it a laptop?

Edit:

Linux version 4.0.6-1-ck (squishy@ease)

You may want to try with the main line kernel if you still have it installed.

Last edited by ewaller (2015-06-29 18:23:25)


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

#11 2015-06-29 18:23:26

Invie
Member
From: Carnage, Destruction USA
Registered: 2012-09-08
Posts: 70

Re: Wifi Device Disappeared

I actually don't have Windows installed, nor do I have a CD. This is apart of why I was so confused about what to do next.


Just living is not enough... one must have sunshine, freedom, and a little flower.  ~Hans Christian Andersen

Offline

#12 2015-06-29 18:23:44

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: Wifi Device Disappeared

Make sure the hardware is on (it could get disabled through some Fn key or a switch somewhere on the laptop).

Offline

#13 2015-06-29 18:24:37

Invie
Member
From: Carnage, Destruction USA
Registered: 2012-09-08
Posts: 70

Re: Wifi Device Disappeared

[Sidenote] I accidentally hit the report button.

As far as the switch, that's the first thing I checked.


Just living is not enough... one must have sunshine, freedom, and a little flower.  ~Hans Christian Andersen

Offline

#14 2015-06-29 18:30:05

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: Wifi Device Disappeared

I'd install linux-lts and boot into that.

-edit-

If your PC is Dell Latitude E6520 (is it?), then it should have a WiFi switch on the right side. Double-check that it is in the "on" position.

And maybe there's something about WiFi in BIOS.

Last edited by lucke (2015-06-29 18:37:22)

Offline

#15 2015-06-29 18:42:35

Invie
Member
From: Carnage, Destruction USA
Registered: 2012-09-08
Posts: 70

Re: Wifi Device Disappeared

I'm rebooting now to see if LTS has any effect. I double-checked the switch, but that had no effect.


Just living is not enough... one must have sunshine, freedom, and a little flower.  ~Hans Christian Andersen

Offline

#16 2015-06-29 19:23:08

Invie
Member
From: Carnage, Destruction USA
Registered: 2012-09-08
Posts: 70

Re: Wifi Device Disappeared

Update -- LTS didn't have any real effect on the issue. I did ip a in getty and got the same result.


Just living is not enough... one must have sunshine, freedom, and a little flower.  ~Hans Christian Andersen

Offline

#17 2015-06-29 19:37:12

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Wifi Device Disappeared

jasonwryan wrote:

Perhaps including some details of your card, driver and what was updated?


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#18 2015-06-29 22:42:51

Invie
Member
From: Carnage, Destruction USA
Registered: 2012-09-08
Posts: 70

Re: Wifi Device Disappeared

Again, the card is PCI, not USB. It used to work by default with the Kernel so I never actually noticed or paid attention to that information. Is there a specific command you'd like to see?


Just living is not enough... one must have sunshine, freedom, and a little flower.  ~Hans Christian Andersen

Offline

#19 2015-06-29 22:47:14

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Wifi Device Disappeared

I'd like to see the make of the card, the driver you have installed, and pacman's log for the update that changed things. Without that information, this thread is going nowhere...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

Board footer

Powered by FluxBB