Oliver Hartkopp
Oliver Hartkopp
Finally the idea of @rbenji23 has been implemented and will likely show up in Linux 5.19: https://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git/commit/?h=testing&id=3cb50e60020fd4521ca7fe80257a734035f451eb To test this feature and to work with this unconfirmed ISOTP transmission a...
Hi @RichardLangFromNZ , I have been thinking about that too. But due to the backwards compatibility with the hrtimer trampoline this likely will turn into a mess. That's why I...
> I'd sorta assumed that https://github.com/hartkopp/can-isotp would be the master copy with the most comprehensive and up-to-date feature set No. The latest and greatest Linux kernel ISO-TP implementation can be...
Hm, AFAIK both Mint 20.3 and Ubuntu 20.4 use Linux 5.4. And Linux 5.4 has the infrastructure for HRTIMER_MODE_SOFT which is base requirement for the latest mainline code (with the...
Done! https://github.com/hartkopp/can-isotp/tree/mainline-5.4+ This branch is intended to build the latest mainline isotp code out-of-tree down to Linux 5.4 Please give it a try.
Hm `slcan0` is the standard name and you are renaming this to `slcan0`. Can you test, if you get the same error when using `can0` instead of `slcan0` in the...
I tried it on my own. You need to be `root` to run `slcand`. Please try `sudo slcand -o -s6 -t hw -S 3000000 /dev/ttyACM0 slcan0` and `sudo ifconfig slcan0...
Hi as you started with your question here : https://github.com/linux-can/can-utils/issues/46#issuecomment-1125110859 I once build my own WSL2 kernel too to get the CAN support working. But I'm pretty sure that there...
Hm, maybe the `ip` tool? What does `ip -V` show? And does `ip link help dev` show `vcan` and `vxcan` in the list of [TYPE]s ?? Maybe your `ip` tool...
> would giving up on using the wsl and just booting linux solve this issue? At this point I'm ready to quit windows all together... make a boot USB and...