| | 1 | = Abit AI7 Motherboard = |
| | 2 | |
| | 3 | This configuration is derived from the AN7 configuration and currently untested, it should work fine though. Please |
| | 4 | send any success or failure using this config to: Hans de Goede <j.w.r.degoede@hhs.nl>. |
| | 5 | |
| | 6 | Notice that this motherboard contains version 1 of the uGuru. This version does not seem to properly support autodetecting the type of the bank1 sensors, nor does the autodetection of the number of fan sensors work properly on this chip. |
| | 7 | |
| | 8 | Because of this it might be nescesarry to load the abituguru with the following paramaters for things to work properly: |
| | 9 | {{{ |
| | 10 | bank1_types=1,1,0,0,0,0,0,2,0,0,0,0,2,0,0,1 fan_sensors=5 |
| | 11 | }}} |
| | 12 | Example configuration file for the Abit AI7 motherboard: |
| | 13 | |
| | 14 | {{{ |
| | 15 | |
| | 16 | # lm_sensors configuration file for the Abit AI7 motherboard |
| | 17 | # 2006-06-24, Hans de Goede <j.w.r.degoede@hhs.nl> |
| | 18 | # Comments welcome! |
| | 19 | # Note it might be nessecaryto load the driver with the following params: |
| | 20 | # bank1_types=1,1,0,0,0,0,0,2,0,0,0,0,2,0,0,1 fan_sensors=5 |
| | 21 | |
| | 22 | chip "abituguru-*" |
| | 23 | |
| | 24 | |
| | 25 | ### Voltages |
| | 26 | |
| | 27 | |
| | 28 | label in0 "CPU Core Voltage" |
| | 29 | |
| | 30 | label in1 "DDR Voltage" |
| | 31 | |
| | 32 | label in2 "DDR VTT Voltage" |
| | 33 | |
| | 34 | label in3 "ATX +12V" |
| | 35 | compute in3 @*4.153 , @/4.153 |
| | 36 | |
| | 37 | # I believe this is FSB VTT, in some Abit files its called GMCHVTT, below is the BIOS name |
| | 38 | label in4 "AUXC Voltage" |
| | 39 | |
| | 40 | label in5 "NB Core Voltage" |
| | 41 | |
| | 42 | label in6 "VCCVID Voltage" |
| | 43 | |
| | 44 | label in7 "ATX +5V Voltage" |
| | 45 | compute in7 @*1.788 , @/1.788 |
| | 46 | |
| | 47 | label in8 "ATX +3.3V Voltage" |
| | 48 | compute in8 @*1.248 , @/1.248 |
| | 49 | |
| | 50 | label in9 "Standby Voltage (+5V)" |
| | 51 | compute in9 @*1.788 , @/1.788 |
| | 52 | |
| | 53 | label in10 "3VDUAL Voltage" |
| | 54 | compute in10 @*1.248 , @/1.248 |
| | 55 | |
| | 56 | |
| | 57 | ### Temperatures |
| | 58 | |
| | 59 | |
| | 60 | label temp1 "CPU Temperature" |
| | 61 | |
| | 62 | label temp2 "System Temperature" |
| | 63 | |
| | 64 | label temp3 "PWM Temperature" |
| | 65 | |
| | 66 | ignore temp4 |
| | 67 | |
| | 68 | ignore temp5 |
| | 69 | |
| | 70 | ignore temp6 |
| | 71 | |
| | 72 | ignore temp7 |
| | 73 | |
| | 74 | |
| | 75 | ### Fans |
| | 76 | |
| | 77 | |
| | 78 | label fan1 "CPU FAN Speed" |
| | 79 | |
| | 80 | label fan2 "NB FAN Speed" |
| | 81 | |
| | 82 | label fan3 "SYS FAN Speed" |
| | 83 | |
| | 84 | label fan4 "FAN4" |
| | 85 | |
| | 86 | label fan5 "FAN5" |
| | 87 | |
| | 88 | ignore fan6 |
| | 89 | |
| | 90 | }}} |
| | 91 | |