0

I have to load a kernel module to run a program. I searched online and found out I need to use commands like insmod, etc to do that. But the command doesn't seem to be installed in my laptop. I am working on a Mac. I tried running as a admin by sudo command. tried all commands like whereis, location and find still dont get an ans. Can anyone please help. If there is an alternative to load a kernel module to run some program files on, alternative will be appreciated.

Error: You may need to load a kernel module to support tap.

sa_nyc
  • 971
  • 1
  • 13
  • 23

1 Answers1

0

OS X uses a completely different kernel extension model than Linux. If you have a compatible kernel extension, you can use kextload(8) to load it.

jatoben
  • 3,079
  • 15
  • 12