Bluetooth tidak berfungsi di Ubuntu 14.04

11

Laptop saya adalah sony VPCEH15EN. Pada rilis awal Ubuntu seperti 12,04 dan 13,10 bluetooth saya digunakan untuk bekerja dengan baik. Tetapi sekarang di Ubuntu 14.04 tidak berfungsi.

Ini adalah output dari sudo lshw -C network

*-network               
       description: Wireless interface
       product: AR9285 Wireless Network Adapter (PCI-Express)
       vendor: Qualcomm Atheros
       physical id: 0
       bus info: pci@0000:07:00.0
       logical name: wlan0
       version: 01
       serial: cc:af:78:b3:e5:0f
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=ath9k driverversion=3.13.0-24-generic firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11bgn
       resources: irq:16 memory:92500000-9250ffff
  *-network
       description: Ethernet interface
       product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:13:00.0
       logical name: eth0
       version: 06
       serial: 78:84:3c:e7:0f:5a
       size: 10Mbit/s
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl_nic/rtl8168e-2.fw latency=0 link=no multicast=yes port=MII speed=10Mbit/s
       resources: irq:41 ioport:2000(size=256) memory:91404000-91404fff memory:91400000-91403fff
  *-network
       description: Ethernet interface
       physical id: 1
       logical name: wwan0
       serial: fe:66:3d:53:82:83
       capabilities: ethernet physical
       configuration: broadcast=yes driver=qmi_wwan driverversion=22-Aug-2005 firmware=WWAN/QMI device ip=10.49.48.237 link=yes multicast=yes

Output dari lspci

00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b4)
00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 4 (rev b4)
00:1c.5 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 6 (rev b4)
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation HM65 Express Chipset Family LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller (rev 04)
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 04)
07:00.0 Network controller: Qualcomm Atheros AR9285 Wireless Network Adapter (PCI-Express) (rev 01)
0d:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5209 PCI Express Card Reader (rev 01)
13:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06)

Ouput dari ifconfig

eth0      Link encap:Ethernet  HWaddr 78:84:3c:e7:0f:5a  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:491 errors:0 dropped:0 overruns:0 frame:0
          TX packets:491 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:52829 (52.8 KB)  TX bytes:52829 (52.8 KB)

wlan0     Link encap:Ethernet  HWaddr cc:af:78:b3:e5:0f  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

Ini adalah output dari lsusb

Bus 002 Device 006: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse
Bus 002 Device 005: ID 8564:1000  
Bus 002 Device 004: ID 0b38:0010 Gear Head 107-Key Keyboard
Bus 002 Device 008: ID 12d1:1436 Huawei Technologies Co., Ltd. E173 3G Modem (modem-mode)
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 0cf3:3005 Atheros Communications, Inc. AR3011 Bluetooth
Bus 001 Device 003: ID 064e:a302 Suyin Corp. 
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
M.Tarun
sumber
Saya memiliki masalah ini di Kubuntu 14.04 juga. Saya menguji kernel 3.15rc2 yang lebih baru tetapi tidak ada perubahan ... Mungkin konflik systemd-udev dan pemula-udev?
Apakah itu juga tidak muncul lsusb?
Nattgew
Saya pikir lebih produktif untuk melaporkan bug.
Braiam
Menambahkan output darilsusb
M.Tarun

Jawaban:

3

Periksa log dmesg Anda:

dmesg | grep -i blue

Dalam kasus saya, saya memiliki masalah dengan firmware yang hilang:

$ dmesg | grep -i blue
[    2.216624] Bluetooth: Core ver 2.18
[    2.216639] Bluetooth: HCI device and connection manager initialized
[    2.216644] Bluetooth: HCI socket layer initialized
[    2.216646] Bluetooth: L2CAP socket layer initialized
[    2.216653] Bluetooth: SCO socket layer initialized
[    2.237027] Bluetooth: Firmware file "ath3k-1.fw" not found
[    2.414454] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    2.414457] Bluetooth: BNEP filters: protocol multicast
[    2.414464] Bluetooth: BNEP socket layer initialized
[    2.419758] Bluetooth: RFCOMM TTY layer initialized
[    2.419767] Bluetooth: RFCOMM socket layer initialized
[    2.419772] Bluetooth: RFCOMM ver 1.11

Ini diselesaikan oleh:

sudo apt-get install linux-firmware

Semoga bermanfaat.

mikepurvis
sumber
1
Itu tidak membantu. Saya sudah menginstalnya dan saya tidak memiliki kesalahan di dmesg saya
Ubuntuser
1

Saya memiliki dua komputer notebook - Toshiba dan Fujitsu yang keduanya sudah sangat tua dan keduanya komputer dual boot dengan Windows 7 dan Ubuntu 14,04 LTE 32 bit. Baik komputer dan kedua sistem operasi ini berfungsi baik dengan Bluetooth yang menghubungkan ke speaker soundlink Bose mini untuk memutar musik. Saya menggunakan dongle bluetooth USB untuk tautan dan semuanya bekerja dengan baik.

Namun, dengan laptop yang jauh lebih baru, Toshiba Satellite Pro C50-A-1K9 yang menjalankan versi 64 bit Ubuntu 14.04 LTE saya tidak dapat membuat bluetooth berfungsi meskipun menggunakan dongle yang sama dan speaker yang sama. Pertama kali menemukan perangkat, mencoba memasangkan, tetapi meminta kode 4 digit tertentu dimasukkan dari perangkat. Ini tentu saja mustahil karena speaker Bose mini soundlink tidak memiliki tombol! Upaya lebih lanjut untuk mencari perangkat bluetooth setelah ini pertama kali tidak menemukan apa pun. Jika saya kemudian kembali ke komputer notepad lama mereka juga tidak dapat menemukan perangkat sama sekali dengan Windows atau Ubuntu 14.04 32 bit. Saya sangat curiga bahwa versi 64 bit dari Ubuntu 14.04 LTE telah mengirim kode ke speaker yang mencegahnya terhubung melalui bluetooth sesudahnya.

Jika ada orang lain yang memiliki speaker soundlink Bose mini dan perlu mengatasi masalah ini, maka

  1. melakukan reset pabrik pada speaker dengan terlebih dahulu menyalakannya kemudian menahan tombol bluetooth selama sekitar sepuluh detik ketika speaker berbunyi bip dan sekarang akan bekerja lagi dengan komputer lama dan windows 7 atau Ubuntu 14,04 LTE 32 bit.
  2. hindari menggunakan bluetooth dengan versi Ubuntu 14.04 LTE 64 bit sampai programmer yang sangat ahli menemukan bug!
pengguna226737
sumber
0

Ada masalah dengan USB 3.0 (xhci) dan perangkat bluetooth Atheros. Solusinya saya temukan melibatkan daftar hitam ath3k dengan echo "blacklist ath3k" | sudo tee /etc/modprobe.d/ath3k.confdan kemudian menggunakan /etc/rc.local ke modprobe ath3k di lain waktu gksudo gedit /etc/rc.localdan menambahkan di modprobe ath3katas garis keluar 0 Reboot dan dengan sedikit keberuntungan bluetooth akan bekerja

Jeremy31
sumber