Issue with bluetooth driver (disable?)

perseus666

New Member
Oct 27, 2024
1
0
1
France
Hello, I am using a proxmox VM to run home assistant on a NIPOGI mini pc
randomly it crashes with the following message (see picture)
As the bluetooth is on an usb I think that the consumption is too high or the hardware / driver has an issue
So I would like to disable the material and install an external bluetooth dongle
the thing is that i am a proxmox newbie (some unix notion but as a user)
so I come here to have tips, so what I think is that I would need
1/ to connect to proxmox on port 8006 yes/no?
2/ perform a lsusb to find my realtek port
3/ disable the driver where? how?
Thank you very much for any tips (it is so boring to check my home assistant remotely and not being able to reboot it until @ home)
 

Attachments

  • bluetooth_proxmox.jpg
    bluetooth_proxmox.jpg
    761.6 KB · Views: 3
Yes, your steps are pretty much correct:
  1. open PVE terminal, either via ssh or opening webgui on 8006 and then going to Node > Shell
  2. use lsusb and write down device address
  3. add rule file in /etc/udev/rules.d/
    it should contain something like
    SUBSYSTEM=="usb", ATTRS{idVendor}=="xxxx", ATTRS{idProduct}=="yyyy", ATTR{authorized}="0"
    where xxxx is hex of vendor id and yyyy - product id
and that's should be it

used source: unix.stackexchange.com
 
Last edited:

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!