May I ask how you got OPNsense working?I have a similar N5105 based PC with 6 ports in my case. Unfortunatelly on OPNsense/pfSense, the cables are not detected, no link up.For instance on Proxmox it works though.I've tried the latest 22.7 version from end of July. that's my hardware https://www.amazon.com/gp/product/B0B2JXQS1K/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&th=1
UPDATE:Flashed a new bios from here (https://www.changwang.com/down/59.html) on the off-chance it works and solves the issue.Solved the issue. The frequency now scales up and down based on usage.Here's a dump of my tunables as well:Code: [Select]dev.hwpstate_intel.0.epp Intel Speed Shift Efficiency runtime 100 dev.hwpstate_intel.1.epp Intel Speedshift Efficiency runtime 100 dev.hwpstate_intel.2.epp Intel Speedshift Efficiency runtime 100 dev.hwpstate_intel.3.epp Intel Speedshift Efficiency runtime 100 dev.igc.0.fc Flow Control on Interface runtime 0 dev.igc.1.fc Flow Control on Interface runtime 0 dev.igc.2.fc Flow Control on Interface runtime 0 dev.igc.3.fc Flow Control on Interface runtime 0 hint.hwpstate_intel.0.disabled disable speed shift unsupported 0 hw.acpi.cpu.cx_lowest C-States runtime C1machdep.hwpstate_pkg_ctrl Intel Pstate boot-time 0
dev.hwpstate_intel.0.epp Intel Speed Shift Efficiency runtime 100 dev.hwpstate_intel.1.epp Intel Speedshift Efficiency runtime 100 dev.hwpstate_intel.2.epp Intel Speedshift Efficiency runtime 100 dev.hwpstate_intel.3.epp Intel Speedshift Efficiency runtime 100 dev.igc.0.fc Flow Control on Interface runtime 0 dev.igc.1.fc Flow Control on Interface runtime 0 dev.igc.2.fc Flow Control on Interface runtime 0 dev.igc.3.fc Flow Control on Interface runtime 0 hint.hwpstate_intel.0.disabled disable speed shift unsupported 0 hw.acpi.cpu.cx_lowest C-States runtime C1machdep.hwpstate_pkg_ctrl Intel Pstate boot-time 0
That sounds strange - the manufacturer says that the hardware is verified to run with OpnSense and you say it works under Proxmox (so no hardware defect).Did you try under Proxmox first and restored a backup of your OpnSense settings from that installation under your bare-metal OpnSense install? In that case, the interface names do not match. You would have to re-assign the logical interfaces to physical ones via the console menu.Normally, there is nothing to worry about with these systems - the I225 ports are detected automagically.
Just bought CWWK N100 unit. I was paying attention to N5105 but ultimately waited for N100 and the reviews. Alder Lake-N is much faster than Jasper Lake.
Same result here with the Topton unit.I have done not only the heatspreader with K5 pro but also use the new Changwang BIOS which offers a "performance" menu (if I remember correctly) where I lowered PL1 and PL2 to 10 and 12 Watts respectively - also, I lowered the CPU voltage by 30 mV (careful, I have read that setting this too low can render the device useless, even beyond a CMOS reset!).My relevant tuneables are:hw.acpi.cpu.cx_lowest=C1 (do not try lower - system gets unstable!)hw.ibrs_disable=1 (might help a little)I am not using powerd.The device is at 45°C now, but only one port connected and basically sitting idle so far.P.S.: Put every sysctl setting in tuneables in the GUI, it detects automagically which ones have to be done on boot and which can be set dynamically. I tried it and it survives a reboot.P.P.S: I just applied 'sysctl dev.hwpstate_intel.0.epp=100' and temps dropped another 4°C.