Skip to content

Instantly share code, notes, and snippets.

@sm8ps
Created August 10, 2022 10:55
Show Gist options
  • Save sm8ps/db85216964b5b8bd9205534d70c1fbaa to your computer and use it in GitHub Desktop.
Save sm8ps/db85216964b5b8bd9205534d70c1fbaa to your computer and use it in GitHub Desktop.
sudo reboot
sudo systemctl stop bluetooth.service
killall blueman-applet
killall obexd
ps aux | grep blue
NULL
ps aux | grep blue
root 7411 0.0 0.0 14604 5840 pts/0 S+ 12:28 0:00 sudo bluetoothd -d
root 7412 0.0 0.0 14604 900 pts/1 Ss 12:28 0:00 sudo bluetoothd -d
root 7413 0.0 0.0 10628 5176 pts/1 S+ 12:28 0:00 bluetoothd -d
blueman-applet --loglevel debug
ps aux | grep blue
user 7684 1.9 0.6 450876 53656 pts/2 Sl+ 12:29 0:00 /usr/bin/python3 /usr/bin/blueman-applet --loglevel debug
root 7690 0.4 0.4 282868 34956 ? Ssl 12:29 0:00 /usr/bin/python3 /usr/libexec/blueman-mechanism
user 7694 0.0 0.0 46956 7224 ? Ss 12:29 0:00 /usr/lib/bluetooth/obexd
user 7696 1.1 0.5 437032 44852 pts/2 Sl+ 12:29 0:00 /usr/bin/python3 /usr/bin/blueman-tray
Bluetooth applet: Devices > connect with network access point (NAP)
blueman-applet --loglevel debug
blueman-applet 12.31.06 INFO RecentConns:179 notify : <Device.Device object at 0x7fd4e5a03880 (blueman+bluez+Device+Device at 0x5570ba26d5c0)> 00001116-0000-1000-8000-00805f9b34fb
blueman-applet 12.31.06 INFO RecentConns:107 initialize: rebuilding menu
blueman-applet 12.31.06 DEBUG Base:60 do_g_properties_changed: /org/bluez/hci0/dev_00_16_53_46_CF_76 {'Connected': False}
blueman-applet 12.31.06 DEBUG NetworkManager:113 find_or_create_connection: Found existing connection with uuid 2dc53729-6cc2-4d9e-82d7-dfc71273556c
sudo less /var/log/syslog
Aug 10 12:30:46 y260 dbus-daemon[2119]: [session uid=1000 pid=2119] Activating via systemd: service name='org.blueman.Manager' unit='blueman-manager.service' requested by ':1.179' (uid=1000 pid=7684 comm="/usr/bin/python3 /usr/bin/blueman-applet --logleve" label="unconfined")
Aug 10 12:30:46 y260 systemd[2099]: Starting Bluetooth Manager...
Aug 10 12:30:46 y260 dbus-daemon[2119]: [session uid=1000 pid=2119] Successfully activated service 'org.blueman.Manager'
Aug 10 12:30:46 y260 systemd[2099]: Started Bluetooth Manager.
Aug 10 12:31:06 y260 NetworkManager[1618]: <info> [1660127466.2030] audit: op="connection-update" uuid="2dc53729-6cc2-4d9e-82d7-dfc71273556c" name="KSZ-EV3-1 Network" pid=7684 uid=1000 result="success"
Aug 10 12:31:06 y260 NetworkManager[1618]: <info> [1660127466.2104] audit: op="connection-activate" uuid="2dc53729-6cc2-4d9e-82d7-dfc71273556c" name="KSZ-EV3-1 Network" pid=7684 uid=1000 result="fail" reason="Connection 'KSZ-EV3-1 Network' is not available on device 00:16:53:46:CF:76 because profile is not compatible with device (devices bdaddr setting mismatches)"
Aug 10 12:31:06 y260 blueman-manager[7968]: blueman-manager 12.31.06 WARNING ManagerDeviceMenu:141 fail : fail g-dbus-error-quark: GDBus.Error:org.freedesktop.DBus.Error.Failed: Traceback (most recent call last):
Aug 10 12:31:06 y260 blueman-manager[7968]: File "/usr/lib/python3/dist-packages/blueman/main/NetworkManager.py", line 80, in on_connection_activate
Aug 10 12:31:06 y260 blueman-manager[7968]: self.active_connection = client.activate_connection_finish(result)
Aug 10 12:31:06 y260 blueman-manager[7968]: gi.repository.GLib.GError: nm-manager-error-quark: Connection 'KSZ-EV3-1 Network' is not available on device 00:16:53:46:CF:76 because profile is not compatible with device (devices bdaddr setting mismatches) (2)
Aug 10 12:31:06 y260 blueman-manager[7968]: (0)
sudo journalctl SYSLOG_IDENTIFIER=blueman.desktop
-- Boot 8c50fdd53372485eafa6bc7690ca5497 --
Aug 10 12:23:10 y260 blueman.desktop[2616]: blueman-applet 12.23.10 WARNING PluginManager:147 __load_plugin: Not loading PPPSupport because its conflict has higher priority
Aug 10 12:23:10 y260 blueman.desktop[2616]: blueman-applet 12.23.10 WARNING PluginManager:147 __load_plugin: Not loading DhcpClient because its conflict has higher priority
Aug 10 12:25:11 y260 blueman.desktop[2616]: blueman-applet 12.25.11 WARNING DiscvManager:119 update_menuitems: warning: Adapter is None
Aug 10 12:25:11 y260 blueman.desktop[2616]: UnicodeDecodeError: 'utf-8' codec can't decode bytes in position 0-1: invalid continuation byte
Aug 10 12:25:11 y260 blueman.desktop[2616]: blueman-applet 12.25.11 WARNING DiscvManager:119 update_menuitems: warning: Adapter is None
Aug 10 12:25:11 y260 blueman.desktop[2616]: UnicodeDecodeError: 'utf-8' codec can't decode byte 0x87 in position 1: invalid start byte
Aug 10 12:25:11 y260 blueman.desktop[2616]: UnicodeDecodeError: 'utf-8' codec can't decode byte 0xcb in position 4: invalid continuation byte
Aug 10 12:25:11 y260 blueman.desktop[2616]: UnicodeDecodeError: 'utf-8' codec can't decode byte 0xaa in position 1: invalid start byte
Aug 10 12:25:11 y260 blueman.desktop[2616]: UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb0 in position 1: invalid start byte
sudo journalctl SYSLOG_IDENTIFIER=blueman-manager
-- Boot 8c50fdd53372485eafa6bc7690ca5497 --
Aug 10 12:31:06 y260 blueman-manager[7968]: blueman-manager 12.31.06 WARNING ManagerDeviceMenu:141 fail : fail g-dbus-error-quark: GDBus.Error:org.freedesktop.DBus.Error.Failed: Traceb>
Aug 10 12:31:06 y260 blueman-manager[7968]: File "/usr/lib/python3/dist-packages/blueman/main/NetworkManager.py", line 80, in on_connection_activate
Aug 10 12:31:06 y260 blueman-manager[7968]: self.active_connection = client.activate_connection_finish(result)
Aug 10 12:31:06 y260 blueman-manager[7968]: gi.repository.GLib.GError: nm-manager-error-quark: Connection 'KSZ-EV3-1 Network' is not available on device 00:16:53:46:CF:76 because profile is >
Aug 10 12:31:06 y260 blueman-manager[7968]: (0)
sudo journalctl SYSLOG_IDENTIFIER=blueman-mechanism
NULL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment