dell optiplex 3040 issues with aes-ni ?
-
@stephenw10 i have it set to AES-NI cpu based acceleration.
-
Hmm, OK try this:
cat /boot/loader.conf
You should see see the loader line that cause aes-ni to be loaded at boot.
You can also try manually loading it:
kldload aesni.ko
Steve
-
@stephenw10
Shell Output - cat /boot/loader.conf
autoboot_delay="3"
net.link.ifqmaxlen="128"Shell Output - kldload aesni.ko
kldload: can't load aesni.ko: No such file or directorymaybe its some thing to do with dells bios or not supported.
-
Hmm try the full path:
kldload /boot/kernel/aesni.ko
You are running 2.5.2 or 2.6 I assume?
Steve
-
@stephenw10 Hello im running 2.6 i tried kldload /boot/kernel/aesni.ko and got this kldload: can't load /boot/kernel/aesni.ko: No such file or directory.
should i do a reinstall to see if it fixes the issue ?thanks for you help
Paul
-
@stephenw10 i did a reinstall of 2.5.2 on a samsung ssd after playing a round in the bios and it cam up as active in the end , i ve now updated to 2.6 and still is showing as active.
Id Refs Address Size Name
1 20 0xffffffff80200000 3aed878 kernel
2 1 0xffffffff83cee000 3bd370 zfs.ko
3 2 0xffffffff840ac000 a448 opensolaris.ko
4 1 0xffffffff84321000 1000 cpuctl.ko
5 1 0xffffffff84322000 2150 acpi_wmi.ko
6 1 0xffffffff84325000 8e10 aesni.ko
7 1 0xffffffff8432e000 bf8 coretemp.koThank you for your help
Paul
-
Nice.
Weird, it looks like somehow that file really wasn't present. I have no idea how that could be possible though.Steve
-
@wheelhouse20 BIOS is version 1.17.1.
-
@cybermaze im on 1.18.1
-
@wheelhouse20 yes, I know there is a newer version, haven't updated yet.