From owner-freebsd-current@freebsd.org Wed Jan 20 07:55:40 2021 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4EC934ECFD6 for ; Wed, 20 Jan 2021 07:55:40 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mx.blih.net (mx.blih.net [212.83.155.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mx.blih.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DLHrV4jRVz3qXt for ; Wed, 20 Jan 2021 07:55:38 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from amy.home (lfbn-idf2-1-745-114.w86-247.abo.wanadoo.fr [86.247.192.114]) by mx.blih.net (OpenSMTPD) with ESMTPSA id 9e1d3f79 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Wed, 20 Jan 2021 07:55:35 +0000 (UTC) Date: Wed, 20 Jan 2021 08:55:35 +0100 From: Emmanuel Vadot To: Pete Wright Cc: freebsd-current@freebsd.org Subject: Re: DRM problem installing kernel on main-c561-gc3e75b6c1 Message-Id: <20210120085535.d3b6ccb33f9c8b111922b422@bidouilliste.com> In-Reply-To: <1922f880-1bd3-65d0-b816-73623fa62f33@nomadlogic.org> References: <010001771b0a2c68-7bb71129-e451-4d4c-a3b4-d022c375a36e-000000@email.amazonses.com> <301b529c-6953-0e72-8da4-2e1c289df54e@nomadlogic.org> <20210119211159.d6395f9ed3b6e038f5f40b15@bidouilliste.com> <629d42c7-da2e-8285-09d6-b952b6556562@nomadlogic.org> <01b20079-1117-f51c-b78a-598d573403b9@nomadlogic.org> <20210119221801.d397abc940082f21bf93a42c@bidouilliste.com> <1922f880-1bd3-65d0-b816-73623fa62f33@nomadlogic.org> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd13.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4DLHrV4jRVz3qXt X-Spamd-Bar: - X-Spamd-Result: default: False [-1.62 / 15.00]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[bidouilliste.com:s=mx]; FREEFALL_USER(0.00)[manu]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; MV_CASE(0.50)[]; MID_RHS_MATCH_FROM(0.00)[]; MIME_GOOD(-0.10)[text/plain]; R_SPF_ALLOW(-0.20)[+mx]; ARC_NA(0.00)[]; NEURAL_SPAM_SHORT(0.88)[0.879]; SPAMHAUS_ZRD(0.00)[212.83.155.74:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[bidouilliste.com:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[bidouilliste.com,none]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RBL_DBL_DONT_QUERY_IPS(0.00)[212.83.155.74:from]; ASN(0.00)[asn:12876, ipnet:212.83.128.0/19, country:FR]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-current] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2021 07:55:40 -0000 On Tue, 19 Jan 2021 13:29:12 -0800 Pete Wright wrote: >=20 >=20 > On 1/19/21 1:18 PM, Emmanuel Vadot wrote: > > > >> interesting - so it seems like if i have drm-devel-kmod installed this > >> will fail (missing or wrong linuxkpi_gplv2.ko).=A0 this happens both i= f i > >> install the pkg and rebuild the kernel, and if i build the kernel w/o > >> the pkg installed. > > Don't use the package, always rebuild from the latest ports. > see bellow > >> yet, if i have the drm-current-kmod pkg installed, then "make > >> buildkernel" it looks like the i915/amdgpu modules get build and an > >> "installkernel" drops the linuxkpi_gplv2.ko module under /boot/kernel. > >> at that point i am able to successfully load the amdgpu.ko. > > drm-current-kmod will also install its sources in /usr/local/sys/ and > > this will get built with buildkernel. The problem is that if the > > package is old (and it is right now) you might have sources that either > > don't compile or don't work correctly. > OK interesting, in both cases I was building the package from my local=20 > ports tree (via "make package").=A0 i should have better explained that i= n=20 > previous emails. Ok > i verified my checkout was up to date as well (it includes your latest=20 > commits from Sunday and Monday). Ok > i'm happy now running the current-kmod but let me know if it'd be=20 > helpful to do any more tests or provide additional info. So what did you change ? > cheers, > -pete >=20 > > >=20 > --=20 > Pete Wright > pete@nomadlogic.org > @nomadlogicLA >=20 > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" --=20 Emmanuel Vadot