From owner-freebsd-questions@FreeBSD.ORG Tue Aug 12 11:55:40 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8490C37B for ; Tue, 12 Aug 2014 11:55:40 +0000 (UTC) Received: from mail-we0-x233.google.com (mail-we0-x233.google.com [IPv6:2a00:1450:400c:c03::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1AE7822D6 for ; Tue, 12 Aug 2014 11:55:39 +0000 (UTC) Received: by mail-we0-f179.google.com with SMTP id u57so9885854wes.10 for ; Tue, 12 Aug 2014 04:55:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=IHO6+xpQrMJYZZuwB2QmI/uNzdBPDKt07hZON3WaXHQ=; b=E2vXOkbDcmqQLYqyQAzij3AmGTDIzU3g05JbGvJwu4Jw800dxAkMRNJFyHewG2sbp3 01jtFtdzZg6GG85LF0tsHuLn5ZYLZBfW3tHh2d3Ys2lCVOYs+pYA/C7smkfpGNnOx6mg 9JN8OzcCUnX0oHBHcb+Vf2Ig0kWywHMGg2bsoIdBTwmbkOwypqK23hnXj3qZS2lONpS/ P1y2mOTWaGmLBf8hKCKmT124aijI1p1cRnYOaeE1xInjB21R8sYFYzmY825mHxitdWn9 1AM6NdUj2pZOS/ri8YrAAIDJGe62p1zfJouMJ1IUOBJ+h3qzrEDItPxQv6sF7eW+nI+2 S+EQ== X-Received: by 10.180.24.35 with SMTP id r3mr31748575wif.71.1407844538160; Tue, 12 Aug 2014 04:55:38 -0700 (PDT) Received: from kontrol.kode5.net (host86-168-30-173.range86-168.btcentralplus.com. [86.168.30.173]) by mx.google.com with ESMTPSA id gc8sm55486719wic.3.2014.08.12.04.55.36 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 12 Aug 2014 04:55:37 -0700 (PDT) Message-ID: <53EA00B7.6070505@gmail.com> Date: Tue, 12 Aug 2014 12:55:35 +0100 From: Jamie Griffin User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Matthias Gamsjager Subject: Re: vt console driver References: <53E9D1DE.2010401@gmail.com> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Aug 2014 11:55:40 -0000 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?