Search found 1 match

by tim.rosenkrantz
Wed 16. Aug 2023, 07:15
Forum: Linux
Topic: PCAN-USB in Windows Subsystem for Linux WSL2, Ubuntu 20.04
Replies: 6
Views: 54677

Re: PCAN-USB in Windows Subsystem for Linux WSL2, Ubuntu 20.04

The driver might not work but you can still use PCAN-USB with the built in kernel support via socketcan

I am using WSL2 (win10 , 22H2, 19045.3208) with a custom built kernel based on 5.15.90.1 where I have added CAN and USB support.
Then using usbipd to forward the usb to WSL2 hxxps://github.com ...