I had purchased a new Laptop.
Model : HP 15s-gr0010AU
I had dual booted Windows 10 alonside with Fedora 33.
Issue/Problem is ,no wifi adapter or functioning in Fedora 33.
How do I activate and enable wifi in Fedora 33?
Please help.
I had purchased a new Laptop.
Model : HP 15s-gr0010AU
I had dual booted Windows 10 alonside with Fedora 33.
Issue/Problem is ,no wifi adapter or functioning in Fedora 33.
How do I activate and enable wifi in Fedora 33?
Please help.
Hello @pinakg and welcome to the community. Please read the documents in the #start-here category when you have the time.
Well.
In order to know what wifi model it is equipped with this laptop, could you provide the result of these two commands?
lspci -v | grep -i net
lsusb
Firstly you need to find out the model of your wifi adapter.
Do it with inxi -Nxx
or lspci | grep -i net
.
It will probably be Realtek RTL8821CE, knowing that search for drivers or instructions. Here’s fresh topic, it looks like this adapter doesn’t work out of the box, but require additional driver:
root@localhost kgtabanF]# lspci -v | grep -i net
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter
[root@localhost kgtabanF]# lsusb
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 004: ID 0bda:b00a Realtek Semiconductor Corp. Realtek Bluetooth 4.2 Adapter
Bus 003 Device 003: ID 13d3:56c9 IMC Networks
Bus 003 Device 002: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 046d:c542 Logitech, Inc. Wireless Receiver
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[root@localhost kgtabanF]#
A very Big THANK YOU to @alciregi; @ozeszty for helping me out of this mess.
WiFi drivers of Realtek RTL8821CE successfully installed and enabled.
Everything working fine.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.