https://github.com/devbeno/wsl-kernel
https://github.com/devbeno/wsl-kernel
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devbeno/wsl-kernel
- Owner: devbeno
- Created: 2022-07-05T15:41:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-05T16:08:24.000Z (almost 4 years ago)
- Last Synced: 2025-03-02T09:26:50.655Z (over 1 year ago)
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wsl-kernel

This adds USB (usbip) and USB-CAN support to WSL2 Kernel.
+ Download one of the [Kernels](https://github.com/devbens/wsl-kernel/actions) (click the latest workflow run)
+ Create a `.wslconfig` file on `/mnt/c/Users//` and add a reference to the created image with the following.[^1]
```ini
[wsl2]
kernel=c:\\users\\\\linux-msft-wsl-5.10.y-usbip-can
```
[^1]: [usbipd-win](https://github.com/dorssel/usbipd-win)