[Bug 194664] [vt] radeonkms_load="YES" in loader.conf.local halts system, "Failed to load firmware!"

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Nov 6 22:07:49 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194664

--- Comment #4 from Tijl Coosemans <tijl at FreeBSD.org> ---
(In reply to crum.zach from comment #3)
> still no luck. I noted /boot/modules only had virtualbox kernel modules in
> it, so I copied the entire /boot/kernel directory into it. Still had the
> same result.

That should not be necessary.

> #vesa_load="YES"
> hw.pci.default_vgapci_unit="0"
> autoboot_delay="5"
> loader_logo="beastie"
> module_path="/boot/modules"
> kern.vty=vt
> #radeonkms_load="YES"
> #radeonkmsfw_CAYMAN_pfp_load="YES"

There are more CAYMAN firmware modules.  Maybe you need to load all of them:

radeonkms_load="YES"
radeonkmsfw_CAYMAN_mc_load="YES"
radeonkmsfw_CAYMAN_me_load="YES"
radeonkmsfw_CAYMAN_pfp_load="YES"
radeonkmsfw_CAYMAN_rlc_load="YES"

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list