LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 08-10-2016, 12:02 AM   #1
lahfordie
LQ Newbie
 
Registered: Aug 2016
Posts: 10

Rep: Reputation: Disabled
Intel Centrino Wireless-N 1030 not working in CentOS 7


Ever since installing CentOS, my wireless card hasn't connected to the network. (It works fine in Fedora and Ubuntu.) My wired interface has no issues.

I've re-downloaded the drivers from Intel and copied them to /lib/firmware, removed and reloaded them multiple times, and taken down and up network.service and NetworkManager.service in every combination. I've tried static and DHCP configurations. So far, nothing has gotten my wireless interface to work. So I turn to you for help.

Code:
[root@localhost network-scripts]# lspci | grep -i wireless
03:00.0 Network controller: Intel Corporation Centrino Wireless-N 1030 [Rainbow Peak] (rev 34)
Code:
[root@localhost network-scripts]# lsmod | grep iwl
iwldvm                189077  0 
mac80211              661351  1 iwldvm
iwlwifi               126101  1 iwldvm
cfg80211              572836  3 iwlwifi,mac80211,iwldvm
Code:
[root@localhost network-scripts]# ll /lib/firmware | grep iwl | grep 6000
-rw-r--r--. 1 root root  454608 Nov 20  2015 iwlwifi-6000-4.ucode
-rw-r--r--. 1 root root  444128 Nov 20  2015 iwlwifi-6000g2a-5.ucode
-rw-r--r--. 1 root root  677296 Nov 20  2015 iwlwifi-6000g2a-6.ucode
-rw-r--r--. 1 root root  460912 Aug  9 23:59 iwlwifi-6000g2b-5.ucode
-rw-r--r--. 1 root root  679436 Nov 20  2015 iwlwifi-6000g2b-6.ucode
drwxr-xr-x. 2 root root    4096 Aug  9 23:58 iwlwifi-6000g2b-ucode-17.168.5.2
-rw-r--r--. 1 root root    2046 Aug  9 23:59 LICENSE.iwlwifi-6000g2b-ucode
-rw-r--r--. 1 root root    4799 Aug  9 23:59 README.iwlwifi-6000g2b-ucode
Code:
[root@localhost network-scripts]# nmcli d
DEVICE      TYPE      STATE      CONNECTION 
virbr0      bridge    connected  virbr0     
p5p1        ethernet  connected  p5p1       
lo          loopback  unmanaged  --         
virbr0-nic  tap       unmanaged  --         
wlp3s0      wifi      unmanaged  --         
[root@localhost network-scripts]# ip link show wlp3s0
7: wlp3s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DEFAULT qlen 1000
    link/ether 58:91:cf:0f:d8:cc brd ff:ff:ff:ff:ff:ff
Code:
[root@localhost network-scripts]# ls | grep -E 'ifcfg|wireless'
ifcfg-ATTNpQ6FPi
ifcfg-lo
ifcfg-p5p1
ifup-wireless
Code:
[root@localhost network-scripts]# ./ifup ifcfg-ATTNpQ6FPi 
Error: Connection activation failed: No suitable device found for this connection.
[root@localhost network-scripts]# ./ifup ifcfg-p5p1 
Connection successfully activated (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/3)
Code:
[root@localhost network-scripts]# cat ifcfg-ATTNpQ6FPi 
HWADDR=58:91:CF:0F:D8:CC
ESSID="ATTNpQ6FPi"
MODE=Managed
KEY_MGMT=WPA-PSK
TYPE=Wireless
BOOTPROTO=dhcp
DEFROUTE=yes
IPV4_FAILURE_FATAL=no
IPV6INIT=yes
IPV6_AUTOCONF=yes
IPV6_DEFROUTE=yes
IPV6_FAILURE_FATAL=no
NAME=ATTNpQ6FPi
UUID=2a976004-1b02-4c3d-bbe9-798b16a852ea
ONBOOT=yes
DNS1=8.8.4.4
DNS2=8.8.8.8
PEERDNS=no
PEERROUTES=yes
IPV6_PEERDNS=yes
IPV6_PEERROUTES=yes
IPV6_PRIVACY=no

I'll happily provide any further output you guys request. I appreciate any assistance you can give. Thank you.

Last edited by lahfordie; 08-10-2016 at 12:03 AM.
 
Old 08-10-2016, 05:29 PM   #2
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,126
Blog Entries: 21

Rep: Reputation: 3476Reputation: 3476Reputation: 3476Reputation: 3476Reputation: 3476Reputation: 3476Reputation: 3476Reputation: 3476Reputation: 3476Reputation: 3476Reputation: 3476
I don't run CentOS 7 so take my post with a grain of salt. I figure Ubuntu and Fedora see and make your wireless work because they use a newer kernel than CentOS 7.

Code:
uname -a
should clear some things up I think.

Just maybe a way out for you

http://www.ostechnix.com/install-lin...centos-ubuntu/
 
Old 08-13-2016, 10:24 PM   #3
lahfordie
LQ Newbie
 
Registered: Aug 2016
Posts: 10

Original Poster
Rep: Reputation: Disabled
Thanks for the suggestion. Unfortunately it didn't help. I upgraded to the newest kernel version on CentOS, then installed the proper iwlwifi versions for the 4.7 kernel from Intel. Still nothing. Same error:

Code:
[root@localhost network-scripts]# ./ifup ifcfg-ATTNpQ6FPi 
Error: Connection activation failed: No suitable device found for this connection.
Anyone have ideas?
 
Old 08-16-2016, 05:53 PM   #4
lahfordie
LQ Newbie
 
Registered: Aug 2016
Posts: 10

Original Poster
Rep: Reputation: Disabled
It's fixed. The key was this, from the original post:

Code:
[root@localhost network-scripts]# nmcli d
DEVICE      TYPE      STATE      CONNECTION 
virbr0      bridge    connected  virbr0     
p5p1        ethernet  connected  p5p1       
lo          loopback  unmanaged  --         
virbr0-nic  tap       unmanaged  --         
wlp3s0      wifi      unmanaged  --         
[root@localhost network-scripts]# ip link show wlp3s0
7: wlp3s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DEFAULT qlen 1000
    link/ether 58:91:cf:0f:d8:cc brd ff:ff:ff:ff:ff:ff
Specifically, "wlp3s0 wifi unmanaged --". I yum-installed the package "NetworkManager-wifi" and the problem disappeared. How I would've fixed this without NetworkManager (which shouldn't be necessary), I have no idea.


EDIT FOR CLARITY: I already had NetworkManager, but not NetworkManager-wifi.

Last edited by lahfordie; 08-16-2016 at 05:54 PM. Reason: clarification
 
1 members found this post helpful.
  


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
[SOLVED] CentOS 7, Wifi is not working (Intel Centrino Wireless-N 135). boycottsystemd CentOS 8 08-14-2016 12:39 AM
Intel Centrino-N 1030 wireless not working SierraII Linux - Newbie 1 05-15-2012 10:09 AM
Wireless not working.. Intel Centrino Wifi/Wimax 6050 Series - Slackware 13.1 drfrostbyte Linux - Wireless Networking 2 03-28-2011 03:53 PM
Problems with my Intel Centrino wireless... icecreamsoop Linux - Wireless Networking 1 11-03-2005 10:10 AM
Intel Centrino wireless stuff antken Linux - Wireless Networking 2 01-29-2004 09:04 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

All times are GMT -5. The time now is 03:40 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