I want to add a custom driver to my kernel source.
But I have no idea how to do this.
Any help will be appreciated.
Thanks.
I want to add a custom driver to my kernel source.
But I have no idea how to do this.
Any help will be appreciated.
Thanks.
To add a module you can issue the command
To see the status of modules
lsmod
To learn more please read this
Also you can read this and this