From owner-freebsd-stable@FreeBSD.ORG Fri Jul 18 13:05:26 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C20B6682 for ; Fri, 18 Jul 2014 13:05:26 +0000 (UTC) Received: from mail.made4.biz (mail.made4.biz [IPv6:2001:41d0:2:c018::1:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 85E402134 for ; Fri, 18 Jul 2014 13:05:26 +0000 (UTC) Received: from [2001:1b48:10b:cafe:225:64ff:febe:589f] (helo=viking.yzserv.com) by mail.made4.biz with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.82 (FreeBSD)) (envelope-from ) id 1X87qm-000DwJ-Cc for freebsd-stable@freebsd.org; Fri, 18 Jul 2014 15:05:24 +0200 Message-ID: <53C91B8F.1060903@dumbbell.fr> Date: Fri, 18 Jul 2014 15:05:19 +0200 From: =?ISO-8859-1?Q?Jean-S=E9bastien_P=E9dron?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Re: Problems loading RV620 firmware References: In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="97aTl9EN6mNwtt4lMQ9aJWiiDwFRsEO4L" 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:05:26 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --97aTl9EN6mNwtt4lMQ9aJWiiDwFRsEO4L Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 18.07.2014 12:24, Pete French wrote: > If I boot the machine and try and kiad radeomkms.ko by hand then it jus= t > locks up the machine. No useful info on the consolue. How do you tell that the machine is locked up? Are you unable to reach it using ssh? Could you please try with syscons, instead of VT? > If I try loadiing radeonkms and boot time, it then displays a lot > more information when it boots about loading up drm, and then afils > saying is callot load the firmware for the card. Specificly > it cant load radeonkmsfw_RV620_pfp This is expected, because the filesystem isn't available at this point in the boot. You have to load whatever firmware(s) are required by radeonkms.ko in your loader.conf. See the wiki: https://wiki.freebsd.org/Graphics#Video_driver_loaded_at_boot_time In your case, you would have to add the following lines to /boot/loader.conf: radeonkms_load=3D"YES" radeonkmsfw_RV620_pfp_load=3D"YES" radeonkmsfw_RV620_me_load=3D"YES" radeonkmsfw_R600_rlc_load=3D"YES" --=20 Jean-S=E9bastien P=E9dron --97aTl9EN6mNwtt4lMQ9aJWiiDwFRsEO4L Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBAgAGBQJTyRuUAAoJEDnpl2Gl/ZTMedQQAKW2MKyQG2Ucf0JKCqHFjAyW hy+GT567xu0HpX3vuvxwrEGQVxkBFCbKs/j0Bru4lUJTuoY53d26i1FrE9XrnkHC oTkHkWM4XLS3YapRUmq5jVnVvzrZoit3oL/hoPyjRUNTu9eFaIt+af62zMpxEQ1y KN69bw4YHKeim3UoM8G/s9w1Ysf9oAIi9X4Du3e+g6lNocgq8NuJWufENKFJT7HT 5aLjCKgmC5fnWgSwCUFdYmXvmQsoWa/pQY3YPcZ61XnZW2OvPDLrBigtiTbNH0mh k4zjWAh+RiKK0gsHwsbd/u8+LbrkzJzkR8tgL69oharoOR20Daik/I2cxPRVA28P FBJ0i8+kWGgf4VF4fN66JOF5DXIBv5uslkv/CNrmjwrCvRBVUAphvV6E5w7YcnIe +SGKFTm3211VR97KRtRwgOzxZwuTfXxTmPxTF17pfZytKXQCXyIPM8AramP1GeOn gkm/M6dEfu67WmPs2C5yGpNC4VGS+QZsAZdNwT2Z+FsBwTvPZl8dGhcwG1cdS4tR SVBAhi1QLFAeu7VSGfGsVXBxTqipQbpd87Ur/tcPJ86ZIyFBsbQJeqTf76efuokp 1uebN4qHomY1Awyfx9+80WugIykDx0ALW7dxYV7uJCigiZCG1anCn6fxq2lB1YT3 I3q+xcNa3QX3Ihi0UwgF =HumZ -----END PGP SIGNATURE----- --97aTl9EN6mNwtt4lMQ9aJWiiDwFRsEO4L--