meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
hw:server:aoostar_r7 [2024/11/30 08:56] niziakhw: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, pin only, connected to 4pin connector on MB+====== BIOS ====== 
-  * 92 x 92 x 18 [mm+ 
-  * 12V+2.22.1282 
 + 
 +<code> 
 +AR5000-MI2 0.22 x64 
 +08/02/2024 13:33:03 
 +</code> 
 + 
 +File found on Internet: {{ :hw:server:wtr_r7_5825u_bios.rar |}}, contains folder ''AR5000-MI2_231215A''. Not tried
 + 
 +Aoostar's official BIOSes [[https://aoostar.com/pages/drives-systems|DRIVERS & SYSTEMS]
 +There is a file ''WTR R7 5825U BIOS .rar''
  
 ====== ECC RAM ====== ====== ECC RAM ======
Line 31: Line 41:
 Running on ''Hynix DDR4 32 GB 3200MHz CL22 (HMAA4GS7AJR8N-XN)''. But no EDAC driver loaded in Kernel. Running on ''Hynix DDR4 32 GB 3200MHz CL22 (HMAA4GS7AJR8N-XN)''. But no EDAC driver loaded in Kernel.
  
 +Enable ECC in BIOS:
 +  * ''Advanced'' --> ''AMD CBS'' --> ''UMC Common Options'' --> ''DDR4 Common Options'' --> ''Common RAS'' --> ''ECC Configuration'' --> ''DRAM ECC Enable'' --> Enabled
  
 ====== Linux ====== ====== Linux ======
Line 63: Line 75:
 </code> </code>
  
 +
 +==== 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://github.com/frankcrawford/it87.git
 +cd it87
 +make dkms
 +dkms autoinstall
 +</code>
 +
 +
 +<code bash>modprobe it87</code>
 +<code>
 +[  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>
 +
 +<code bash>
 +# sensors
 +it8613-isa-0a30
 +Adapter: ISA adapter
 +in0:         682.00 mV (min =  +2.07 V, max =  +2.24 V)
 +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:         3.30 V  
 +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:        -55.0°C  (low  = -79.0°C, high = +121.0°C)  sensor = thermistor
 +temp2:        -55.0°C  (low  = +79.0°C, high = +41.0°C)
 +temp3:        +28.0°C  (low  = -34.0°C, high = -65.0°C)
 +intrusion0:  ALARM
 +</code>