Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Aug 2014 15:41:11 +0200
From:      Carlos Jacobo Puga Medina <cpm@fbsd.es>
To:        mgamsjager@gmail.com
Cc:        freebsd-questions@freebsd.org
Subject:   Re: vt console driver
Message-ID:  <20140812154111.bd1c9272133b965fc2f49c5f@fbsd.es>

next in thread | raw e-mail | index | archive | help
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@fbsd.es>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140812154111.bd1c9272133b965fc2f49c5f>