0

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.

Glutanimate
  • 21,393

1 Answers1

1

To add a module you can issue the command

modprobe drivername

To see the status of modules

lsmod

To learn more please read this
Also you can read this and this