質問編集履歴
1
エラーに関する対応を追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -56,7 +56,15 @@
|
|
56
56
|
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.UnknownMethod: Method “Connect” with signature “” on interface “org.bluez.Input” doesn’t exist
|
57
57
|
```
|
58
58
|
|
59
|
+
これに関しては、/etc/bluetooth/main.confの設定を変えることで解決すると記載がありました。
|
60
|
+
しかし、この設定を書き換えても変化はありませんでした。
|
59
61
|
|
62
|
+
https://dustplanet.de/howto-connect-your-bluetooth-keyboard-to-raspbmc-logitech-ultrathin-keyboard/
|
63
|
+
```
|
64
|
+
It should not be listed under “DisabledPlugins” (either DisabledPlugins starts with a # or it’s not listed there)
|
65
|
+
```
|
66
|
+
|
67
|
+
|
60
68
|
###補足情報(言語/FW/ツール等のバージョンなど)
|
61
69
|
Raspbian Wheezyを使用しました。
|
62
70
|
※Jessieではbluez-utilsが存在せず、bluez-simple-agentを使用できないため
|