Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jun 2016 13:44:03 -0700
From:      John Baldwin <jhb@freebsd.org>
To:        freebsd-acpi@freebsd.org
Cc:        SERGEY <okunev.s.a@gmail.com>, 'Andriy Gapon' <avg@freebsd.org>
Subject:   Re: no fan and temperature info
Message-ID:  <5416462.zg49n8S1BL@ralph.baldwin.cx>
In-Reply-To: <CAAFB1Y8MPoG6cRgH9t6DZJCJPHkos_0pNbyb_DbZvFf69cHEtw@mail.gmail.com>
References:  <CAAFB1Y8MPoG6cRgH9t6DZJCJPHkos_0pNbyb_DbZvFf69cHEtw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday, December 17, 2015 01:42:20 AM SERGEY wrote:
> Hi
> Please help me. I can not view information about the temperature of the
> motherboard and fan speed.
> uname -a
> FreeBSD bsd 10.2-RELEASE-p7 FreeBSD 10.2-RELEASE-p7 #0: Mon Nov  2 14:19:39
> UTC 2015     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC
>  amd64
> 
> Motherboard: Gigabyte GA-970A-UD3P rev.1
> control chip: ITE IT8728F
> 
> pciconf -lv | grep -A4 none
> none0@pci0:0:20:0:    class=0x0c0500 card=0x43851002 chip=0x43851002
> rev=0x42 hdr=0x00
>     vendor     = 'Advanced Micro Devices [AMD] nee ATI'
>     device     = 'SBx00 SMBus Controller'
>     class      = serial bus
>     subclass   = SMBus
> 
> mbmon -d -I -p it87
> No ISA-IO HWM available!!
> InitMBInfo: No such file or directory

You need an smb device driver for this controller.  The intpm(4) driver
only handles devices with revisions < 0x40 (yours is 0x42).

-- 
John Baldwin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5416462.zg49n8S1BL>