pimox / pimox7

Proxmox V7 for Raspberry Pi
1.7k stars 157 forks source link

Bluetooth pass-through on a Pi 400 #174

Open Jaff0 opened 8 months ago

Jaff0 commented 8 months ago

Is it possible to pass-through the built-in Bluetooth device to PiMox on the Pi 400 mini computer. I have PiMox up and running without problem hosting Home Assistant. I have the USB ports working and would love to get the Bluetooth working also.

Thanks in advance for any help.

TheBossME commented 8 months ago

apt install bluetooth

apt install bluez libbluetooth-dev libudev-dev libcap2-bin

dmesg | grep Bluetooth

echo -e "options btusb enable_autosuspend=0" | sudo tee -a /etc/modprobe.d/btusb.conf

hciconfig

hci0: Type: Primary Bus: UART BD Address: DC:A6:32:XX:XX:XX ACL MTU: 1021:8 SCO MTU: 64:1 UP RUNNING RX bytes:4447 acl:0 sco:0 events:431 errors:0 TX bytes:66761 acl:0 sco:0 commands:431 errors:0

Vovanchik commented 8 months ago

I was able to config Bluetooth only with an external adapter using instructions specified in this thread https://github.com/pimox/pimox7/issues/48