1
Hardware and Performance / Re: AQC107 NIC not listed
« on: May 26, 2020, 10:32:55 pm »
The port for aquantia-atlantic-kmod should be available to install with pkg if you can pass in another NIC to your VM.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
hint.p4tcc.0.disabled=1
hint.acpi_throttle.0.disabled=1
hint.acpi_perf.0.disabled=1
I ran the commands you wrote on the console and here is what I've got from an APU4B4:
root@OPNsense02:~ # sysctl dev.cpu.0.freq_levels
dev.cpu.0.freq_levels: 1000/1008 800/831 600/628
Idle:
root@OPNsense02:~ # sysctl dev.cpu.0.freq
dev.cpu.0.freq: 1000
Under load:
root@OPNsense02:~ # sysctl dev.cpu.0.freq
dev.cpu.0.freq: 1000
So the frequency didn't really change. Now with powerd running, here is the output where you will see the max frequency still being 1000Mhz:
root@OPNsense02:~ # sudo powerd -v
powerd: unable to determine AC line status
load 4%, current freq 1000 MHz ( 0), wanted freq 968 MHz
load 7%, current freq 1000 MHz ( 0), wanted freq 937 MHz
load 0%, current freq 1000 MHz ( 0), wanted freq 907 MHz
load 0%, current freq 1000 MHz ( 0), wanted freq 878 MHz
.
.
.
I will post back with the APU4D4 and see the difference.
sysctl dev.cpu.0.freq_levels
outputs and then post what sysctl dev.cpu.0.freq
outputs under load?sudo powerd -v
assuming sudo is installed on OPNsense.