Date: Tue, 12 Aug 2014 13:41:13 +0200 From: Matthias Gamsjager <mgamsjager@gmail.com> To: Jamie Griffin <griffin8j@gmail.com> Cc: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: vt console driver Message-ID: <CA%2BD9QhsPq_ep0-ywVZwi_2T_PBRCnKySfLDuVXAQ_8DW8Zt6yg@mail.gmail.com> In-Reply-To: <CA%2BD9Qhst0C7QZdgAG_FEEVe_apb%2BB-_M7H5QT9rZrpRQNEthoA@mail.gmail.com> References: <53E9D1DE.2010401@gmail.com> <CA%2BD9Qhst0C7QZdgAG_FEEVe_apb%2BB-_M7H5QT9rZrpRQNEthoA@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2BD9QhsPq_ep0-ywVZwi_2T_PBRCnKySfLDuVXAQ_8DW8Zt6yg>