Unable to get TP-LINK AC1300 PCIe wireless adapter working

Issues related to hardware problems
Post Reply
iraqwarvet31
Posts: 4
Joined: 2018/12/21 05:56:00

Unable to get TP-LINK AC1300 PCIe wireless adapter working

Post by iraqwarvet31 » 2018/12/21 06:08:30

I just installed Centos 7.6 via Dual boot with Windows 10 and got Nvidia drivers to work successfully. However, I am struggling with getting this TP-Link AC1300 wireless adapter to work. I can't find any documentation about this specific adapter. Am I going to have to buy a new adapter? ifconfig doesn't show any wireless adapters and lspci shows the adapter. I'm rather new to Linux and any help would be appreciated, at least pointed the right direction. Additional information below. If more is needed let me know:

Code: Select all

lspci | grep -i net
00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (7) I219-V (rev 10)
03:00.0 Network controller: Broadcom Inc. and subsidiaries BCM4360 802.11ac Wireless Network Adapter (rev 03)

Code: Select all

ifconfig
eno1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.1.71  netmask 255.255.255.0  broadcast 192.168.1.255
        inet6 fe80::2b9e:1a4c:c491:3461  prefixlen 64  scopeid 0x20<link>
        inet6 2600:1700:f7c0:ef50:9940:32c:f063:de25  prefixlen 64  scopeid 0x0<global>
        ether 30:9c:23:e9:d0:54  txqueuelen 1000  (Ethernet)
        RX packets 30823  bytes 21752963 (20.7 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 22527  bytes 2907774 (2.7 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 16  memory 0xa7400000-a7420000  

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 1880  bytes 163462 (159.6 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 1880  bytes 163462 (159.6 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

virbr0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        inet 192.168.122.1  netmask 255.255.255.0  broadcast 192.168.122.255
        ether 52:54:00:38:49:fe  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

Code: Select all

uname -a
Linux DESKTOP-MLJIESV 3.10.0-957.1.3.el7.x86_64 #1 SMP Thu Nov 29 14:49:43 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

mashiro2004
Posts: 68
Joined: 2018/12/08 21:46:22
Location: Italy

Re: Unable to get TP-LINK AC1300 PCIe wireless adapter working

Post by mashiro2004 » 2018/12/28 20:24:10

Hi,
You wifi adapter is the Broadcom BCM4360

read this from elrepo:

https://elrepo.org/tiki/wl-kmod

in my opinion the best choice is to get a new adapter fully compatibile with actual centos/rhel kernel.

iraqwarvet31
Posts: 4
Joined: 2018/12/21 05:56:00

Re: Unable to get TP-LINK AC1300 PCIe wireless adapter working

Post by iraqwarvet31 » 2019/02/24 21:20:52

I Kindly appreciate your response. Getting a new card. *Problem solved*

Post Reply