From owner-freebsd-x11@freebsd.org Wed Aug 29 12:01:36 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8D911087901 for ; Wed, 29 Aug 2018 12:01:36 +0000 (UTC) (envelope-from danfe@regency.nsu.ru) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 64FB989CF4 for ; Wed, 29 Aug 2018 12:01:36 +0000 (UTC) (envelope-from danfe@regency.nsu.ru) Received: by mailman.ysv.freebsd.org (Postfix) id 2A16D10878FB; Wed, 29 Aug 2018 12:01:36 +0000 (UTC) Delivered-To: x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14C9B10878FA for ; Wed, 29 Aug 2018 12:01:36 +0000 (UTC) (envelope-from danfe@regency.nsu.ru) Received: from mx.nsu.ru (mx.nsu.ru [84.237.50.39]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8FD9289CE8 for ; Wed, 29 Aug 2018 12:01:35 +0000 (UTC) (envelope-from danfe@regency.nsu.ru) Received: from Debian-exim by mx.nsu.ru with local (Exim 4.72) (envelope-from ) id 1fuzAC-0002fa-P3 for x11@freebsd.org; Wed, 29 Aug 2018 19:01:32 +0700 Received: from [84.237.50.47] (helo=regency.nsu.ru) by mx.nsu.ru with esmtp (Exim 4.72) (envelope-from ) id 1fuzAC-0002eN-0p; Wed, 29 Aug 2018 19:01:32 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.14.2/8.14.2) with ESMTP id w7TCPSxZ083953; Wed, 29 Aug 2018 18:25:28 +0600 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.14.2/8.14.2/Submit) id w7TCPNSM083922; Wed, 29 Aug 2018 19:25:23 +0700 (+07) (envelope-from danfe) Date: Wed, 29 Aug 2018 19:25:23 +0700 From: Alexey Dokuchaev To: Niclas Zeising Cc: x11@freebsd.org Subject: Re: drm2 deprecation in base: problems with gpu-firmware-kmod port Message-ID: <20180829122523.GA82936@regency.nsu.ru> References: <20180829120935.GA79911@regency.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-KLMS-Rule-ID: 3 X-KLMS-Message-Action: skipped X-KLMS-AntiSpam-Status: not scanned, whitelist X-KLMS-AntiPhishing: not scanned, whitelist X-KLMS-AntiVirus: Kaspersky Security 8.0 for Linux Mail Server, version 8.0.1.705, not scanned, whitelist X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Aug 2018 12:01:37 -0000 On Wed, Aug 29, 2018 at 01:55:50PM +0200, Niclas Zeising wrote: > On 08/29/18 14:09, Alexey Dokuchaev wrote: > >... > >I have this file with the previous kernel (when it all was in the base): > > > > /boot/kernel.june/radeonkmsfw_RV710_pfp.ko (11908 bytes). > > > >With the drm2/firmware bits served from ports, the name is different: > > > > $ pkg info -l gpu-firmware-kmod | grep RV710_pfp > > /boot/modules/radeon_RV710_pfp_bin.ko > > > >File size is also different: 10428 bytes. How shall I proceed from this > >point to get things back in working order? Thanks, > > The size difference is probably due to the firmware having been updated. > I have to check this though, to be sure. > > What happens if you rename the new firmware (the one currently in > /boot/modules/) to the old name? Does everything load fine then? No, but the error message gets a bit different: -radeonkmsfw_RV710_pfp: could not load firmware image, error 2 +radeonkmsfw_RV710_pfp: firmware image loaded, but did not register ./danfe