windam (Nexcom NDiS B842)
Summary
This is a somewhat compact multi-display system. If not for the fan noise it would make a pretty cool little workstation.
Notes
- This device needs better fan control than BIOS provides. See Fancontrol setup.
Hardware
TODO
Make | Nexcom |
Year | 2013 |
Model | NDiS B842 |
Chassis | |
Power Supply | |
Processor | AMD R-464L |
Memory | 16GB DDR3 1600 (Hynix HMT41GS6BFR8A) |
Ports | 4x HDMI 1.4a |
Graphics | |
Storage | |
Display | |
Int. Peripherals | |
Ext. Peripherals | |
Dimensions | |
Length/Depth | |
Width | |
Height/Thickness | |
Weight | kg (lbs oz) |
Software
Operating System | |
Unique applications |
Log
A little barebones machine
Bought as a stripped machine (No CPU, RAM, or drives). Ended up buying a lot of 16 AMD R-464L processors because that was the best deal I could find on a compatible CPU. Fortunately the heatsink was still included. It's an odd heatsink that spans the chassis and sits between two pairs of fans.
Fancontrol setup
This machine has a single long heatsink spanning the chassis width, with two pairs of fans (in/out) on either end to create a airflow channel through the heatsink. Each pair is controlled together. The BIOS is really poor about fan ramping. It seems to follow CPU load very closely and runs the fans at very high RPM. These are 40mm fans capabable of ~7500 RPM.
I followed this archwiki guide. I didn't bother to differentiate between intake/outtake fans, but I wanted to consider both the CPU and GPU for cooling. The fancontrol config is probably more confusing than helpful but I'll include it for reference then explain below:
# Configuration file generated by pwmconfig, changes will be lost INTERVAL=10 DEVPATH=hwmon0=devices/pci0000:00/0000:00:02.0/0000:01:00.0 hwmon1=devices/platform/nct6775.1328 hwmon2=devices/pci0000:00/0000:00:18.3 DEVNAME=hwmon0=radeon hwmon1=nct6106 hwmon2=k10temp FCTEMPS=hwmon1/pwm2=hwmon0/temp1_input hwmon1/pwm1=hwmon2/temp1_input FCFANS=hwmon1/pwm2=hwmon1/fan2_input hwmon1/pwm1=hwmon1/fan1_input MINTEMP=hwmon1/pwm2=20 hwmon1/pwm1=20 MAXTEMP=hwmon1/pwm2=70 hwmon1/pwm1=85 MINSTART=hwmon1/pwm2=150 hwmon1/pwm1=150 MINSTOP=hwmon1/pwm2=0 hwmon1/pwm1=0 MAXPWM=hwmon1/pwm2=180 hwmon1/pwm1=180
One fan pair is controlled by the GPU temp. I set a range of 20-85 °C. The other by the CPU temp with a range of 20-70 °C. I set MAXPWM to 180 on both.