hartkopp / can-isotp

Linux Kernel Module for ISO 15765-2:2016 CAN transport protocol PLEASE NOTE: This module is part of the mainline Linux kernel since version 5.10
Other
239 stars 69 forks source link

Issue : Not able to build can-isotp #39

Closed Kallappambk closed 3 years ago

Kallappambk commented 3 years ago

Hello,

I am able to build the can-isotp the first time but when I restart my system and try to do insmod I am getting errors. For error, I attached the Screenshot kindly help me in this how should I proceed furtur. Screenshot (43)

hartkopp commented 3 years ago

insmod does not auto-load the required can.ko module. modprobe does so - but only for in-tree modules, which you do not have here. Please run modprobe can before your insmod can-isotp.ko.

If that doesn't work: Can you send the output which is printed in dmesg so that we can which symbols are missing?