From nobody Mon Aug 21 18:53:13 2023 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4RV1p45GJ7z4rBVQ for ; Mon, 21 Aug 2023 18:53:16 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from mail.nomadlogic.org (mail.nomadlogic.org [66.165.241.226]) (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 "mail.nomadlogic.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4RV1p43D1Sz4LdL; Mon, 21 Aug 2023 18:53:16 +0000 (UTC) (envelope-from pete@nomadlogic.org) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nomadlogic.org; s=04242021; t=1692643993; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=TZdcK5Ccam9OhbXp+BEdKxxCgcKt+5Pn49ebDTw1FnQ=; b=bsoLG/EXpDcv3oU18tAzzP9aVwQ+PLCd8+nAMveNacnT7tHNOi9mrjVNFd/1OInLhVIigf nJBLBil69HryiS+dFqMudCSgfzD7zHnUwvFAxwDjDl4N23lK7UGO2IiopGJv5GF6YncL+s n8j5aQ9qTQn+UXileOeoYPWhjsBJVVM= Received: from [192.168.1.160] (cpe-24-24-168-214.socal.res.rr.com [24.24.168.214]) by mail.nomadlogic.org (OpenSMTPD) with ESMTPSA id 7f440c8a (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Mon, 21 Aug 2023 18:53:13 +0000 (UTC) Message-ID: <05e489c4-ed6b-46f1-8650-1a3fb4ea1223@nomadlogic.org> Date: Mon, 21 Aug 2023 11:53:13 -0700 List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:102.0) Gecko/20100101 Thunderbird/102.14.0 Subject: Re: kabylake + drm-515-kmod/drm-510-kmod hangs Content-Language: en-US To: Mark Johnston Cc: FreeBSD Current References: <76275772-a9c3-ed59-5fb3-47a13d2a69e6@nomadlogic.org> From: Pete Wright In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4RV1p43D1Sz4LdL X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:29802, ipnet:66.165.240.0/22, country:US] On 8/21/23 11:24, Mark Johnston wrote: > > Does your system have the debug.debugger_on_panic sysctl set to 1? If > so, does setting it to 0 allow the system to reboot following the hang? > oh fantastic, yea that works - thanks for the heads up! > > Commit cedc82c0466a in src changed the layout of a structure used by a > stub in the GPU firmware kernel modules. If you rebuild the one(s) you > need from ports, does the problem persist? > > FWIW I had to do this: > > $ cd /usr/ports/graphics/gpu-firmware-intel-kmod > $ sudo make reinstall FLAVOR=kabylake bingo that was it. i missed that change, thanks for pointing that out Mark. I'm able to load the i915kms module now. next step is figuring out why the nvidia-drm module is causing a panic (this is one of those funky intel + nvidia GPU laptops). but i get a core on that, and having the intel gpu load allows me to run X at least. thanks everyone! -pete -- Pete Wright pete@nomadlogic.org @nomadlogicLA