From owner-freebsd-stable@FreeBSD.ORG Fri Jul 18 13:26:04 2014 Return-Path: Delivered-To: freebsd-stable@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 1A0B238E for ; Fri, 18 Jul 2014 13:26:04 +0000 (UTC) Received: from constantine.ingresso.co.uk (constantine.ingresso.co.uk [IPv6:2a02:b90:3002:e550::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D665123B0 for ; Fri, 18 Jul 2014 13:26:03 +0000 (UTC) Received: from dilbert.london-internal.ingresso.co.uk ([10.64.50.6] helo=dilbert.ingresso.co.uk) by constantine.ingresso.co.uk with esmtps (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.82 (FreeBSD)) (envelope-from ) id 1X88Ak-0004D7-0j; Fri, 18 Jul 2014 13:26:02 +0000 Received: from petefrench by dilbert.ingresso.co.uk with local (Exim 4.82_1-5b7a7c0-XX (FreeBSD)) (envelope-from ) id 1X88Aj-00032n-Ut; Fri, 18 Jul 2014 14:26:01 +0100 To: freebsd-stable@freebsd.org, jean-sebastien.pedron@dumbbell.fr Subject: Re: Problems loading RV620 firmware In-Reply-To: <53C91B8F.1060903@dumbbell.fr> Message-Id: From: Pete French Date: Fri, 18 Jul 2014 14:26:01 +0100 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jul 2014 13:26:04 -0000 > How do you tell that the machine is locked up? Are you unable to reach > it using ssh? I am sitting in fornt of it - garbage comes up on the top few lines of the screen,. The rest goes back. unresponsibve to keyboard, or mouse. Cant ping it remotely. Power button does nothing. > Could you please try with syscons, instead of VT? I havent tried that yet, but I can give that a go later - does 'GENERIC' still use syscons ? The commens imply it does, but I thought it had changed over to using vt. > This is expected, because the filesystem isn't available at this point > in the boot. Ah, OK. > In your case, you would have to add the following lines to > /boot/loader.conf: > > radeonkms_load="YES" > radeonkmsfw_RV620_pfp_load="YES" > radeonkmsfw_RV620_me_load="YES" > radeonkmsfw_R600_rlc_load="YES" I will give this a try now... -pete.