Giter VIP home page Giter VIP logo

Comments (5)

hartkopp avatar hartkopp commented on July 19, 2024

You need to compile the can-isotp module again after changing the Linux kernel it should run in.
This is not a library but a kernel modules which relies on the environment of that specific kernel version it was compiled for.

from can-isotp.

kilianbr avatar kilianbr commented on July 19, 2024

Thanks for the answer. I tried to compile the module again but it results in an ssl error. I tried to look it up but did not find any
useful information about it.
image

If I try to ignore it like described here: https://debianforum.de/forum/viewtopic.php?t=178945, inserting the module will fail with the following error logs:

image

from can-isotp.

hartkopp avatar hartkopp commented on July 19, 2024

Oh, you are almost done!!

As auto loading does not work for out-of-tree modules, you need to run
modprobe can
before.
This provides the required symbols.

from can-isotp.

kilianbr avatar kilianbr commented on July 19, 2024

Thank you!
I was only using the virtual can interface and therefor not thinking about adding the normal can driver. Silly mistake.

from can-isotp.

hartkopp avatar hartkopp commented on July 19, 2024

can.ko is no CAN driver. It provides the network layer infrastructure for CAN protocol implementations like CAN_RAW, CAN_BCM, CAN_J1939 and CAN_ISOTP.
OTOH can-dev.ko provides the CAN driver layer infrastructure.

from can-isotp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.