Kirjoittaja Aihe: Toshiba C70-B bluetooth [RATKAISTU]  (Luettu 2585 kertaa)

ubu hui

  • Käyttäjä
  • Viestejä: 118
    • Profiili
Toshiba C70-B bluetooth [RATKAISTU]
« : 16.07.16 - klo:18.52 »
Hei
Asensin 16.04 Lubuntun pari päivää sitten puhtaalta pöydältä, muuten toimii vaan bluetooth ei näy, eikä löydä mitään.
Koodia: [Valitse]
SATELLITE-C70-B:~$ uname -a; lspci -nnk | grep -iA2 net; lsusb; dmesg | grep -i bluetooth; dmesg | grep -i firmware; lsmod | grep bluetooth
Linux SATELLITE-C70-B 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 0c)
Subsystem: Toshiba America Info Systems RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [1179:ff1e]
Kernel driver in use: r8169
Kernel modules: r8169
02:00.0 Network controller [0280]: Broadcom Corporation BCM43142 802.11b/g/n [14e4:4365] (rev 01)
Subsystem: Lite-On Communications Inc BCM43142 802.11b/g/n [11ad:6655]
Kernel driver in use: wl
Bus 001 Device 006: ID 0930:0225 Toshiba Corp.
Bus 001 Device 004: ID 04f2:b448 Chicony Electronics Co., Ltd
Bus 001 Device 003: ID 046d:c018 Logitech, Inc. Optical Wheel Mouse
Bus 001 Device 002: ID 8087:8000 Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[    2.383863] toshiba_bluetooth: Toshiba ACPI Bluetooth device driver
[    4.559268] Bluetooth: Core ver 2.21
[    4.565946] Bluetooth: HCI device and connection manager initialized
[    4.565952] Bluetooth: HCI socket layer initialized
[    4.565956] Bluetooth: L2CAP socket layer initialized
[    4.565964] Bluetooth: SCO socket layer initialized
[    6.608072] Bluetooth: hci0 command 0x1001 tx timeout
[   14.603835] Bluetooth: hci0: BCM: Reading local version info failed (-110)
[   14.669687] Bluetooth: hci0: BCM: chip id 70
[   14.685726] Bluetooth: hci0: BCM43142A
[   14.685734] Bluetooth: hci0: BCM (001.001.011) build 0000
[   14.687433] bluetooth hci0: Direct firmware load for brcm/BCM.hcd failed with error -2
[   14.687439] Bluetooth: hci0: BCM: Patch brcm/BCM.hcd not found
[   16.691863] Bluetooth: hci0 command 0x1003 tx timeout
[   16.771318] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   16.771322] Bluetooth: BNEP filters: protocol multicast
[   16.771327] Bluetooth: BNEP socket layer initialized
[ 1236.798139] Bluetooth: hci0: BCM: chip id 70
[ 1236.814158] Bluetooth: hci0: BCM43142A
[ 1236.814166] Bluetooth: hci0: BCM (001.001.011) build 0000
[ 1236.814189] bluetooth hci0: Direct firmware load for brcm/BCM.hcd failed with error -2
[ 1236.814192] Bluetooth: hci0: BCM: Patch brcm/BCM.hcd not found
[ 1238.816908] Bluetooth: hci0 command 0x1003 tx timeout
[ 1238.949023] Bluetooth: RFCOMM TTY layer initialized
[ 1238.949031] Bluetooth: RFCOMM socket layer initialized
[ 1238.949038] Bluetooth: RFCOMM ver 1.11
[    0.156765] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[   14.687433] bluetooth hci0: Direct firmware load for brcm/BCM.hcd failed with error -2
[ 1236.814189] bluetooth hci0: Direct firmware load for brcm/BCM.hcd failed with error -2
bluetooth             520192  37 bnep,btbcm,btrtl,btusb,rfcomm,btintel
toshiba_bluetooth      16384  0

EDIT: rfkill list
Koodia: [Valitse]
SATELLITE-C70-B:~$ rfkill list
0: Toshiba Bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
2: brcmwl-0: Wireless LAN
Soft blocked: no
Hard blocked: no
4: hci0: Bluetooth
Soft blocked: no
Hard blocked: no

Apua kaivataan, kun itseltä järki loppuu enkä googlella ole löytänyt mitään jonka olisin ymmärtänyt.

-ubu hui
« Viimeksi muokattu: 17.07.16 - klo:09.00 kirjoittanut ubu hui »


ubu hui

  • Käyttäjä
  • Viestejä: 118
    • Profiili
Vs: Toshiba C70-B bluetooth
« Vastaus #2 : 17.07.16 - klo:08.59 »
Kiitos linkkivinkistä, nyt toimii.  :)

Sovelsin kuudennen vastauksen ohjetta:

Hain win10 puolelta Broadcomin ajurin, sitten siirryin terminaalissa ko. kansioon ja ajoin seuraavat komennot:
Koodia: [Valitse]
git clone https://github.com/jessesung/hex2hcd.git
pushd hex2hcd
make
popd

./hex2hcd/hex2hcd BCM43142A0_001.001.011.0311.0334.hex BCM.hcd

sudo cp BCM.hcd /lib/firmware/brcm/

sudo modprobe -r btusb
sudo modprobe btusb

Kiitokset avusta.

-ubu hui