Linux

83:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 0c) rocky 8.x install

Naan 2025. 4. 30. 00:21

83:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 0c) rocky 8.x install

https://algo79.tistory.com/710

 

centos 8 r8125 install

centos 8 이던 7 이던 r8125 내장 그래픽카드 안잡힌다. www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-pci-express-software [ Realtek PCIe FE / GBE / 2.5G / Gaming Ethernet Family Controlle

algo79.tistory.com

이전에 RTL8125 2.5GBbe 설치를 올린적 있는데 rocky 8.10 에 위 방법으로 설치 하니 정상적으로 설치가 안된다.

그래서 다른 방법으로 설치를 하는 방법이다.

설치를 하기 위해서는 usb to lan 이나 wifi 동글(다이소) 를 준비 해야 한다. 없으면 설치하기 힘들다.

# lspci | grep Ethernet
83:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 0c)

usb to lan 으로 인터넷 연결한 상태에서

# dnf install https://www.elrepo.org/elrepo-release-8.el8.elrepo.noarch.rpm

repo 설치

# dnf --enablerepo=elrepo-kernel install kmod-r8125

kernel 과 kmod-r8125 설치

재부팅하면

정상적으로 네트워크가 잡힌것을 확인 할 수 있다.

728x90