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

warning and ssl error when make modules_install #26

Closed litaoxyz closed 4 years ago

litaoxyz commented 4 years ago

make -C /lib/modules/5.3.0-28-generic/build M=/home/xyz/candemo/can-isotp modules_install make[1]: Entering directory '/usr/src/linux-headers-5.3.0-28-generic' INSTALL /home/xyz/candemo/can-isotp/net/can/can-isotp.ko At main.c:160:

similiar to https://github.com/hartkopp/can-isotp/issues/15#issue-458422249 I can receive first frame, I can't receive consecutive frames over isotp. Anyone could help to fix it?

hartkopp commented 4 years ago

Sorry but you are mixing two topics here:

  1. Problems with installing the can-isotp module together with signed kernels
  2. General usage of isotp user space tools

The first on has been handled here https://github.com/hartkopp/can-isotp/issues/20#issuecomment-574822776

And the second one has been discussed here, where you also commented something: https://github.com/hartkopp/can-isotp/issues/15#issuecomment-586684160

So I'll close this issue and re-open https://github.com/hartkopp/can-isotp/issues/15 to answer your question there ...