How to get Model number:TXA073 Chipset:Intel RTL8125 to works?

How to get this works on opensuse Tumbeweed?

Hi
Have a look at this thread, if right PCI ID, should work out of the box…
https://forums.opensuse.org/showthread.php/540275-How-to-get-ethernet-working-on-install-for-a-motherboard-using-Realtek-8125-2-5Gbps-chip?highlight=8125

But did you have some usermanual for install it?

Its only works with fedora 23, ubuntu 20.04 and windows 10

Hi
Why, it’s part of the kernel module r8169 in Tumbleweed… if it’s PCI ID matches the ones present in the module it will just work, no user intervention required.

I have get its to works with mageia used:
https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-pci-express-software

I tryed this with tumbleweed but its still did not works drives its load but i get issue with set networks did not works?

How did you do:

ifconfig -a or ifconfig ethX up

I get command not find try cnf ifconfig

I get command not find try cnf ifconfig

Did you try it:

cnf ifconfig
                      
Das Programm 'ifconfig' ist verfügbar im Paket 'net-tools-deprecated', das auf ihrem System installiert ist.

Der absolute Pfad für 'ifconfig' ist '/bin/ifconfig'. Bitte überprüfen Sie, ob Ihre $PATH-Variable den genannten Pfad enthält.

Please post:

/sbin/lspci -nnk | grep -iA3 net

ip a s enp0s25
3: **enp0s25: **<NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state **DOWN **gro
up default qlen 1000
link/ether bc:5f:f4:e6:a6:00 brd ff:ff:ff:ff:ff:ff
inet 192.168.1.163/24 brd **192.168.1.255 **scope global enp0s25
valid_lft forever preferred_lft forever
inet6 fe80::be5f:f4ff:fee6:a600/64 scope link
valid_lft forever preferred_lft forever

**enp4s0: **<BROADCAST,MULTICAST> mtu 1500 qdisc noop state **DOWN **group default qlen 1000
link/ether 00:8e:25:03:22:0f brd ff:ff:ff:ff:ff:ff

the 2.5 gigabit card did not get ip adress. So its most be issue someplaces?

00:19.0 Ethernet controller [0200]: Intel Corporation Ethernet Connection I217-V [8086:1
53b] (rev 05)
Subsystem: ASRock Incorporation Device [1849:153b]
Kernel driver in use: e1000e
Kernel modules: e1000e

04:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Contr
oller [10ec:8125]
Subsystem: Realtek Semiconductor Co., Ltd. Device [10ec:0123]
Kernel driver in use: r8169
Kernel modules: r8169

Post:

ip a

1: **lo: **<LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1
000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: **enp0s25: **<BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state **UP **group d
efault qlen 1000
link/ether bc:5f:f4:e6:a6:00 brd ff:ff:ff:ff:ff:ff
inet 192.168.1.163/24 brd **192.168.1.255 **scope global enp0s25
valid_lft forever preferred_lft forever
inet6 fe80::be5f:f4ef:fee6:a600/64 scope link
valid_lft forever preferred_lft forever
3: **enp4s0: **<BROADCAST,MULTICAST> mtu 1500 qdisc noop state **DOWN **group default qlen 1000
link/ether 00:8e:25:03:22:0f brd ff:ff:ff:ff:ff:ff

but its almost the same that the first one.