From owner-freebsd-current@freebsd.org Tue Nov 13 19:50:39 2018 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 9A92B112FA24 for ; Tue, 13 Nov 2018 19:50:39 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: from out.migadu.com (out.migadu.com [91.121.223.63]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.migadu.com", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 473BE74E6F for ; Tue, 13 Nov 2018 19:50:37 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: (Migadu outbound); Tue, 13 Nov 2018 19:50:30 +0000 Authentication-Results: out.migadu.com; auth=pass (plain) Received: from [192.168.1.141] ([62.122.208.146]) by out.migadu.com (Haraka/2.8.16) with ESMTPSA id 6ECD6215-5AEB-4B96-A0C4-F35B98CFFA3D.1 envelope-from (authenticated bits=0) (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 verify=FAIL); Tue, 13 Nov 2018 19:50:30 +0000 Date: Tue, 13 Nov 2018 22:50:31 +0300 From: Greg V Subject: Re: No amdtemp sysctls, acpi errors, AMD Ryzen 5 2400G To: Daniel Eischen Cc: freebsd-current@freebsd.org Message-Id: <1542138631.2638.0@smtp.migadu.com> In-Reply-To: References: X-Mailer: geary/0.12.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed DKIM-Signature: v=1; a=rsa-sha256; bh=BmHTee0UgK0QhxdMUcH6HUuBLuHWZb9sEotOBNyL8l8=; c=relaxed/simple; d=unrelenting.technology; h=from:subject:date:to; s=default; b=BBY9C1HPvXqABMqBhnulq+JugMnMefFqauz1yn61l1nt7S9i5Jjm115yqW4jCPHoHiBISHBYQ33tWtDKImU7c7aa95wYT/Q3KX5pLKYUejpCohWoZ6MofZLZOXtx/Hmsp+3Jxp0igegann1DlLlSSgKU/DINLWTQOy3lGSOCO6Q= X-Rspamd-Queue-Id: 473BE74E6F X-Spamd-Result: default: False [-4.09 / 200.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[unrelenting.technology]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:91.121.223.63]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; MIME_GOOD(-0.10)[text/plain]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[unrelenting.technology:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[unrelenting.technology,none]; MX_GOOD(-0.01)[aspmx1.migadu.com,aspmx2.migadu.com]; NEURAL_HAM_SHORT(-0.78)[-0.775,0]; FROM_EQ_ENVFROM(0.00)[]; IP_SCORE(-0.30)[ipnet: 91.121.0.0/16(-0.70), asn: 16276(-0.80), country: FR(-0.03)]; ASN(0.00)[asn:16276, ipnet:91.121.0.0/16, country:FR]; RCVD_TLS_ALL(0.00)[] X-Rspamd-Server: mx1.freebsd.org 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, 13 Nov 2018 19:50:39 -0000 On Tue, Nov 13, 2018 at 8:59 PM, Daniel Eischen wrote: > Greetings, > > I'm trying to track down a couple of things. amdtemp doesn't > report any temperature sensors, and acpi seems to have some > errors. Not sure if they are related. > > These are the ACPI-related warnings and errors during boot. > > Firmware Warning (ACPI): Optional FADT field Pm2ControlBlock has > valid Length but zero Address: 0x0000000000000000/0x1 > (20181031/tbfadt-796) I see this one on my R7 1700 / X370 system, seems harmless. > acpi0: on motherboard > Firmware Error (ACPI): Failure creating [\134_SB.SMIC], > AE_ALREADY_EXISTS (20181031/dswload2-477) > ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog > (20181031/psobject-372) > Firmware Error (ACPI): Failure creating [\134_SB.SMIB], > AE_ALREADY_EXISTS (20181031/dsfield-803) Looks like people see these on Linux: https://forum.manjaro.org/t/unstable-behaviour-not-always-completely-booting/55823/5 Are you on the latest firmware ("BIOS") revision for your board?