No network in Fedora

I have just installed fedora 36(workstation edition)
operating system.
And in my lenovo laptop showing no internet .

I am not able to use wired internet connection,

I am not able to use Bluetooth internet connection

Also wifi adater is not found .

I don’t know how to connect to internet and update system .

Pls help

1 Like

That is likely a problem with a missing driver or firmware.

What chipset is powering your wifi/bluetooth adapter? You can find out with lspci

1 Like

I have got this after typing lspci


Now what to do tell me

1 Like

Looks like Realtek network controllers need you to install their drivers. Lots of posts about them, so best to take a look at the solved ones:

https://discussion.fedoraproject.org/search?q=realtek

I think this post shows exactly your hardware:

https://discussion.fedoraproject.org/t/fedora-install-on-acer-aspire-5-amd-doesnt-do-wifi/69954/5

I think it’s the same for wifi—you need to install the driver. Probably best to get your wired working first and then running a full update to see if that helps at all.

Can we please request you to please replace your screenshot with the output of commands in text? Screenshots cannot be searched, and they’re not accessible for users that use screen readers etc. so they should be avoided, especially for command outputs.

4 Likes
|1|0:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 60h-6fh) Processor Root Complex|
| --- | --- |
|2|00:00.2 IOMMU: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 60h-6fh) I/O Memory Management Unit|
|3|00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Stoney [Radeon R2/R3/R4/R5 Graphics] (rev da)|
|4|00:01.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Device 15b3|
|5|00:02.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 60h-6fh) Host Bridge|
|6|00:02.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 60h-6fh) Processor Root Port|
|7|00:02.4 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 60h-6fh) Processor Root Port|
|8|00:03.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 60h-6fh) Host Bridge|
|9|00:08.0 Encryption controller: Advanced Micro Devices, Inc. [AMD] Carrizo Platform Security Processor|
|10|00:09.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Carrizo Audio Dummy Host Bridge|
|11|00:09.2 Audio device: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 60h-6fh) Audio Controller|
|12|00:10.0 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB XHCI Controller (rev 20)|
|13|00:11.0 SATA controller: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode] (rev 4b)|
|14|00:12.0 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB EHCI Controller (rev 49)|
|15|00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller (rev 4b)|
|16|00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge (rev 11)|
|17|00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Stoney HT Configuration|
|18|00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Stoney Address Maps|
|19|00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Stoney DRAM Configuration|
|20|00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Stoney Miscellaneous Configuration|
|21|00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Stoney PM Configuration|
|22|00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Stoney NB Performance Monitor|
|23|01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)|
|24|02:00.0 Network controller: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter (rev 31)|

This i found

1 Like

Realtek PCIe FE / GBE / 2.5G / Gaming Ethernet Family Controller Software has “GBE Ethernet LINUX driver r8168 for kernel up to 5.19”.

r8168 drivers for linux has a patch for 6.1 kernels

I think this uses the ath10k_pci module and a binary firmware blob, but has not been reliable: https://bugzilla.redhat.com/show_bug.cgi?id=1846802

1 Like

My realtek adapter on the motherboard shows this

# inxi -Nxxx
Network:
  Device-2: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet
    vendor: ASRock driver: r8169 v: kernel pcie: speed: 2.5 GT/s lanes: 1
    port: f000 bus-ID: 06:00.0 chip-ID: 10ec:8168 class-ID: 0200

# lspci
06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)

I had to do nothing except plug in that adapter and the driver has kept current with each kernel update. Yes, I know the revision number is older than for the OP.