Esc.sh Archive
  • Home
  • Self Hosting
  • DevopsFromScratch
  • Projects
  • Blog Archive
  • Tech
  • Life
  • About

Linux Bluetooth Error : Failed to start discovery: org.bluez.Error.InProgress

Context Link to heading

My Linux laptop running Pop OS! suddenly could not detect bluetooth devices anymore

And this was the error I found on the status

Failed to start discovery: org.bluez.Error.InProgress

Fix that worked for me Link to heading

This may or may not work for you, but is worth a try

sudo hciconfig hci0 down
sudo rmmod btusb
sudo modprobe btusb
sudo hciconfig hci0 up
© 2012 - 2025 Mansoor · Powered by Hugo & Coder.