Skip to content

Instantly share code, notes, and snippets.

@tmanok
Created May 7, 2020 17:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmanok/4af34117c3136e06e6b796d9ebbeefe3 to your computer and use it in GitHub Desktop.
Save tmanok/4af34117c3136e06e6b796d9ebbeefe3 to your computer and use it in GitHub Desktop.
Blueman Error iMac 2010 After Sleep
$ blueman-manager
blueman-manager version 2.1.2 starting
Failed to enable bluetooth
blueman-manager 09.59.25 ERROR Manager:118 on_dbus_name_appeared: Default adapter not found, trying first available.
blueman-manager 09.59.25 ERROR Manager:122 on_dbus_name_appeared: No adapter(s) found, exiting
$ sudo lsmod |grep blue
[sudo] password for tmanok:
bluetooth 679936 16 btrtl,hidp,btintel,btbcm,bnep,btusb,rfcomm
ecdh_generic 16384 1 bluetooth
rfkill 28672 6 bluetooth,cfg80211
crc16 16384 2 bluetooth,ext4
$ rfkill list
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
2: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
## Note that I have seen "Soft blocked: yes" while troubleshooting, though as you can see it is no longer blocked.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment