Solved install error on new install.

the commends are in the thread. However the important ones are these:

copy pkg-1.15.3.txz and realetk-re-kmod-v196.04_3.txz to a usb, insert into PC
next
ls /dev/da* to find drive mine as shown
mount -t msdosfs /dev/da5s1 /mnt
cd /mnt
ls
to check if files are there
cp /mnt/pkg-1.16.3.txz /tmp
cp /mnt/realtek-re-kmod-v196.04_3.txz /tmp
umount /mnt
su
in root
cd /tmp
tar xf pkg-1.16.3.txz
usr/local/sbin/pkg-static add pkg-1.16.3.txz
pkg add realtek-re-kmod-v196.04_3.txz
rm -r usr +COMPACT_MANIFEST pkg-1.16.3.txz realtek-re-kmod-v196.04_3.txz
su
ee /boot/loader.conf
if_re_load="YES"
if_re_name="/boot/modules/if_re.ko"
shutdown -r now

I also set up router IP using
su
bsdconfig networking 192.168.... .
reboot
 
Back
Top