From owner-freebsd-stable@FreeBSD.ORG Fri Jul 18 12:15:33 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 8E7E06FD for ; Fri, 18 Jul 2014 12:15:33 +0000 (UTC) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.81]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 50A9F2CE2 for ; Fri, 18 Jul 2014 12:15:33 +0000 (UTC) Received: from smtp.greenhost.nl ([213.108.104.138]) by smarthost1.greenhost.nl with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1X874V-0003Kk-9Q for freebsd-stable@freebsd.org; Fri, 18 Jul 2014 14:15:31 +0200 Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes To: freebsd-stable@freebsd.org Subject: Re: Problems loading RV620 firmware References: Date: Fri, 18 Jul 2014 14:15:30 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ronald Klop" Message-ID: In-Reply-To: User-Agent: Opera Mail/12.17 (Win32) X-Authenticated-As-Hash: 398f5522cb258ce43cb679602f8cfe8b62a256d1 X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: / X-Spam-Score: -0.2 X-Spam-Status: No, score=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 autolearn=disabled version=3.3.1 X-Scan-Signature: e462de357cb394d64966911c06262bc8 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 12:15:33 -0000 On Fri, 18 Jul 2014 12:24:07 +0200, Pete French wrote: > I switched over to using the new Xorg and VT, using the > prebuilt packages, all of which went relkatively smoothly. But > I have lost hardware acceleration inside X. My card is a Radeon > 3450 which is an RV620 card. > > > If I boot the machine and try and kiad radeomkms.ko by hand then it just > locks up the machine. No useful info on the consolue. > > 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 > > At this point booting stops and the machine is unresponsive. > > Now I dont particularly mind the loss of hardware acceleration, > as I dont use it anyway, but I thought I should report this as > a bug, as this should be a supported card and configuration. > KMS is kernel related to this is the correct place I hope. > > The kernel is r268669 from Tuesday of this week, and the > packages are the binary builds from Monday, using the pkg > repository for systems runnijng the new Xorg. The machine > is an AMD Phenom II 965 with 4 gig of RAM, and the > motherboard is MSI K9A2 Platinum (the 7376 model). > > Am quite happy to try out things on this too, as its my > personal workstation so doesnt disruopt anyone else when it crashes. > > cheers, > > -pete. What version of FreeBSD are you running? Ronald.