Bluetooth on laptop doesnt work. Ubuntu 15.04

гm unable to get my new wireless headset to work with my Ubuntu 15 installed laptop.

гve tried installing what i think пахал the correct драйверы for my WiFi card. I have в hp stream 11. which существуешь в wifi/bluetooth combined card. which is в model: BCM43142 802.11b/g/n

But when I неудар в лунку the command:

$ bluetoothd -d -n
bluetoothd[7094]: Bluetooth daemon 5.35
bluetoothd[7094]: src/main.c:parse_config() parsing main.conf
bluetoothd[7094]: src/main.c:parse_config() Key file does not have key 'DiscoverableTimeout' in group 'General'
bluetoothd[7094]: src/main.c:parse_config() Key file does not have key 'PairableTimeout' in group 'General'
bluetoothd[7094]: src/main.c:parse_config() Key file does not have key 'AutoConnectTimeout' in group 'General'
bluetoothd[7094]: src/main.c:parse_config() Key file does not have key 'Name' in group 'General'
bluetoothd[7094]: src/main.c:parse_config() Key file does not have key 'Class' in group 'General'
bluetoothd[7094]: src/main.c:parse_config() Key file does not have key 'DeviceID' in group 'General'
bluetoothd[7094]: src/main.c:parse_config() Key file does not have key 'ReverseServiceDiscovery' in group 'General'
D-Bus setup failed: Name already in use
bluetoothd[7094]: Unable to get on D-Bus

edit:Also this could be useful

 WARNING: you should run this program as super-user.
*-network               
   description: Wireless interface
   product: BCM43142 802.11b/g/n
   vendor: Broadcom Corporation
   physical id: 0
   bus info: pci@0000:01:00.0
   logical name: wlp1s0
   version: 01
   serial: d8:5d:e2:d9:34:a3
   width: 64 bits
   clock: 33MHz
   capabilities: bus_master cap_list ethernet physical wireless
   configuration: broadcast=yes driver=wl0 driverversion=6.30.223.248 (r487574) ip=192.168.0.3 latency=0 multicast=yes wireless=IEEE 802.11abg
   resources: irq:16 memory:90400000-90407fff
0
задан 5 January 2016 в 10:13

2 ответа

Необходимо Установить Bluetooth.

sudo apt-get install linux-headers-generic build-essential
wget https://www.dropbox.com/s/3jqigkapf383tod/bluetooth-15.04.tar.gz
wget https://www.dropbox.com/s/qgcu075lvvzq690/BCM20702A0-413c-8143.hcd
sudo cp BCM20702A0-413c-8143.hcd /lib/firmware/brcm/
tar -zxf bluetooth-15.04.tar.gz
cd bluetooth
cp /boot/config-$(uname -r) .config
cp /usr/src/linux-headers-$(uname -r)/Module.symvers Module.symvers
make -C /lib/modules/$(uname -r)/build M=$PWD modules
sudo cp btusb.ko /lib/modules/$(uname -r)/kernel/drivers/bluetooth/
sudo modprobe btusb

Затем проверка, чтобы видеть, загрузилось ли встроенное микропрограммное обеспечение dmesg | tail, отправляет это в комментарии или редактирует Ваш вопрос включать

echo btusb | sudo tee -a /etc/modules

, Когда Ваше ядро обновит, Bluetooth перестанет работать до Вас

cd bluetooth
make -C /lib/modules/$(uname -r)/build M=$PWD clean
cp /boot/config-$(uname -r) .config
cp /usr/src/linux-headers-$(uname -r)/Module.symvers Module.symvers
make -C /lib/modules/$(uname -r)/build M=$PWD modules
sudo cp btusb.ko /lib/modules/$(uname -r)/kernel/drivers/bluetooth/
sudo modprobe -r btusb
sudo modprobe btusb
Источник: Ubuntu 15.04 - Bluetooth - Никакие найденные адаптеры - Dell Precision M4800
0
ответ дан 29 September 2019 в 17:15

Не плохо себя чувствуйте я пытался получить bluetooth, работающий в 14.04 LTS без реального ответа на почему его сбой..

Та же машина и конфигурация, но с Windows моя гарнитура Bluetooth хорошо работает с Linux, я очень установил бы QEMU вместо виртуального поля затем для выяснения то, что идет не так, как надо между импульсным аудио и bluetooth...

На самом деле я действительно настраивал настроенный QEMU легче, чем мои ночные кобылы bluetooth..

гарнитура Bh-proht Ubuntu 14.04LTS Проблемы Bluetooth - 05.01.2016! Все еще работа!

0
ответ дан 29 September 2019 в 17:15

Другие вопросы по тегам:

Похожие вопросы: