Skip to content

Commit cc9076f

Browse files
authored
Merge pull request #35 from bretton/fix-realtek
Address issue with realtek-re-kmod198-198 filename
2 parents deba980 + 4b0b385 commit cc9076f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# 2024-09-25: Add support for 13.4 and 14.1 releases
1818
# 2024-12-03: Add support for 14.2 release
1919
# 2025-06-10: Add support for 13.5 and 14.3 releases
20-
#
20+
# 2025-10-16: Fix issue with realtek network drivers on 14.3
2121

2222
# this script must be run as root
2323
if [ "$EUID" -ne 0 ]; then

customfiles/13_5_INSTALLERCONFIG.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ firstboot_depenguin_config()
192192
if firstboot_depenguin_is_realtek_ifname "$intf" &&
193193
firstboot_depenguin_check_realtek_pci_id; then
194194
echo "Realtek device found, installing custom driver"
195-
pkg add /root/pkg/All/realtek-re-kmod198-198.00.pkg
195+
pkg add /root/pkg/All/realtek-re-kmod198-198.00*.pkg
196196
sysrc -f /boot/loader.conf if_re_load="YES"
197197
sysrc -f /boot/loader.conf if_re_name="/boot/modules/if_re.ko"
198198
# Note: The line below disables jumbo frame support

customfiles/14_3_INSTALLERCONFIG.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ firstboot_depenguin_config()
192192
if firstboot_depenguin_is_realtek_ifname "$intf" &&
193193
firstboot_depenguin_check_realtek_pci_id; then
194194
echo "Realtek device found, installing custom driver"
195-
pkg add /root/pkg/All/realtek-re-kmod198-198.00.pkg
195+
pkg add /root/pkg/All/realtek-re-kmod198-198.00*.pkg
196196
sysrc -f /boot/loader.conf if_re_load="YES"
197197
sysrc -f /boot/loader.conf if_re_name="/boot/modules/if_re.ko"
198198
# Note: The line below disables jumbo frame support

0 commit comments

Comments
 (0)