Re: [gentoo-user] FAN-Speed readout/control ???

2010-12-12 Thread Dale
meino.cra...@gmx.de wrote: Hallo, I want to read the fan speed and want to control it with gentoo. My motherboard is a ASUS Crosshair IV Formula. lm_sensors does not report any relevant sensor. Does anyone got this working on this or an equivalent board with 890FX chipset? Thank you very

Re: [gentoo-user] FAN-Speed readout/control ???

2010-12-12 Thread Andrea Conti
Just build all the sensor drivers into the kernel, not modules but built in. A simpler way: - make sure you have CONFIG_I2C_CHARDEV=y, CONFIG_I2C_HELPER_AUTO=y and select the correct I2C hardware bus drivers for your platform (CONFIG_I2C_I801 for most recent Intel chipsets and CONFIG_I2C_PIIX4

Re: [gentoo-user] FAN-Speed readout/control ???

2010-12-12 Thread meino . cramer
Andrea Conti a...@alyf.net [10-12-12 10:24]: Just build all the sensor drivers into the kernel, not modules but built in. A simpler way: - make sure you have CONFIG_I2C_CHARDEV=y, CONFIG_I2C_HELPER_AUTO=y and select the correct I2C hardware bus drivers for your platform

Re: [gentoo-user] FAN-Speed readout/control ???

2010-12-12 Thread Dale
meino.cra...@gmx.de wrote: Hi Andrea, Hi Dale, Before I post my question I did, what you have suggested, Andrea. Sensors-detect reports the it87 chip to be included as module/in the kernel, which I did -- but the driver does not produces any output AMD k10 was already in and reports everything

Re: [gentoo-user] FAN-Speed readout/control ???

2010-12-12 Thread Volker Armin Hemmann
On Sunday 12 December 2010 06:25:21 meino.cra...@gmx.de wrote: Hallo, I want to read the fan speed and want to control it with gentoo. My motherboard is a ASUS Crosshair IV Formula. lm_sensors does not report any relevant sensor. Does anyone got this working on this or an equivalent

Re: [gentoo-user] FAN-Speed readout/control ???

2010-12-12 Thread meino . cramer
Dale rdalek1...@gmail.com [10-12-12 11:32]: meino.cra...@gmx.de wrote: Hi Andrea, Hi Dale, Before I post my question I did, what you have suggested, Andrea. Sensors-detect reports the it87 chip to be included as module/in the kernel, which I did -- but the driver does not produces any

Re: [gentoo-user] FAN-Speed readout/control ???

2010-12-12 Thread Dale
meino.cra...@gmx.de wrote: Dalerdalek1...@gmail.com [10-12-12 11:32]: meino.cra...@gmx.de wrote: Hi Andrea, Hi Dale, Before I post my question I did, what you have suggested, Andrea. Sensors-detect reports the it87 chip to be included as module/in the kernel, which I did -- but the

Re: [gentoo-user] FAN-Speed readout/control ???

2010-12-12 Thread Andrea Conti
AMD k10 was already in and reports everything -- only the fan stuff was missing, which (normall) the ITE (it87) chip is used for. Current IT87xx chips provide fan, temperature and voltage readings. If you built the drivers as modules, are you sure everything (it87 and the relevant i2c drivers)

Re: [gentoo-user] FAN-Speed readout/control ???

2010-12-12 Thread meino . cramer
Andrea Conti a...@alyf.net [10-12-12 14:00]: AMD k10 was already in and reports everything -- only the fan stuff was missing, which (normall) the ITE (it87) chip is used for. Current IT87xx chips provide fan, temperature and voltage readings. If you built the drivers as modules, are you

Re: [gentoo-user] FAN-Speed readout/control ???

2010-12-12 Thread Volker Armin Hemmann
On Sunday 12 December 2010 14:06:33 meino.cra...@gmx.de wrote: IT8721 So look at the lm sensors site: http://www.lm-sensors.org/wiki/Devices ITEIT8721F, IT8758Eyesit87LPC2.6.37 or standalone driver (2010-10-12) We have a datasheet for the IT8721F. Different from

Re: [gentoo-user] FAN-Speed readout/control ???

2010-12-12 Thread meino . cramer
Volker Armin Hemmann volkerar...@googlemail.com [10-12-12 14:52]: On Sunday 12 December 2010 14:06:33 meino.cra...@gmx.de wrote: IT8721 So look at the lm sensors site: http://www.lm-sensors.org/wiki/Devices ITEIT8721F, IT8758Eyesit87LPC2.6.37 or standalone

Re: [gentoo-user] FAN-Speed readout/control ???

2010-12-12 Thread Volker Armin Hemmann
On Sunday 12 December 2010 14:57:26 meino.cra...@gmx.de wrote: Volker Armin Hemmann volkerar...@googlemail.com [10-12-12 14:52]: On Sunday 12 December 2010 14:06:33 meino.cra...@gmx.de wrote: IT8721 So look at the lm sensors site: http://www.lm-sensors.org/wiki/Devices ITE

Re: [gentoo-user] FAN-Speed readout/control ???

2010-12-12 Thread meino . cramer
Volker Armin Hemmann volkerar...@googlemail.com [10-12-12 15:16]: On Sunday 12 December 2010 14:57:26 meino.cra...@gmx.de wrote: Volker Armin Hemmann volkerar...@googlemail.com [10-12-12 14:52]: On Sunday 12 December 2010 14:06:33 meino.cra...@gmx.de wrote: IT8721 So look at the

Re: [gentoo-user] FAN-Speed readout/control ???

2010-12-12 Thread Volker Armin Hemmann
On Sunday 12 December 2010 15:28:26 meino.cra...@gmx.de wrote: Volker Armin Hemmann volkerar...@googlemail.com [10-12-12 15:16]: On Sunday 12 December 2010 14:57:26 meino.cra...@gmx.de wrote: Volker Armin Hemmann volkerar...@googlemail.com [10-12-12 14:52]: On Sunday 12 December 2010

Re: [gentoo-user] FAN-Speed readout/control ???

2010-12-12 Thread Keith Dart
=== On Sun, 12/12, Volker Armin Hemmann wrote: === that it87blabla can be accessed by acpi stuff but the it87 driver does not know about it - or something like that. Read about it a few month ago and forgot everything. === On Asus boards try first the Asus ACPI driver, asus_atk0110 It seems