Cannot find galcore.ko

I was trying to reload the npu ko before running nbg case. I uninstalled the npu module by rmmod galcore but I’m unable to reload it

I ran find /lib -name galcore.ko but the search result was empty

@johndoe Try this sudo find /lib/modules -name galcore.ko

1 Like

Even this returned no results :frowning_face:

@johndoe

khadas@Khadas:~/opencv/build$ sudo find /lib/modules -name galcore.ko
/lib/modules/4.9.241/kernel/drivers/amlogic/npu/galcore.ko
1 Like

Great! Found the path

Thanks a lot @Frank