From owner-freebsd-current@freebsd.org Mon May 6 17:54:39 2019 Return-Path: Delivered-To: freebsd-current@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 1B9011590CB1 for ; Mon, 6 May 2019 17:54:39 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [88.99.82.50]) (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 6AC66815DF for ; Mon, 6 May 2019 17:54:38 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [176.74.212.121]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id C2B1C26011A; Mon, 6 May 2019 19:54:36 +0200 (CEST) Subject: Re: Loading DRM kills computer From: Hans Petter Selasky To: lausts@acm.org, Farias Martinez Cc: freebsd-current@freebsd.org References: <9e3ed2d0-4cb3-f5c1-03da-fc0e2583f4a6@acm.org> <6ec2ed96-30bc-aaa3-2b1f-e52a76284765@selasky.org> <20190506172037.GB72452@mail.laus.org> <2264f52a-b9c2-cd38-b17b-c99cffbcc572@selasky.org> Message-ID: <35ebad07-0a87-74d5-babd-24ae6afcbfba@selasky.org> Date: Mon, 6 May 2019 19:54:08 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <2264f52a-b9c2-cd38-b17b-c99cffbcc572@selasky.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6AC66815DF X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of hps@selasky.org designates 88.99.82.50 as permitted sender) smtp.mailfrom=hps@selasky.org X-Spamd-Result: default: False [-6.47 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; RCPT_COUNT_THREE(0.00)[3]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+a:mail.turbocat.net]; FROM_HAS_DN(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[selasky.org]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[cached: mail.turbocat.net]; NEURAL_HAM_SHORT(-0.99)[-0.994,0]; IP_SCORE(-3.17)[ip: (-9.39), ipnet: 88.99.0.0/16(-4.71), asn: 24940(-1.73), country: DE(-0.01)]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:88.99.0.0/16, country:DE]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 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: Mon, 06 May 2019 17:54:39 -0000 On 2019-05-06 19:48, Hans Petter Selasky wrote: > On 2019-05-06 19:20, Thomas Laus wrote: >> Farias Martinez [aaronfarias@att.net] wrote: >>> I’m using current on both of my laptop one with the module i915kms >>> and the other laptop uses radeonkms both work fine without a problem >>> on my laptop. Which module are you having issues with. >>> >> The i915kms on both. > > Hi, > > Can you try updating the kernel to the latest revision and build DRM > firmware+kmods from source. Some regression issues were introduced in > r346645 and were not fixed before r347089, but I cannot see that your > revision lies between those. > Hi, Some sanity checking: Kernel sources are in /usr/src And latest version DRM module is built from /usr/ports/graphics/drm-current-kmod ? Can you check that /boot/modules gets cleaned after you deinstall drm-current-kmod and gpu-firmware-kmod (both needs to be rebuilt). --HPS