Date: Tue, 12 Aug 2014 12:55:35 +0100 From: Jamie Griffin <griffin8j@gmail.com> To: Matthias Gamsjager <mgamsjager@gmail.com> Cc: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: vt console driver Message-ID: <53EA00B7.6070505@gmail.com> In-Reply-To: <CA%2BD9QhsPq_ep0-ywVZwi_2T_PBRCnKySfLDuVXAQ_8DW8Zt6yg@mail.gmail.com> References: <53E9D1DE.2010401@gmail.com> <CA%2BD9Qhst0C7QZdgAG_FEEVe_apb%2BB-_M7H5QT9rZrpRQNEthoA@mail.gmail.com> <CA%2BD9QhsPq_ep0-ywVZwi_2T_PBRCnKySfLDuVXAQ_8DW8Zt6yg@mail.gmail.com>
next in thread | previous 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 I am using Intel graphics hardware though?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53EA00B7.6070505>