~ freebsd-version -kru
14.3-RELEASE
14.3-RELEASE
14.3-RELEASE-p1
~ uname -aKU
FreeBSD t14 14.3-RELEASE FreeBSD 14.3-RELEASE releng/14.3-n271432-8c9ce319fef7 GENERIC amd64 1403000 1403000
~ pkg repos -el | sort -f
FreeBSD
FreeBSD-kmods
~ pkg repos -e | grep url
url : "pkg+https://pkg.FreeBSD.org/FreeBSD:14:amd64/quarterly",
url : "pkg+https://pkg.FreeBSD.org/FreeBSD:14:amd64/kmods_quarterly_3",
~ sysctl net.wlan.devices
net.wlan.devices: iwlwifi0
~ pciconf -vl | grep -B4 VGA
vgapci0@pci0:0:2:0: class=0x030000 rev=0x0c hdr=0x00 vendor=0x8086 device=0x46a6 subvendor=0x17aa subdevice=0x22e8
vendor = 'Intel Corporation'
device = 'Alder Lake-P GT2 [Iris Xe Graphics]'
class = display
subclass = VGA
~ kldstat | grep i915
15 1 0xffffffff838f1000 1e0228 i915kms.ko
Sorry I wasn't clearer before, the laptop is a Lenovo Thinkpad T14 gen3 with an Intel CPU. I poked around in logs a bit but I haven't found anything indicating an error yet.EDIT: just started reading Ch. 10 on Kernel Debugging[1], will try some things and see if I can extract any useful information. The handbook is so great.
[1] https://docs.freebsd.org/en/books/developers-handbook/kernel...