vt console driver

Carlos Jacobo Puga Medina cpm at fbsd.es
Tue Aug 12 13:42:14 UTC 2014


On 12/08/2014 12:41, Matthias Gamsjager wrote:
> from the wiki:
>
> Video driver loaded at boot time
>
> Radeon
>
> The Radeon driver loads one or more firmwares when initializing the
> card. If you want to load radeonkms from loader, you must include the
> firmwares too, because automatic loading won't work (the filesystem
> isn't mounted at the time of the card initialization).
>
> To list the firmwares required by your card, "kldload" radeonkms and
> look at the loaded modules. Here's an example:
>
> $ kldstat | grep radeonkmsfw
> 19    1 0xffffffff81fc0000 189d     radeonkmsfw_JUNIPER_pfp.ko
> 20    1 0xffffffff81fc2000 1ca6     radeonkmsfw_JUNIPER_me.ko
> 21    1 0xffffffff81fc4000 1325     radeonkmsfw_JUNIPER_rlc.ko
>
> In this case, one would need to build into/load:
>
> radeonkmsfw_JUNIPER_pfp
> radeonkmsfw_JUNIPER_me
> radeonkmsfw_JUNIPER_rlc

You should add the following in /boot/loader.conf

# Video driver loaded at boot time
radeonkmsfw_JUNIPER_pfp_load="YES"
radeonkmsfw_JUNIPER_me_load="YES"
radeonkmsfw_JUNIPER_rlc_load="YES"
radeonkms_load="YES"

Regards,
-- 
Carlos Jacobo Puga Medina <cpm at fbsd.es>


More information about the freebsd-questions mailing list