Page 1 of 1
Lyra plus drivers
Posted: 2025-02-27 10:31
by sergiominicozzi
Hello,
where can i find and download the ko device drivers?
Thanks
Re: Lyra plus drivers
Posted: 2025-03-05 13:14
by Crocodile
Hello, the .ko device drivers are all located in the <SDK>/kernel directory. Generally, you can find the corresponding driver program by the .ko file name. For example, usb-storage.ko corresponds to <SDK>/kernel/drivers/usb/storage/.
By analyzing the <SDK>/kernel/drivers/usb/storage/Makefile, you can determine which .c source files make up usb-storage.ko