OS: FreeBSD14-Current
Kernel: Custom
Arch: AMD64
Package: realtek-re-kmod-198.00.pkg
are commented out within my kernel conf,
otherwise I would get a "pci/if_re" and "re/miibus" already loaded message when trying to use the new kmod
both exist within boot/loader.conf
No output, none in dmesg
pciconf -lv
dmesg | grep network
What's going wrong here?
Kernel: Custom
Arch: AMD64
Package: realtek-re-kmod-198.00.pkg
Code:
device miibus
device if_re
are commented out within my kernel conf,
otherwise I would get a "pci/if_re" and "re/miibus" already loaded message when trying to use the new kmod
Code:
if_re_load="YES"
if_re_name="/boot/modules/if_re.ko"
both exist within boot/loader.conf
Code:
kldload if_re
No output, none in dmesg
Code:
none1@pci:0:6:0:0: class=0x030000 rev=0xa1 hdr=0x00 vendor=0x10de device=0x2488 subvendor=0x1043 subdevice=0x87d7
vendor: Realtek Smiconductr Co., Ltd
device: RTL8125 2.5 GbE Controller
class: network
subclass: ethernet
pciconf -lv
Code:
pci5: <network> at device 0.0 (no driver attached)
pci6: <network, ehternet> at device 0.0 (no driver attached)
dmesg | grep network
What's going wrong here?