LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 01-30-2016, 05:34 PM   #1
HHalo6
Member
 
Registered: Dec 2015
Posts: 33

Rep: Reputation: Disabled
Having issues with my wireless card and Windows/Linux partitions


Hello. Recently I've been trying to install Linux Mint on my desktop computer in a partition along with Windows 10. My problem is that when I run Linux Mint (also happened to me before with Elementary OS Freya and it lead me to get rid of it) on live or I try to install it, it won't detect my wireless adaptor. Neither in the installation (it says I have no internet, and the adaptor does not emit light)... and neither when I have it already installed (happened with Elementary OS).

The problem is, everytime I turn the PC on and load either Windows 10 or Linux it won't detect my wireless card. I have to unplug it and then plug it in again and it will work. As you can imagine this is not a valid solution for me so I would be very grateful if you could light the issue a little, because it is driving me crazy. Especially because I live with 2 more people and they do not know anything about computers, and I have to share my printer and some more things so if they cannot use these resources they will be quite mad at me.

Thanks in advance.
 
Old 01-30-2016, 07:26 PM   #2
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,153

Rep: Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125
Reboot your computer as normal (wifi card inserted), and run this command. Pop the card out/in, then run the command again. Post both results in [code] tags so we can read it
Code:
lspci -vv | awk '/[Nn]et/' RS=""
(that's 2 double-quotes at the end)
 
Old 01-31-2016, 06:43 PM   #3
HHalo6
Member
 
Registered: Dec 2015
Posts: 33

Original Poster
Rep: Reputation: Disabled
Sorry, couldn't answer earlier. Here you go. First one is when the card fails, second one is when it is connected to my network.

Code:
02:00.0 Ethernet controller: Qualcomm Atheros AR8151 v2.0 Gigabit Ethernet (rev c0)
	Subsystem: ASUSTeK Computer Inc. Device 83fe
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 32 bytes
	Interrupt: pin A routed to IRQ 30
	Region 0: Memory at febc0000 (64-bit, non-prefetchable) [size=256K]
	Region 2: I/O ports at ec00 [size=128]
	Capabilities: <access denied>
	Kernel driver in use: atl1c
 



02:00.0 Ethernet controller: Qualcomm Atheros AR8151 v2.0 Gigabit Ethernet (rev c0)
	Subsystem: ASUSTeK Computer Inc. Device 83fe
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 32 bytes
	Interrupt: pin A routed to IRQ 30
	Region 0: Memory at febc0000 (64-bit, non-prefetchable) [size=256K]
	Region 2: I/O ports at ec00 [size=128]
	Capabilities: <access denied>
	Kernel driver in use: atl1c
Thanks in advance. By the way, sometimes it connects to my network but it says like I'm connected to a ... null network? I do not know how to explain it, but it works anyway.
I'll be looking forward to your answer. Thanks again!
 
Old 01-31-2016, 07:19 PM   #4
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,148
Blog Entries: 21

Rep: Reputation: 3483Reputation: 3483Reputation: 3483Reputation: 3483Reputation: 3483Reputation: 3483Reputation: 3483Reputation: 3483Reputation: 3483Reputation: 3483Reputation: 3483
Step 4

If you're using Linux Mint, try MintWifi.

from

http://www.wikihow.com/Set-up-a-Wire...twork-in-Linux

Just adding extra info. I am not stepping on syg00 post. His instructions are good also.

Mine as a example;

Code:
harry@harry-Latitude-XT2:~$ lspci -vv | awk '/[Nn]et/' RS=""
00:19.0 Ethernet controller: Intel Corporation 82567LM Gigabit Network Connection (rev 03)
	Subsystem: Dell Device 0252
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 27
	Region 0: Memory at f6ae0000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at f6adb000 (32-bit, non-prefetchable) [size=4K]
	Region 2: I/O ports at efe0 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: e1000e
0c:00.0 Network controller: Intel Corporation WiFi Link 5100
	Subsystem: Intel Corporation WiFi Link 5100 AGN
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 30
	Region 0: Memory at f69fe000 (64-bit, non-prefetchable) [size=8K]
	Capabilities: <access denied>
	Kernel driver in use: iwlwifi

Last edited by rokytnji; 01-31-2016 at 07:24 PM.
 
Old 01-31-2016, 07:24 PM   #5
HHalo6
Member
 
Registered: Dec 2015
Posts: 33

Original Poster
Rep: Reputation: Disabled
Thanks, but I am using Xubuntu because installing Mint was a completely mess and I am very familiarized with the Ubuntu family.
By the way, the problem only happens when I reboot and start Windows and then Linux or vice versa, although it seems to not happen anymore when I go from Linux to Windows.
So the real problem is when I last started Windows and then I start Linux, then it is in Linux when it does not work.
Hope I was clear enough, thanks for you response!
 
Old 01-31-2016, 07:49 PM   #6
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,153

Rep: Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125
Hmm - I would expect to see wifi in the output of that command. Try this instead - install inxi if you don't have it
Code:
inxi -c 0 -v 3
Given that last post, I'd say Win10 is hibernating the card. I've seen similar issues reported - faststart in Win10 maybe ?
 
Old 01-31-2016, 07:53 PM   #7
HHalo6
Member
 
Registered: Dec 2015
Posts: 33

Original Poster
Rep: Reputation: Disabled
Code:
 System:    Host: carlos-System-Product-Name Kernel: 4.2.0-25-generic x86_64 (64 bit gcc: 5.2.1)
           Desktop: Xfce 4.12.3 (Gtk 2.24.28) Distro: Ubuntu 15.10 wily
Machine:   Mobo: ASUSTeK model: P5G41T-M LX v: Rev X.0x
           Bios: American Megatrends v: 0803 date: 05/16/2011
CPU:       Dual core Pentium E5800 (-MCP-) cache: 2048 KB
           flags: (lm nx sse sse2 sse3 ssse3 vmx) bmips: 12803
           clock speeds: max: 3203 MHz 1: 2003 MHz 2: 3203 MHz
Graphics:  Card: Advanced Micro Devices [AMD/ATI] Turks XT [Radeon HD 6670/7670]
           bus-ID: 01:00.0
           Display Server: X.Org 1.17.2 drivers: ati,radeon (unloaded: fbdev,vesa)
           Resolution: 1920x1080@60.00hz
           GLX Renderer: Gallium 0.4 on AMD TURKS (DRM 2.43.0, LLVM 3.6.2)
           GLX Version: 3.0 Mesa 11.0.2 Direct Rendering: Yes
Network:   Card-1: Qualcomm Atheros AR8151 v2.0 Gigabit Ethernet
           driver: atl1c v: 1.0.1.1-NAPI port: ec00 bus-ID: 02:00.0
           IF: enp2s0 state: down mac: 14:da:e9:92:c8:28
           Card-2: Realtek RTL8188EUS 802.11n Wireless Network Adapter
           driver: r8188eu v: v4.1.4_6773.20130222 usb-ID: 001-008
           IF: wlxc04a0015ca14 state: N/A mac: N/A
Drives:    HDD Total Size: 1000.2GB (0.9 used) ID-1: model: ST500DM002
           ID-2: model: MK5076GSX
Info:      Processes: 166 Uptime: 9 min Memory: 830.3/3951.6MB
           Init: systemd runlevel: 5 Gcc sys: 5.2.1
           Client: Shell (bash 4.3.421) inxi: 2.2.16
Here you go. Thank you very much, really, I really appreciate the effort you're putting into this.
 
Old 01-31-2016, 08:34 PM   #8
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,153

Rep: Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125
Well the hardware is obviously found there (Network card 2), and (in this case) the driver is loaded ok.
Somebody (as in Win10) is disabling it. Can't offer anymore help.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Ubuntu Issues - Media Card Reader and Wireless Card illiniguy3043 Ubuntu 6 09-09-2008 10:17 AM
wireless card issues rubbish Linux - Hardware 21 03-08-2008 12:08 PM
windows killed my partitions! no linux partitions found on this computer. The MJ Linux - Software 10 01-05-2007 08:31 AM
Performance Issues with Wireless card(Linux-Wlan Drivers) QzarBaron Linux - Wireless Networking 5 09-04-2004 06:09 PM
Best wireless card for linux/windows machine 83K5 Linux - Wireless Networking 2 08-20-2004 12:19 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 11:31 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration