How to Use Modules in a Linux kernel

shivi

New Member
Joined
Sep 25, 2023
Messages
2
Reaction score
0
Credits
27
I found a Linux Kernel repository with CANXL implementation which I cloned and compiled successfully on my existing Ubuntu 22.04 LTS virtual machine.
I want to use the code files to send the CANXL frames but I do not know how.
The repo link : https://github.com/torvalds/linux
What is the process to use the resources available in this repo? How can send a CANXL frame after compiling this repo?
 


With compiled kernel modules, if they have been installed on the system, (usually with a command like: make install, after the compilation) they can usually be loaded into the running system with the modprobe command, or insmod command. Then the functionality of the module becomes usable by the kernel and the user.

The repo in the link in post #1 refers the reader to the kernel docs, which are rather large. The github site is Linus Torvald's source tree, basically the place where the latest developments, patches etc for the linux kernel are recorded, managed and overseen by Linus.
 

Members online

No members online now.

Latest posts

Top