Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jul 2023 00:49:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 272686] missing network driver for Realtek RTL 8125BG
Message-ID:  <bug-272686-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D272686

            Bug ID: 272686
           Summary: missing network driver for Realtek RTL 8125BG
           Product: Base System
           Version: 13.2-RELEASE
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: matei35@yahoo.com

Created attachment 243578
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D243578&action=
=3Dedit
dmesg.boot

I built my desktop with the following components:

cpu: AMD Ryzen 9 7900  (65w power dissipation, does not require liquid cool=
er)
motherboard: Gigabyte B650 AORUS ELITE AX
memory: Corsair, 32 GB (16 GB x 2)
storage: SSD, Gigabyte 1 TB
psu: Corsair RM850e, 850 w
case: Corsair 4000D mid-tower
UEFI BIOS F7a (Gigabyte BIOS update is a zip file good for any OS)
OS: FreeBSD 13.2

When installing the OS, the installer did not configure IPv4 and IPv6
because there's no network driver.
On the motherboard, there's RTL 8125BG chip.
I went to the following URL:

https://www.realtek.com/en/component/zoo/category/network-interface-control=
lers-
10-100-1000m-gigabit-ethernet-pci-express-software

and downloaded the RTL 8125BG driver (rtl_bsd_drv_v198.00.tgz) for FreeBSD.
I followed the instructions in Readme.txt.

root@seagull:/boot/kernel # pwd
/boot/kernel
root@seagull:/boot/kernel # ls -l | grep if_re
-r-xr-xr-x  1 root  wheel   1044640 Jul 21 14:15 if_re.ko
root@seagull:/boot/kernel #=20
root@seagull:/boot/kernel # grep if_re /boot/loader.conf
if_re_load=3D"YES"
root@seagull:/boot/kernel #=20

Now, the network is working fine.

The following lines are just FYI. They are not related to=20
the above bug.
The audio chip on the motherboard is Realtek ALC897.
root@seagull:~ # grep hda /boot/loader.conf
snd_hda_load=3D"YES"
root@seagull:~ # grep hdac /boot/device.hints
hint.hdac.1.cad0.nid20.config=3D"as=3D1"
hint.hdac.1.cad0.nid27.config=3D"as=3D1 seq=3D15"
root@seagull:~ #=20
The two monitor speakers and the headphone are working fine.

For the video:
root@seagull:~ # pkg install drm-510-kmod-5.10.163_7
root@seagull:~ #=20
root@seagull:~ # grep amdgpu /etc/rc.conf
kld_list=3D"amdgpu"
root@seagull:~ # id root
uid=3D0(root) gid=3D0(wheel) groups=3D0(wheel),5(operator),44(video)
root@seagull:~ # cat /usr/local/etc/X11/xorg.conf.d/driver-scfb.conf
Section "Device"
   Identifier "Device0"
      Driver "scfb"
EndSection
root@seagull:~ #
Xorg is working fine.   I'm not a gamer.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-272686-227>