Created
May 7, 2020 17:01
-
-
Save tmanok/4af34117c3136e06e6b796d9ebbeefe3 to your computer and use it in GitHub Desktop.
Blueman Error iMac 2010 After Sleep
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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