From owner-freebsd-current@freebsd.org Tue May 7 19:27:43 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 E4C5415915C4 for ; Tue, 7 May 2019 19:27:42 +0000 (UTC) (envelope-from andreast-list@fgznet.ch) Received: from smtp.fgznet.ch (smtp.fgznet.ch [IPv6:2001:4060:1:1001::14:52]) (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 52CC070F14 for ; Tue, 7 May 2019 19:27:42 +0000 (UTC) (envelope-from andreast-list@fgznet.ch) Received: from [192.168.225.14] (dhclient-91-190-10-49.flashcable.ch [91.190.10.49]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by fgznet.ch (Postfix) with ESMTPSA id A489AC12AD; Tue, 7 May 2019 21:27:38 +0200 (CEST) Subject: Re: Loading DRM kills computer To: Hans Petter Selasky , 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> <35ebad07-0a87-74d5-babd-24ae6afcbfba@selasky.org> From: Andreas Tobler Message-ID: Date: Tue, 7 May 2019 21:27:35 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <35ebad07-0a87-74d5-babd-24ae6afcbfba@selasky.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: de-CH Content-Transfer-Encoding: 8bit X-Scanned-By: Obelix Submit on 127.0.1.1 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: Tue, 07 May 2019 19:27:43 -0000 On 06.05.19 19:54, Hans Petter Selasky wrote: > 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). Thanks, now at 347192 and my T430 works again with X. Before it was freezing under major load with X. It was only freezing when X was started. Andreas