Hi! I'm looking to install FreeBSD 14.2-RELEASE on my Lenovo LOQ 15ARP9 gaming laptop with AMD Ryzen 7 7435HS CPU and NVIDIA RTX 4060 graphics. The laptop has DDR5 memory and NVMe storage.
Appreciate any experience reports or advice!
Specs:
Looking at the spec, i might need to use drm-kmod for AMD graphics and nvidia-driver for the RTX 4060
I not sure about the wifi. seem no submitted report on https://dmesgd.nycbug.org/index.cgi?do=index&fts=Lenovo+LOQ+15ARP9+83JC00EDMJ to allow me to get more information
Has anyone successfully installed FreeBSD 14.x on this model? Were there any issues or special configurations needed?
Thanks in advance for your answers.
Appreciate any experience reports or advice!
Specs:
- CPU: Ryzen 7 7435HS (8C/16T, 3.1/4.5GHz)
- GPU: RTX 4060 8GB GDDR6
- RAM: 12GB DDR5-4800
- Storage: 512GB NVMe SSD
- Model: 83JC00EDMJ
Looking at the spec, i might need to use drm-kmod for AMD graphics and nvidia-driver for the RTX 4060
Code:
# install package
pkg install drm-kmod nvidia-driver
# Add to /etc/rc.conf
kld_list="amdgpu nvidia"
powerd_enable="YES"
performance_cx_lowest="Cmax"
economy_cx_lowest="Cmax"
I not sure about the wifi. seem no submitted report on https://dmesgd.nycbug.org/index.cgi?do=index&fts=Lenovo+LOQ+15ARP9+83JC00EDMJ to allow me to get more information
Has anyone successfully installed FreeBSD 14.x on this model? Were there any issues or special configurations needed?
Thanks in advance for your answers.