Hello everyone,
I was having some issues while using the native oce driver from FreeBSD 12.3 so I decided to compile the newest source code for the oce driver from FreeBSD 14.
That generated a file (if_oce.ko) which is located at /boot/modules (also copied /boot/kernel just in case)
After that, I have added a line to the loader.conf file with the following:
...and rebooted the machine.
now the problem is that I don't see the oce module loaded. I have used the kldstat command which shows me other modules loaded, but not the if_oce.
Is that supposed to work? What Am I doing wrong?
Any help is very welcome. Thanks Much!
I was having some issues while using the native oce driver from FreeBSD 12.3 so I decided to compile the newest source code for the oce driver from FreeBSD 14.
That generated a file (if_oce.ko) which is located at /boot/modules (also copied /boot/kernel just in case)
After that, I have added a line to the loader.conf file with the following:
Code:
if_oce_load="YES"
...and rebooted the machine.
now the problem is that I don't see the oce module loaded. I have used the kldstat command which shows me other modules loaded, but not the if_oce.
Is that supposed to work? What Am I doing wrong?
Any help is very welcome. Thanks Much!