drivers for rz616

Alexander_Doysch

New Member
Joined
Jun 4, 2024
Messages
3
Reaction score
0
Credits
37
sudo lshw -class network
*-network UNCLAIMED
описание: Network controller
продукт: MEDIATEK Corp.
производитель: MEDIATEK Corp.
физический ID: 0
сведения о шине: pci@0000:02:00.0
версия: 00
разрядность: 64 bits
частота: 33MHz
возможности: pciexpress msi pm cap_list
конфигурация: latency=0
ресурсы: iomemory:7e0-7df память:7e20300000-7e203fffff память:fcb00000-fcb07fff
*-network
описание: Ethernet interface
продукт: RTL8125 2.5GbE Controller
производитель: Realtek Semiconductor Co., Ltd.
физический ID: 0
сведения о шине: pci@0000:03:00.0
логическое имя: enp3s0
версия: 05
серийный №: c8:7f:54:64:60:a8
capacity: 1Gbit/s
разрядность: 64 bits
частота: 33MHz
возможности: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
конфигурация: autonegotiation=on broadcast=yes driver=r8125 driverversion=9.011.01-NAPI latency=0 link=no multicast=yes port=twisted pair
ресурсы: IRQ:50 ioport:e000(размер=256) память:fca00000-fca0ffff память:fca10000-fca13fff
lspci -k | grep -iA2 net
pcilib: Error reading /sys/bus/pci/devices/0000:00:08.3/label: Operation not permitted
02:00.0 Network controller: MEDIATEK Corp. Device 0616
DeviceName: Onboard LAN Brodcom
Subsystem: Foxconn International, Inc. Device e0cd
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 05)
Subsystem: ASUSTeK Computer Inc. RTL8125 2.5GbE Controller
Kernel driver in use: r8125
help me install drivers for my built-in network card please.
 

Attachments

  • Снимок экрана от 2024-06-04 22-29-57.png
    Снимок экрана от 2024-06-04 22-29-57.png
    162.3 KB · Views: 195


Sorry, don't do Russian,

You already have the correct Ethernet driver installed, I can't see the Wi-Fi chipset on your report, have you installed Ubuntu direct to the hard-drive or to a VM.
If installed to hard-drive kindly can you install inxi [if not already there] and run from the terminal inxi -Nn and copy/paste back the result
If installed to a VM your Wi-Fi will not show as the VM will be controlled by the host system
 
Sorry, don't do Russian,

You already have the correct Ethernet driver installed, I can't see the Wi-Fi chipset on your report, have you installed Ubuntu direct to the hard-drive or to a VM.
If installed to hard-drive kindly can you install inxi [if not already there] and run from the terminal inxi -Nn and copy/paste back the result
If installed to a VM your Wi-Fi will not show as the VM will be controlled by the host system
inxi -Nn
Network:
Device-1: MEDIATEK driver: N/A
Device-2: Realtek RTL8125 2.5GbE driver: r8125
IF: enp3s0 state: down mac: c8:7f:54:64:60:a8

my os on the hard drive
 
ASUSTeK Computer Inc. RTL8125 2.5GbE Controller
Kernel driver in use: r8125
There are some new Ethernet drivers available at

I think the WI-FI may be a BCM, in which case the drivers will be in the distribution repository [via software manager]
you need to find and install the B43 Fwcutter [just search Broadcom and look down the list]
 
There are some new Ethernet drivers available at

I think the WI-FI may be a BCM, in which case the drivers will be in the distribution repository [via software manager]
you need to find and install the B43 Fwcutter [just search Broadcom and look down the list]
ok thank you
 
Looks like you are missing Mediatek drivers not Realtek from your post #3 above
inxi -Nn
Network:
Device-1: MEDIATEK driver: N/A
Device-2: Realtek RTL8125 2.5GbE driver: r8125
IF: enp3s0 state: down mac: c8:7f:54:64:60:a8
Mediatek drivers are in the package firmware-misc-nonfree - check and see if that is installed or not

Also the Realtek driver only supports up to kernel 6.8 - see here - https://www.realtek.com/Download/List?cate_id=584
 
Last edited:


Members online


Top