Bluetoothはデバイスを認識できません。 Windows 7では正常に動作しています。 Ubuntu 12.04および11.10
lsusb
バス001デバイス001:ID 1d6b:0002 Linux Foundation 2.0ルートハブ バス002デバイス001:ID 1d6b:0002 Linux Foundation 2.0ルートハブ バス003デバイス001:ID 1d6b:0002 Linux Foundation 2.0ルートハブ バス004デバイス001:ID 1d6b:0003 Linux Foundation 3.0ルートハブ バス001デバイス002:ID 8087:0024 Intel Corp.統合レートマッチングハブ バス002デバイス002:ID 8087:0024 Intel Corp.統合レートマッチングハブ Bus 001デバイス003:ID 1bcf:288a Sunplus Innovation Technology Inc。 バス001デバイス004:ID 0489:e03c Foxconn/Hon Hai Bus 002 Device 003:ID 046d:c52b Logitech、Inc. Unifying Receiver
hciconfig
hci0:タイプ:BR/EDRバス:USB BDアドレス:94:39:E5:4E:FA:3A ACL MTU:1022:8 SCO MTU:183:5 UP RUNNING PSCAN ISCAN RX bytes:1559 acl:0 sco:0 events:104 errors:0 TX bytes:926 acl:0 sco:0 commands:81 errors: 0
lsmod
bbswitchで使用されるモジュールサイズ13355 0 rfcomm 47604 12 bnep 18281 2 parport_pc 32866 0 ppdev 17113 0 binfmt_misc 17540 1 snd_hda_codec_hdmi 32474 1 snd_hda_codec_conexant 62128 1 snd_hda_intel 33773 3 [。 。] snd_hwdep 13668 1 snd_hda_codec snd_pcm 97188 3 snd_hda_codec_hdmi、snd_hda_intel、snd_hda_codec snd_seq_midi 13324 0 _.____。v 18593 0 snd_rawmidi 30748 1 snd_seq_midi usbhid 47199 1 hid_logitech_dj hid 99559 2 hid_logite ch_dj、usbhid arc4 12529 2 v4l2_compat_ioctl32 17128 1 videodev snd_seq_midi_event 14899 1 snd_seq_midi ath9k 132390 0 mac80211 506816 1______ 】14053 1 ath9k [.____。】61896 2 snd_seq_midi snd_seq、snd_seq_midi_event [.____。】411112 2 ath9k ath9k_hw、[ath9k_common .____。】snd_timer 29990 2 snd_pcm、snd_seq [.____。】snd_seq_device 14540 3 snd_seq_midi、snd_rawmidi ath9k_common、 snd_seq [。 24067 3 ath9k、ath9k_common、ath9k_hw cfg80211 205544 3 ath9k、mac80211、ath drm_kms_helper 46978 1 i915 drm 242038 4 i915、drm_kms_helper btusb 18288 2 mac_hid 13253 0 bluetooth 180104 23 rfcomm、bnep、btusb soundcore 15091 1 snd Acer_wmi 28418 0 mxm_wmi 12979 0 snd_page_alloc 18529 2 snd_hda_intel、snd_pcm i2c_algo_bit 13423 1 i915 sparse_keymap 13890 1 Acer_wmi serio_raw 132. 0_s 445196 0 mei 41616 0 wmi 19256 2 Acer_wmi、mxm_wmi video 19596 1 i915 lp 17799 0 parport 46562 3 parport_pc、ppdev、 lp atl1c 41717 0
うなめ-a
Linuxラップトップ3.2.0-23-generic#36-Ubuntu SMP Tue Apr 10 20:39:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
dmesg | grep Bluetooth
[7.642818] Bluetooth:Core ver 2.16 [7.642839] Bluetooth:HCIデバイスと接続マネージャーが初期化されました [7.642841] Bluetooth:HCIソケットレイヤーが初期化されました [7.642842] Bluetooth:L2CAPソケットレイヤー初期化 [7.642847] Bluetooth:SCO socket layerinitialized [7.700557] Bluetooth:汎用Bluetooth USBドライバーver 0.6 [15.498797] Bluetooth :BNEP(イーサネットエミュレーション)ver 1.3 [15.498800] Bluetooth:BNEPフィルター:プロトコルマルチキャスト [15.524883] Bluetooth:RFCOMM TTYレイヤーが初期化されました [15.524888] Bluetooth:RFCOMMソケットレイヤー初期化済み [15.524890] Bluetooth:RFCOMM ver 1.11
これには、ファームウェアを適切にロードするためのパッチが必要です。
--- a/drivers/bluetooth/ath3k.c 2012-04-27 19:17:35.000000000 +0200
+++ b/drivers/bluetooth/ath3k.c 2012-04-30 01:29:47.081838667 +0200
@@ -79,6 +79,9 @@ static struct usb_device_id ath3k_table[
/* Atheros AR5BBU12 with sflash firmware */
{ USB_DEVICE(0x0489, 0xE02C) },
+ /* Atheros AR5BBU22 with sflash firmware */
+ { USB_DEVICE(0x0489, 0xE03C) },
+
{ } /* Terminating entry */
};
@@ -95,6 +98,9 @@ static struct usb_device_id ath3k_blist_
{ USB_DEVICE(0x13d3, 0x3375), .driver_info = BTUSB_ATH3012 },
{ USB_DEVICE(0x04ca, 0x3005), .driver_info = BTUSB_ATH3012 },
+ /* Atheros AR5BBU22 with sflash firmware */
+ { USB_DEVICE(0x0489, 0xE03C), .driver_info = BTUSB_ATH3012 },
+
{ } /* Terminating entry */
};
--- a/drivers/bluetooth/btusb.c 2012-04-27 19:17:35.000000000 +0200
+++ b/drivers/bluetooth/btusb.c 2012-04-30 01:31:49.302182281 +0200
@@ -135,6 +135,9 @@ static struct usb_device_id blacklist_ta
/* Atheros AR5BBU12 with sflash firmware */
{ USB_DEVICE(0x0489, 0xe02c), .driver_info = BTUSB_IGNORE },
+ /* Atheros AR5BBU22 with sflash firmware */
+ { USB_DEVICE(0x0489, 0xe03c), .driver_info = BTUSB_ATH3012 },
+
/* Broadcom BCM2035 */
{ USB_DEVICE(0x0a5c, 0x2035), .driver_info = BTUSB_WRONG_SCO_MTU },
{ USB_DEVICE(0x0a5c, 0x200a), .driver_info = BTUSB_WRONG_SCO_MTU },
Atheros AR5BBU22のサポートは3.6.15
ただし、Bluetoothが機能するには、システムに独自のファームウェアをインストールする必要があります。パッケージで利用可能linux-firmware
(ubuntuで、それぞれfirmware-atheros
debianでは、非フリー)。