Ubuntu 20.04 Bluetooth schaltet sich nicht ein oder funktioniert

#turn bluetooth on:
sudo /etc/init.d/bluetooth start

# make it automatic on boot
sudo systemctl enable bluetooth
IJustWannaHelp