Michael C Hellyer
New Member
I am trying to use Linux instead of Windows for the first time. I tried 11 (Eleven) installations of Debian 9.6 and had no success connecting to WiFi. I used the Firmware that was not included due to open source issues. It said the driver was installed already but needed the firmware. I accomplished nothing except wiping out my hard drive trying to partition it using Debian. I purchased a DVD/CD from OSD for this.
Then I thought, let me try Ubuntu as it is supposed to include newest drivers - WRONG. lol
I installed (many times) Ubuntu 18.04.1 LTS. It still did not recognize my PCI card. Next, I purchased a USB wifi adapter known to work with LINUX. WRONG AGAIN. I have tried every "Ask Ubuntu" post as well as Google search. Either it doesn't work, or the post has NO IDEA what it's like to be a Noob. I have no idea what they are talking about.
Facts: Computer Desktop Lenovo ideacentre 300 - 20ish, 8GB Ram, 1 TB HD, was Windows 10, no longer. PCI Wireless Network Adapter - realtek RTL8821AE 802.11ac USB Wifi - tp-link AC1300 High Gain Archer T4U OS - Linux 18.04.1 LTS
Under Software & Updates shows Additional Drivers - Using dkms source for the r8821au network driver from rtl8812au-dkms (open source).
I entered lspci -nnk | grep 0280 -A3 and nothing happened. I then tried it as two separate commands and this happened after entering lspci -nnk:
michael@michael-ideacentre-300-20ISH:~$ lspci -nnk | grep 0280 -A3
michael@michael-ideacentre-300-20ISH:~$ lspci -nnk | grep 0280 -A3
michael@michael-ideacentre-300-20ISH:~$ lspci -nnk
00:00.0 Host bridge [0600]: Intel Corporation Skylake Host Bridge/DRAM Registers [8086:190f] (rev 07)
Subsystem: Lenovo Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers [17aa:30c7]
Kernel driver in use: skl_uncore
00:02.0 VGA compatible controller [0300]: Intel Corporation HD Graphics 530 [8086:1912] (rev 06)
Subsystem: Lenovo HD Graphics 530 [17aa:30c7]
Kernel driver in use: i915
Kernel modules: i915
00:14.0 USB controller [0c03]: Intel Corporation Sunrise Point-H USB 3.0 xHCI Controller [8086:a12f] (rev 31)
Subsystem: Lenovo Sunrise Point-H USB 3.0 xHCI Controller [17aa:30c7]
Kernel driver in use: xhci_hcd
00:16.0 Communication controller [0780]: Intel Corporation Sunrise Point-H CSME HECI #1 [8086:a13a] (rev 31)
Subsystem: Lenovo Sunrise Point-H CSME HECI [17aa:30c7]
Kernel driver in use: mei_me
Kernel modules: mei_me
00:17.0 SATA controller [0106]: Intel Corporation Sunrise Point-H SATA controller [AHCI mode] [8086:a102] (rev 31)
Subsystem: Lenovo Sunrise Point-H SATA controller [AHCI mode] [17aa:30c7]
Kernel driver in use: ahci
Kernel modules: ahci
00:1c.0 PCI bridge [0604]: Intel Corporation Sunrise Point-H PCI Express Root Port #6 [8086:a115] (rev f1)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:1d.0 PCI bridge [0604]: Intel Corporation Sunrise Point-H PCI Express Root Port #9 [8086:a118] (rev f1)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:1f.0 ISA bridge [0601]: Intel Corporation Sunrise Point-H LPC Controller [8086:a143] (rev 31)
Subsystem: Lenovo Sunrise Point-H LPC Controller [17aa:30c7]
00:1f.2 Memory controller [0580]: Intel Corporation Sunrise Point-H PMC [8086:a121] (rev 31)
Subsystem: Lenovo Sunrise Point-H PMC [17aa:30c7]
00:1f.3 Audio device [0403]: Intel Corporation Sunrise Point-H HD Audio [8086:a170] (rev 31)
Subsystem: Lenovo Sunrise Point-H HD Audio [17aa:30c7]
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
00:1f.4 SMBus [0c05]: Intel Corporation Sunrise Point-H SMBus [8086:a123] (rev 31)
Subsystem: Lenovo Sunrise Point-H SMBus [17aa:30c7]
Kernel driver in use: i801_smbus
Kernel modules: i2c_i801
01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 0c)
Subsystem: Lenovo RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [17aa:30c7]
Kernel driver in use: r8169
Kernel modules: r8169
michael@michael-ideacentre-300-20ISH:~$ grep 0280 -A3
I then entered just grep 0280 -A3 and got the new prompt above.
I entered lsusb and got this: Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 009: ID 2357:0115
Bus 001 Device 005: ID 05e3:0745 Genesys Logic, Inc. Logilink CR0012 Bus 001 Device 004: ID 17ef:602e Lenovo Bus 001 Device 003: ID 1130:1620 Tenx Technology, Inc. Bus 001 Device 007: ID 0bda:0821 Realtek Semiconductor Corp. Bus 001 Device 002: ID 17ef:602d Lenovo Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
I entered rfkill list all and got:
0: hci0: Bluetooth Soft blocked: no Hard blocked: no
Then I thought, let me try Ubuntu as it is supposed to include newest drivers - WRONG. lol
I installed (many times) Ubuntu 18.04.1 LTS. It still did not recognize my PCI card. Next, I purchased a USB wifi adapter known to work with LINUX. WRONG AGAIN. I have tried every "Ask Ubuntu" post as well as Google search. Either it doesn't work, or the post has NO IDEA what it's like to be a Noob. I have no idea what they are talking about.
Facts: Computer Desktop Lenovo ideacentre 300 - 20ish, 8GB Ram, 1 TB HD, was Windows 10, no longer. PCI Wireless Network Adapter - realtek RTL8821AE 802.11ac USB Wifi - tp-link AC1300 High Gain Archer T4U OS - Linux 18.04.1 LTS
Under Software & Updates shows Additional Drivers - Using dkms source for the r8821au network driver from rtl8812au-dkms (open source).
I entered lspci -nnk | grep 0280 -A3 and nothing happened. I then tried it as two separate commands and this happened after entering lspci -nnk:
michael@michael-ideacentre-300-20ISH:~$ lspci -nnk | grep 0280 -A3
michael@michael-ideacentre-300-20ISH:~$ lspci -nnk | grep 0280 -A3
michael@michael-ideacentre-300-20ISH:~$ lspci -nnk
00:00.0 Host bridge [0600]: Intel Corporation Skylake Host Bridge/DRAM Registers [8086:190f] (rev 07)
Subsystem: Lenovo Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers [17aa:30c7]
Kernel driver in use: skl_uncore
00:02.0 VGA compatible controller [0300]: Intel Corporation HD Graphics 530 [8086:1912] (rev 06)
Subsystem: Lenovo HD Graphics 530 [17aa:30c7]
Kernel driver in use: i915
Kernel modules: i915
00:14.0 USB controller [0c03]: Intel Corporation Sunrise Point-H USB 3.0 xHCI Controller [8086:a12f] (rev 31)
Subsystem: Lenovo Sunrise Point-H USB 3.0 xHCI Controller [17aa:30c7]
Kernel driver in use: xhci_hcd
00:16.0 Communication controller [0780]: Intel Corporation Sunrise Point-H CSME HECI #1 [8086:a13a] (rev 31)
Subsystem: Lenovo Sunrise Point-H CSME HECI [17aa:30c7]
Kernel driver in use: mei_me
Kernel modules: mei_me
00:17.0 SATA controller [0106]: Intel Corporation Sunrise Point-H SATA controller [AHCI mode] [8086:a102] (rev 31)
Subsystem: Lenovo Sunrise Point-H SATA controller [AHCI mode] [17aa:30c7]
Kernel driver in use: ahci
Kernel modules: ahci
00:1c.0 PCI bridge [0604]: Intel Corporation Sunrise Point-H PCI Express Root Port #6 [8086:a115] (rev f1)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:1d.0 PCI bridge [0604]: Intel Corporation Sunrise Point-H PCI Express Root Port #9 [8086:a118] (rev f1)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:1f.0 ISA bridge [0601]: Intel Corporation Sunrise Point-H LPC Controller [8086:a143] (rev 31)
Subsystem: Lenovo Sunrise Point-H LPC Controller [17aa:30c7]
00:1f.2 Memory controller [0580]: Intel Corporation Sunrise Point-H PMC [8086:a121] (rev 31)
Subsystem: Lenovo Sunrise Point-H PMC [17aa:30c7]
00:1f.3 Audio device [0403]: Intel Corporation Sunrise Point-H HD Audio [8086:a170] (rev 31)
Subsystem: Lenovo Sunrise Point-H HD Audio [17aa:30c7]
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
00:1f.4 SMBus [0c05]: Intel Corporation Sunrise Point-H SMBus [8086:a123] (rev 31)
Subsystem: Lenovo Sunrise Point-H SMBus [17aa:30c7]
Kernel driver in use: i801_smbus
Kernel modules: i2c_i801
01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 0c)
Subsystem: Lenovo RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [17aa:30c7]
Kernel driver in use: r8169
Kernel modules: r8169
michael@michael-ideacentre-300-20ISH:~$ grep 0280 -A3
I then entered just grep 0280 -A3 and got the new prompt above.
I entered lsusb and got this: Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 009: ID 2357:0115
Bus 001 Device 005: ID 05e3:0745 Genesys Logic, Inc. Logilink CR0012 Bus 001 Device 004: ID 17ef:602e Lenovo Bus 001 Device 003: ID 1130:1620 Tenx Technology, Inc. Bus 001 Device 007: ID 0bda:0821 Realtek Semiconductor Corp. Bus 001 Device 002: ID 17ef:602d Lenovo Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
I entered rfkill list all and got:
0: hci0: Bluetooth Soft blocked: no Hard blocked: no