Open yaplej opened 5 days ago
If this a feature request, please reply with '/feature'. If this is a question, reply with '/question'. Otherwise please attach logs by following the instructions below, your issue will not be reviewed unless they are added. These logs will help us understand what is going on in your machine.
Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it!
Note: You can give me feedback by thumbs upping or thumbs downing this comment.
/feature
If this a feature request, please reply with '/feature'. If this is a question, reply with '/question'. Otherwise please attach logs by following the instructions below, your issue will not be reviewed unless they are added. These logs will help us understand what is going on in your machine.
/emailed-logs
Did you build a custom kernel with this config?
CONFIG_BT=y
which Bluetooh adapter/brand is it?
Build custom kernel:
sudo apt-get update
sudo apt-get install -y build-essential flex bison dwarves libssl-dev libelf-dev bc
git clone --branch linux-msft-wsl-5.15.167.4 https://github.com/microsoft/WSL2-Linux-Kernel.git --progress --depth 1
cd WSL2-Linux-Kernel
vim Microsoft/config-wsl
Finally:
echo n | make KCONFIG_CONFIG=Microsoft/config-wsl -j$(nproc) bzImage
Check again.
I am trying to use the development environment for Home Assistant in VS Code using Docker Desktop. The Integration I am working on requires bluetooth connection to a piece of hardware. So the easiest way to get that working would be to pass a USB Bluetooth adapter to WSL.
That much works but once the USB bluetooth adapter is recognized by the container it wont load the bluetooth drivers/module because the WSL kernel does not have those enabled.
Once the USB bluetooth device is passed to the WSL container it should be able to use it.
Tried to build a custom kernel for using with WSL & Docker but didn't get it working.
(https://github.com/docker/for-win/issues/14284)