
Ubuntu日本語フォーラム

ログインしていません。
bluetoothマウスについて教えてください。
dell inspiron mini12 8.04 (dellカスタマイズ版)では、ELECOM M-BT3BRが使えます。HDDが80GBなのでデュアルブートでubuntu9.10(日本語Remix CD) を入れました。ところがこの9.10ではM-BT3BRが使えません。
実際には、パネルのbluetoothに認識させ、使い始めたのですが、PCを再起動後、使えなくなりました。その間、アップデートなどはしなかったと思いますが、はっきりはしません。一旦使えたのですが、解決策はあるのでしょうか?
よろしくお願いします。
オフライン
お世話になります。
ここにマウスは違いますが方法が書いてありました、ちょっと参考に成るかもしれないのでやってみてはいかがですか。
http://bj-linux.blogspot.com/2009/08/bluetooth.html
オフライン
アドバイス有難うございます。上記サイトの手順をたどっているのですが、最後のステップのやり方が分かりません。
ーーー
以下のコマンドをコンソールから打つ。
以下の文字をコピーペーストして、マックアドレスを先ほどのUのデータに変更する。
保存して再起動する。
3.confファイルの作成
sudo gedit /etc/bluetooth/hcid.conf
以下を書き込む
device BC:20:42:A0:50:30 {
name "MLK Corp. (8) Button Mouse";
}
ーーー
なお、cat /proc/bus/input/devices で取得したデータは下記です。
I: Bus=0005 Vendor=056e Product=005f Version=0100
N: Name="ELECOM Bluetooth Optical Mouse"
P: Phys=00:22:69:EA:3A:8F
S: Sysfs=/devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/bluetooth/hci0/hci0:11/input9
U: Uniq=00:11:67:FF:0C:1E
H: Handlers=mouse3 event8
B: EV=17
B: KEY=1f0000 0 0 0 0 0 0 0 0
B: REL=143
B: MSC=10
どうすればいいか教えていただけますか?
よろしくお願いします。
オフライン
どこが分からなかったのか分かりませんが、これでどうでしょう?
3.confファイルの作成
sudo gedit /etc/bluetooth/hcid.conf
以下を書き込む
device 00:11:67:FF:0C:1E {
name "ELECOM Bluetooth Optical Mouse";
}
で、いけませんか?
オフライン
お世話になります。
上記のとおりにしてみました。その結果、
Bluetooth設定に"ELECOM Bluetooth Optical Mouse"が表示され、パネルのアイコン(Bluetooth:Enabled) を開くとやはり、"ELECOM Bluetooth Optical Mouse"と表示されているのですが、>connect/disconnect のどちらでもマウスは動きません。認識させるのは無理かもしれませんね。
なお、前段で、sudo gedit /etc/default/bluetoothから貼り付けた内容は下記です。
# start bluetooth on boot?
# compatibility note: If this variable is not found bluetooth will
# star
00:22:69:EA:3A:8F
# This setting will switch HID devices (e.g mouse/keyboad) to HCI mode, that is
# you will have bluetooth functionality from your dongle instead of only HID.
# Note that not every bluetooth dongle is capable of switching back to HID
# mode, see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=355497
00:11:67:FF:0C:1E
############ HIDD
#
# HID daemon
HIDD_ENABLED=1
HIDD_OPTIONS="-i 00:22:69:EA:3A:8F --connect 00:11:67:FF:0C:1E --master --server"
# to make hidd always use a particular interface, use something
# like this, substituting the bdaddr of the interface:
# HIDD_OPTIONS="-i AA:BB:CC:DD:EE:FF --server"
#
# remove '--master' if you're having trouble working with Ericsson
# T630 phones with hidd operational at the same time.
オフライン
お世話になります
masayukiさん
>>なお、前段で、sudo gedit /etc/default/bluetoothから貼り付けた内容は下記です。 <<
で書き込んだ内容が少し違っているようなので、下記の物を全部コピペしてみてください。(#の所は本来必要の内部分ですが、一応そのままにしてあります)
# start bluetooth on boot?
# compatibility note: If this variable is not found bluetooth will
# start
BLUETOOTH_ENABLED=1
# This setting will switch HID devices (e.g mouse/keyboad) to HCI mode, that is
# you will have bluetooth functionality from your dongle instead of only HID.
# Note that not every bluetooth dongle is capable of switching back to HID
# mode, see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=355497
HID2HCI_ENABLED=1
############ HIDD
#
# HID daemon
HIDD_ENABLED=1
HIDD_OPTIONS="-i 00:22:69:EA:3A:8F --connect 00:11:67:FF:0C:1E --master --server"
# to make hidd always use a particular interface, use something
# like this, substituting the bdaddr of the interface:
# HIDD_OPTIONS="-i AA:BB:CC:DD:EE:FF --server"
#
# remove '--master' if you're having trouble working with Ericsson
# T630 phones with hidd operational at the same time.
全部セットし終わったら必ず再起動してから、マウスのコネクトボタンとパネルのアイコンを使って接続してください。
私も試しにやってみたら動きました。
もちろんokamuraさんのご指摘の部分も重要みたいです。
オフライン
東京花子i2様
色々教えていただいたのですが、だめのようです。取り合えす、USB接続マウスを使いつづけることにします。
これからもよろしくお願いします。
オフライン
東京花子i2様
その後、マウス M-BT3BRを認識してくれました。
やったこと:
1)synapticでbluetoothで検索、オレンジマークのついたファイルとbluemanをインストール
2)authorizationsでbluetoothモデム設定でimplicit authorizations の3項目をyesに変更
3)bluemanでモデムを検索
なにが効いたのか分かりませんが、結果オーライなのでM-BT3BRが無駄にならずにすみました。
これからもよろしくお願いします。
オフライン