https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194664
--- Comment #4 from Tijl Coosemans <[email protected]> --- (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. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
