From owner-freebsd-hardware@freebsd.org Sat Nov 9 06:25:42 2019 Return-Path: Delivered-To: freebsd-hardware@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 6AFAD17EFCC for ; Sat, 9 Nov 2019 06:25:42 +0000 (UTC) (envelope-from herbert@gojira.at) Received: from mail.bsd4all.net (mail.bsd4all.net [94.130.200.20]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail.bsd4all.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4796Zs14Zkz4P8M for ; Sat, 9 Nov 2019 06:25:40 +0000 (UTC) (envelope-from herbert@gojira.at) Date: Sat, 9 Nov 2019 07:25:31 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=gojira.at; s=mail201809; t=1573280731; bh=TihpLTFtccNBP5RUmMkfo54bV+f1RqSiClrgPZ5hWWs=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type; b=SMWB9rGK4onRIOT8usFyTutD8/ZCklw4NvHDLbMAxcCL1NdpzHCVCDsj6L892sE6S mEQdKTU269VbmgOyzuSsNX8wyVccnKZuG3IdfdUSAJdxYFk1tGHySHyOpCuCER8/0f U9rMsNNGGk3AbXATCmCarKkeBRpdUIf4L4tByCfERxKrAZn7GpBjy3q6ACY/hlm/vr jK6DWFc+YmdB9eLvfiLz0luKiGADw5CHtM0CGMyL602TMaN8d3JESgzCXU9T63tpYz MORWlxjDPLdyo1WXf3zPAaw9Gn3uy9aC7zIV+TYWqej0gP2zIcGmIX6UJQP1MRBhyi 47sxAWjQQ13ug== From: "Herbert J. Skuhra" To: freebsd-hardware@freebsd.org Subject: Re: FreeBSD 12-1-RELEASE, i915kms.ko and viloent crash Message-ID: <20191109062531.GA13931@mail.bsd4all.net> References: <20191109060605.GB87421@foucry.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191109060605.GB87421@foucry.net> User-Agent: Mutt/1.12.2 (2019-09-21) X-Rspamd-Queue-Id: 4796Zs14Zkz4P8M X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gojira.at header.s=mail201809 header.b=SMWB9rGK; dmarc=none; spf=pass (mx1.freebsd.org: domain of herbert@gojira.at designates 94.130.200.20 as permitted sender) smtp.mailfrom=herbert@gojira.at X-Spamd-Result: default: False [-2.93 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; R_DKIM_ALLOW(-0.20)[gojira.at:s=mail201809]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:94.130.200.20]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[gojira.at]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; DKIM_TRACE(0.00)[gojira.at:+]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; IP_SCORE(-0.43)[ipnet: 94.130.0.0/16(-0.45), asn: 24940(-1.68), country: DE(-0.01)]; ASN(0.00)[asn:24940, ipnet:94.130.0.0/16, country:DE] X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Nov 2019 06:25:42 -0000 On Sat, Nov 09, 2019 at 07:06:05AM +0100, Jacques Foucry wrote: > Hello All, > > I just reinstall a new FreeBSD 12.1-RELEASE (my freebsd-update failed :-( (but it > was my fault). > > I tried to go on graphical and install Xorg with drm-kmod-g21091030 (pkg install > drm-kmod). > > Before change /etc/rc.conf, I tried to load the module > > # kldload /boot/modules/i915kms.ko > > BOOM violent reboot. No message, nothing just a reboot. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241101 > I install src with the brand new install. > > I run FreeBSD on a lenovo x280, core i7- 8th generation (i7-8550U Kaby Lake R). > I previously make a install of 12.0-RELEASE and made a tutorial about that > (https://adminblog.foucry.net/post/inof/freebsd-thinkpad/) > > It used to work with 12.0-RELEASEp10 (and before) > > I try to build a new kernal (with no change from generic) install it but the > result was the same. Try to build the graphics/drm-fbsd12.0-kmod port on the FreeBSD 12.1-RELEASE host instead of installing the package! -- Herbert