meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| hw:server:aoostar_r7 [2024/11/30 09:00] – niziak | hw:server:aoostar_r7 [2025/06/11 14:47] (current) – niziak | ||
|---|---|---|---|
| Line 23: | Line 23: | ||
| * 2 x USB2.0 | * 2 x USB2.0 | ||
| - | Very loud bottom fan, 2 pin only, connected to 4pin connector on MB. | + | ====== BIOS ====== |
| - | * 92 x 92 x 18 [mm] | + | |
| - | * 12V | + | 2.22.1282 |
| - | * Replacement | + | |
| - | * 12V / 1.32W / 0.11A | + | < |
| - | * 92 x 92 x 14 [mm] | + | AR5000-MI2 0.22 x64 |
| - | * 19,9 dBa | + | 08/02/2024 13:33:03 |
| - | * 50.5 CFM | + | </ |
| - | * 2200 rpm | + | |
| + | File found on Internet: {{ : | ||
| + | |||
| + | Aoostar' | ||
| + | There is a file '' | ||
| ====== ECC RAM ====== | ====== ECC RAM ====== | ||
| Line 37: | Line 41: | ||
| Running on '' | Running on '' | ||
| + | Enable ECC in BIOS: | ||
| + | * '' | ||
| ====== Linux ====== | ====== Linux ====== | ||
| Line 69: | Line 75: | ||
| </ | </ | ||
| + | |||
| + | ==== Build under Proxmox host ==== | ||
| + | |||
| + | <code bash> | ||
| + | # enable non-subscription PVE repo | ||
| + | # and then: | ||
| + | |||
| + | apt install proxmox-headers-6.8 | ||
| + | |||
| + | |||
| + | # Install dev tools: | ||
| + | apt install git dkms make | ||
| + | |||
| + | # Clone repo | ||
| + | cd /usr/src | ||
| + | git clone https:// | ||
| + | cd it87 | ||
| + | make dkms | ||
| + | dkms autoinstall | ||
| + | </ | ||
| + | |||
| + | |||
| + | <code bash> | ||
| + | < | ||
| + | [ 575.844856] it87: module verification failed: signature and/or required key missing - tainting kernel | ||
| + | [ 575.845508] it87: it87 driver version v1.0-169-g213db3a.20240922 | ||
| + | [ 575.845597] it87: Found IT8613E chip at 0xa30, revision 8 | ||
| + | [ 575.845622] it87: Beeping is supported | ||
| + | </ | ||
| + | |||
| + | <code bash> | ||
| + | # sensors | ||
| + | it8613-isa-0a30 | ||
| + | Adapter: ISA adapter | ||
| + | in0: | ||
| + | in1: 1.25 V (min = +1.16 V, max = +2.54 V) | ||
| + | in2: 1.02 V (min = +1.33 V, max = +1.62 V) | ||
| + | in4: 1.67 V (min = +1.54 V, max = +1.86 V) | ||
| + | in5: 2.53 V (min = +2.11 V, max = +0.62 V) | ||
| + | 3VSB: 66.00 mV (min = +0.62 V, max = +2.09 V) | ||
| + | Vbat: 3.17 V | ||
| + | +3.3V: | ||
| + | fan2: 615 RPM (min = 90 RPM) | ||
| + | fan3: 0 RPM (min = 13 RPM) | ||
| + | fan4: 0 RPM (min = -1 RPM) | ||
| + | fan5: 0 RPM (min = -1 RPM) | ||
| + | temp1: | ||
| + | temp2: | ||
| + | temp3: | ||
| + | intrusion0: | ||
| + | </ | ||