I am encountering issues installing FreeBSD 14.3 on bare metal due to the lack of preinstalled drivers for Realtek Ethernet port drivers. The issue is incredibly frustrating to deal with because the system is in a barely usable state.
Steps to reproduce:
Gist of commands:
separate device
I have also tried bringing the driver source code straight from git onto my system but I am not familiar with how a manual installation is supposed to be done.
Gist of commands:
separate device
To summarize;
I am stuck with a chicken-and-egg problem with no clear solution. In theory, I imagine that this shouldn't be impossible to solve; I just need to get either the driver or pkg manually onto my system somehow, which is why I am reaching out in forum. Apologies if this isn't formatted to standards, I am tired after troubleshooting.
Steps to reproduce:
- Motherboard with Realtek RTL8125 Ethernet
- FreeBSD 14.3 DVD flash drive for offline installation
- System without network connectivity
Gist of commands:
separate device
# pkg fetch realtek-re-kmod
# cp /var/cache/pkg/realtek-re-kmod-1100.00.1403000_1.pkg /dev/sda
pkg fetch realtek-re-kmod
on devicecp /var/cache/pkg/realtek-re-kmod-1100.00.1403000_1.pkg /dev/sda
mount /dev/sda /home/folder
cd /home/folder
pkg add realtek-re-kmod-1100.00.1403000_1.pkg # error becuase pkg not installed
I have also tried bringing the driver source code straight from git onto my system but I am not familiar with how a manual installation is supposed to be done.
Gist of commands:
separate device
...bring to offline system
./Makefile # encounter errors I don't understand
To summarize;
I am stuck with a chicken-and-egg problem with no clear solution. In theory, I imagine that this shouldn't be impossible to solve; I just need to get either the driver or pkg manually onto my system somehow, which is why I am reaching out in forum. Apologies if this isn't formatted to standards, I am tired after troubleshooting.