On Tue, 31 Mar 2015, Pierre Pronchery wrote:
Hi Arto, (list)
On 01/03/2015 09:18, Arto Huusko wrote:
I just installed NetBSD (7.99.1) on an Asus AM1M-A motherboard based computer.
The installation went fine and NetBSD boots and runs fine.
Just one thing is missing that I would like to see supported: any of
the sensors provided
by the MB are not recognized, and envstat doesn't show anything. I wouldn't mind
trying to write drivers myself, if someone could send a few pointers
to existing drivers
in the tree, plus hints on how the sensors are possibly available (are they ACPI
devices or...)
The first step is to look at the dmesg; could you post it here?
Also, many sensors are accessed via i2c bus. You might try running i2cscan(8) and see if there are any devices that might be attached at non-standard i2c addresses.