Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 06 Nov 2014 22:07:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 194664] [vt] radeonkms_load="YES" in loader.conf.local halts system, "Failed to load firmware!"
Message-ID:  <bug-194664-8-vTfeZ4kIZh@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-194664-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-194664-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194664

--- Comment #4 from Tijl Coosemans <tijl@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194664-8-vTfeZ4kIZh>