Hello
I have a new laptop with ethernet interface enp4s0 who not recognize by FreeBSD.
So how i do for this problem?
I have a new laptop with ethernet interface enp4s0 who not recognize by FreeBSD.
So how i do for this problem?
Then it's likely not a supported card.who not recognize by FreeBSD.
A bit of a chicken and egg problem here. The OPs network card isn't recognized, thus no netwerk connection.In case you don't have Xorg available post URL ofpciconf -vl | grep -B3 network | nc termbin.com 9999
.
pciconf -vl | grep -B3 network
output.I noticed after posting, corrected my post.A bit of a chicken and egg problem here. The OPs network card isn't recognized, thus no netwerk connection.
I'll settle for a picture of thepciconf -vl | grep -B3 network
output.
the return is:What doespciconf -vl | grep -B3 network
return?
none7@pci0:4:0:0 class=0x020000 card=0x13051462 chip=0x081251ec rev=0x04 hdr=0x00
vendor="Realtek SemiConductor Co., Ltd"
device='RTL8125 2.5Gbe Controler'
class=network
subclass=ethernet
none8@pci0:6:0:0 class=0x028000 card=0x16741a56 chip=0x27258086 rev=0x1a hdr=0x00
vendor='Intel Corporetion'
class network
dhclient ue0
, then use pkg(8) to install the Realtek driver, and follow the instructions viewed in the post-install message.Installing net/realtek-re-kmod should make the Ethernet interface functional, as suggested by VladiBG and covacat.
To install the package, if you have a smartphone with internet you can plug it into your laptop's USB port and activate USB tethering. This will create a 'ue' USB ethernet interface (check with dmesg(8)), run as rootdhclient ue0
, then use pkg(8) to install the Realtek driver, and follow the instructions viewed in the post-install message.
Or follow the Realtek forums link VladiBG posted and proceed as described there.
Yes. I agree. Although I can manually load the necessary stuff for my Realtek NIC, I just received a new real Intel NIC which I bought off Amazon the other day.It might be a good idea to get a cheap USB Ethernet adapter, at least until the problems of the real Ethernet port can be fixed. Only problem is that the cheap ones are sometimes Chinese-made clones that don't actually work, or have unsupported chips. So get a reasonable one.
It does work, and thanks.according to https://www.msi.com/Laptop/GP76-Leopard-11UX/support?sub_product=GP76-Leopard-11UG#down-driver&Win10 64
is realtek
so probably net/realtek-re-kmod will work