- I have installed FreeBSD version 14.2 on a Lenovo X270. I chose this version as it is marked "Production" on the FreeBSD home page
- Everything went well with the installer, and I can now boot into a terminal as root or my created user.
- I am working through the handbook, but have tripped up at the installation of the graphics driver:
- The device has Intel 620 graphics
- I install drm-kmod as instructed in chapter 5 of the handbook
- I add the "kld_list="i915kms" to /etc/rc.conf using sysrc (again, as instructed in chapter 5).
- On reboot, the startup doesn't get as far as the terminal, but stops with an error message stating
Code:kbl_dmc_ver1_04.bin: could not load binary firmware /boot/firmware/kbl_dmc_ver1_04.bin either i915/kbl_dmc_ver1_04.bin: could not load binary firmware /boot/firmware/i915/kbl_dmc_ver1_04.bin either
- Looking through the forum posts, I see reference to the fact the actual drivers are in gpu-firmware-intel-kmod-kabylake. The version in pkg is 20230625.1401000. I also saw a comment saying that the packages are built for FreeBSD 14.1 (listed as legacy on the website landing page), and that for version 14.2, the ports version would need to be built and installed. This seems contrary to the recommendation not to use ports as a "beginner".
- I have made sure that the packages are up to date.
Thanks, and apologies if I have missed something in the handbook which explained this clearly! I have been diligent in reading through it carefully! Also - apologies if this is in the wrong group on the forum - My question isn't about packages/ports per se, but about the installation of the system, so I hope this is OK here.