1

Windows 11 is already on my desktop and both wired Internet and internal wifi (ASUS Z890 motherboard with wifi adaptor) work. Now I have tried to install Ubuntu 24.04.2 LTS in dual boot mode, but in the installation process, I found that Ubuntu doesn't detect the wired and wifi connections.

4th screen of the 'Install Ubuntu' option

I searched on Google to solve this issue and some of the information of the network adaptors and the kernel are as follows, but in the end, I couldn't solve this issue.

  • Could you please help me how I can solve this issue?
  • Why doesn't Ubuntu 24.04 find the internet connections automatically during the installation process?
$ uname -r
6.11.0-17-generic
$ lsmod | grep iwlwifi```
$
$ sudo dmesg | grep -i wifi
[    0.000000] DMI: ASUS System Product Name/Z890 AYW GAMING WIFI W, BIOS 0408 08/30/2024
$ lspci -knn
83:00.0 Network controller [0280]: MEDIATEK Corp. Device [14c3:7902]             Subsystem: AzureWave Device [1a3b:6040]
84:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller [10ec:8125] (rev 0c)
            Subsystem: ASUSTeK Computer Inc. RTL8125 2.5GbE Controller [1043:88e1]
            Kernel modules: r8169
$ lshw -C network
WARNING: you should run this program as super-user.
  *-network UNCLAIMED
            description: Network controller 
            product: MEDIATEK Corp. 
            vendor: MEDIATEK Corp. 
            physical id: 0 
            bus info: pci@0000:83:00.0 
            version: 00 
            width: 64 bits 
            clock: 33MHz 
            capabilities: cap_list 
            configuration: latency=0 
            resources: iomemory:400-3ff memory:4000300000-40003fffff memory:b8100000-b8107fff 
  *-network UNCLAIMED 
            description: Ethernet controller 
            product: RTL8125 2.5GbE Controller 
            vendor: Realtek Semiconductor Co., Ltd. 
            physical id: 0 
            bus info: pci@0000:84:00.0 
            version: 0c 
            width: 64 bits 
            clock: 33MHz 
            capabilities: cap_list 
            configuration: latency=0 
            resources: ioport:3000(size=256) memory:b8000000-b800ffff memory:b8010000-b8013fff 
WARNING: output may be incomplete or inaccurate, you should run this program as super-user.
karel
  • 122,292
  • 133
  • 301
  • 332
sadradio
  • 105
  • 4

2 Answers2

1

I solved this issue by installing Ubuntu 25.04, not 24.04. I am actually fine with either way: MEDIATEK MT7902 (motherboard wifi) or Realtek RTL8125 (wired LAN connection). It turned out that my motherboard (ASUS Z890 AYW GAMING WIFI W) is a very new product (available from Jan 2025) and thus is not very compatible with previous Ubuntu versions.

But, the latest one 25.04 successfully detected the 'Realtek RTL8125' automatically during its installation process, so I just decided to use Ubuntu 25.04 instead of 24.04. Unfortunately, even 25.04 didn't recognize the 'MEDIATEK MT7902'. Perhaps it is too early for Ubuntu to use an internal motherboard wifi adapter (my PC is a desktop, not a laptop). Hopefully it will become more common even to Ubuntu in the near future.

Please feel free to share if you have a better solution with previous Ubuntu versions (e.g., 24.04 or 22.04).

sadradio
  • 105
  • 4
0

According to the results of your lshw command, you must install the appropriate firmwares (as the network cards are unclaimed):