Upgrade from 14.1 to 14.2 Video configuration did't work

I was running 14.1 on Lenovo T480s without any issues, decided to upgrade to 14.2 and the video driver didn't work. At the end of the day, I decided to reinstall FreeBSD 14.2 from USB and loading the video driver from the pkg. I reused the driver for UHD Graphics 620 (drm-510) on 14.2 from 14.1.
 
Considering "UHD Graphics 620", I'd try switching to drm-61-kmod (fallback: drm-515-kmod).

In that case, have a look at pkg 2.0.0 problems and Possible solution to the drm-kmod kernel mismatch after upgrade from Bapt.

With drm-515-kmod & drm-61-kmod, you really/probably need a 14.2-RELEASE specific version. Using the "kmods" repository:
Code:
 # pkg search '^drm-510-kmod|^drm-515-kmod|^drm-61-kmod' | sort                                                                                            pts/1
drm-510-kmod-5.10.163.1401000_10 DRM drivers modules
drm-515-kmod-5.15.160.1401000_2 DRM drivers modules
drm-515-kmod-5.15.160.1402000_2 DRM drivers modules
drm-61-kmod-6.1.92.1401000_3   DRM drivers modules
drm-61-kmod-6.1.92.1402000_3   DRM drivers modules
 
Back
Top