Solved dhclient can't get any information

Greetings
I installed FreeBSD 14.2-RELEASE on my computer
I have a very strange problem with my ethernet connection, last time I used FreeBSD on the same computer it worked perfectly fine (and on other BSD systems such as OpenBSD it works too)
When I type dhclient alc0 in tty it returns me this:

Code:
DHCPDISCOVER on alc0 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on alc0 to 255.255.255.255 port 67 interval 12
DHCPDISCOVER on alc0 to 255.255.255.255 port 67 interval 20
DHCPDISCOVER on alc0 to 255.255.255.255 port 67 interval 11
DHCPDISCOVER on alc0 to 255.255.255.255 port 67 interval 10
No DHCPOFFERS received.
No working leases in persistent database - sleeping.

Then I tried setting static ip and that didn't work well, I could ping my router but I can't reach any internet domain with "Name does not resolve" error

My ethernet controller is Qualcomm Atheros QCA8171
 
Does DHCP client works if you boot *this* pc from latest FreeBSD-15.0-CURRENT or Linux boot cd? "No DHCPOFFERS received" means that DHCP-server is unreachable. You have to be sure that you don't have any problems with your network infrastructure.
 
I actually tried FreeBSD-15.0-CURRENT after this, nothing have changed
But also ethernet works on linux without any problems, in livecd and installed system
 
After using Linux instance or livecd try to completely power-off system, not just reboot. Also try to disable MSI-X (hw.alc.msix_disable=1 in /boot/loader.conf)
 
Back
Top