abituguru3.rst 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. Kernel driver abituguru3
  2. ========================
  3. Supported chips:
  4. * Abit uGuru revision 3 (Hardware Monitor part, reading only)
  5. Prefix: 'abituguru3'
  6. Addresses scanned: ISA 0x0E0
  7. Datasheet: Not available, this driver is based on reverse engineering.
  8. Note:
  9. The uGuru is a microcontroller with onboard firmware which programs
  10. it to behave as a hwmon IC. There are many different revisions of the
  11. firmware and thus effectively many different revisions of the uGuru.
  12. Below is an incomplete list with which revisions are used for which
  13. Motherboards:
  14. - uGuru 1.00 ~ 1.24 (AI7, KV8-MAX3, AN7)
  15. - uGuru 2.0.0.0 ~ 2.0.4.2 (KV8-PRO)
  16. - uGuru 2.1.0.0 ~ 2.1.2.8 (AS8, AV8, AA8, AG8, AA8XE, AX8)
  17. - uGuru 2.3.0.0 ~ 2.3.0.9 (AN8)
  18. - uGuru 3.0.0.0 ~ 3.0.x.x (AW8, AL8, AT8, NI8 SLI, AT8 32X, AN8 32X,
  19. AW9D-MAX)
  20. The abituguru3 driver is only for revision 3.0.x.x motherboards,
  21. this driver will not work on older motherboards. For older
  22. motherboards use the abituguru (without the 3 !) driver.
  23. Authors:
  24. - Hans de Goede <j.w.r.degoede@hhs.nl>,
  25. - (Initial reverse engineering done by Louis Kruger)
  26. Module Parameters
  27. -----------------
  28. * force: bool
  29. Force detection. Note this parameter only causes the
  30. detection to be skipped, and thus the insmod to
  31. succeed. If the uGuru can't be read the actual hwmon
  32. driver will not load and thus no hwmon device will get
  33. registered.
  34. * verbose: bool
  35. Should the driver be verbose?
  36. * 0/off/false normal output
  37. * 1/on/true + verbose error reporting (default)
  38. Default: 1 (the driver is still in the testing phase)
  39. Description
  40. -----------
  41. This driver supports the hardware monitoring features of the third revision of
  42. the Abit uGuru chip, found on recent Abit uGuru featuring motherboards.
  43. The 3rd revision of the uGuru chip in reality is a Winbond W83L951G.
  44. Unfortunately this doesn't help since the W83L951G is a generic microcontroller
  45. with a custom Abit application running on it.
  46. Despite Abit not releasing any information regarding the uGuru revision 3,
  47. Louis Kruger has managed to reverse engineer the sensor part of the uGuru.
  48. Without his work this driver would not have been possible.
  49. Known Issues
  50. ------------
  51. The voltage and frequency control parts of the Abit uGuru are not supported,
  52. neither is writing any of the sensor settings and writing / reading the
  53. fanspeed control registers (FanEQ)
  54. If you encounter any problems please mail me <j.w.r.degoede@hhs.nl> and
  55. include the output of: `dmesg | grep abituguru`