Solved Updated from 13.2 to 14.0 - amdgpu failed to load

Hi daemons,

I upgraded FreeBSD to version 14 unsuccessfully. I cannot make it load the amdgpu driver, previously it was working fine. This is what I have from the boot process in the /var/log/messages:


Code:
Nov 27 06:36:07 lancelot kernel: [drm] vm size is 128 GB, 2 levels, block size is 10-bit, fragment size is 9-bit
Nov 27 06:36:07 lancelot kernel: KLD amdgpu_polaris10_mc_bin.ko: depends on kernel - not available or version mismatch
Nov 27 06:36:07 lancelot kernel: linker_load_file: /boot/modules/amdgpu_polaris10_mc_bin.ko - unsupported file type
Nov 27 06:36:07 lancelot kernel: KLD amdgpu_polaris10_mc_bin.ko: depends on kernel - not available or version mismatch
Nov 27 06:36:07 lancelot kernel: linker_load_file: /boot/modules/amdgpu_polaris10_mc_bin.ko - unsupported file type
Nov 27 06:36:07 lancelot kernel: drmn0: could not load firmware image 'amdgpu/polaris10_mc.bin'
Nov 27 06:36:07 lancelot kernel: amdgpu: mc: Failed to load firmware "amdgpu/polaris10_mc.bin"
Nov 27 06:36:07 lancelot kernel: [drm ERROR :gmc_v8_0_sw_init] Failed to load mc firmware!
Nov 27 06:36:07 lancelot kernel: [drm ERROR :amdgpu_device_ip_init] sw_init of IP block <gmc_v8_0> failed -2
Nov 27 06:36:07 lancelot kernel: drmn0: amdgpu_device_ip_init failed
Nov 27 06:36:07 lancelot kernel: drmn0: Fatal error during GPU init
Nov 27 06:36:07 lancelot kernel: drmn0: amdgpu: finishing device.
Nov 27 06:36:07 lancelot kernel: device_attach: drmn0 attach returned 2

Any idea how to solve this?
 
Uninstalling, then reinstalling a meta-port doesn't do anything. A meta-port installs nothing of its own, it merely depends on a bunch of other ports/packages.

aren't they already in the distribution files?
No, those graphics drivers aren't included with the base.
 
Uninstalling, then reinstalling a meta-port doesn't do anything. A meta-port installs nothing of its own, it merely depends on a bunch of other ports/packages.


No, those graphics drivers aren't included with the base.
Where are those drivers exactly? Is it a problem of configuration in the kldlist?
 
Back
Top