19.03.2022 10:11, Warner Losh wrote: > > AFAIK, kldload cannot load compressed modules, only loader can. > > If so, kldload should support it as loader does. > > > I thought I'd added it years ago by uncomptessing to /tmp and loading it from > there..
Not in stable/13: # ktrace -i kldload /boot/modules/dummynet.ko.gz kldload: an error occurred while loading module /boot/modules/dummynet.ko.gz. Please check dmesg(8) for more details. 55926 kldload NAMI "/boot/modules/dummynet.ko.gz" 55926 kldload RET kldload -1 errno 8 Exec format error