Ubuntu 14.04 Системные настройки: Bluetooth отключен

Я сделал то, что не знаю, как исправить, и теперь мне нужна помощь. Я пытался заставить работать bluetooth, поэтому я установил Bluez 5.39 с bluez-5.39.tar.xz со страницы загрузки с помощью ./configure, make и sudo make install. (Мне не нравится устанавливать файлы таким образом, и я не должен был этого делать.) Это не решило проблему: не удалось создать соединение LE. Затем я решил удалить Bluez 5.39. (Почему ???)

Из каталога bluez-5.39 я побежал sudo make uninstall. А затем началась настоящая проблема: скачать страницу . Включение и выключение bluetooth не влияет на сообщение с левой стороны.

Это то, что удалил, и я заметил только, что важные файлы исчезли, когда было уже слишком поздно.

bluez-5.39$ sudo make uninstall ( cd '/usr/bin' && rm -f bluetoothctl btmon hciattach hciconfig hcitool hcidump rfcomm rctest l2test l2ping sdptool ciptool bccmd bluemoon hex2hcd mpris-proxy ) ( cd '/usr/lib/cups/backend' && rm -f bluetooth ) ( cd '/etc/dbus-1/system.d' && rm -f bluetooth.conf ) ( cd '/usr/share/dbus-1/services' && rm -f org.bluez.obex.service ) ( cd '/usr/share/dbus-1/system-services' && rm -f org.bluez.service ) ( cd '/usr/libexec/bluetooth' && rm -f bluetoothd obexd ) ( cd '/usr/share/man/man1' && rm -f hciattach.1 hciconfig.1 hcitool.1 hcidump.1 rfcomm.1 rctest.1 l2ping.1 sdptool.1 ciptool.1 bccmd.1 hid2hci.1 ) ( cd '/usr/share/man/man8' && rm -f bluetoothd.8 ) ( cd '/lib/udev/rules.d' && rm -f 97-hid2hci.rules ) ( cd '/lib/systemd/system' && rm -f bluetooth.service ) ( cd '/usr/lib/systemd' && rm -f obex.service ) ( cd '/lib/udev' && rm -f hid2hci )

Пытаясь исправить беспорядок, который я сделал, я сделал следующее:

$ sudo apt-get --reinstall install bluez bluez-alsa bluez-audio bluez-btsco bluez-compat bluez-cups bluez-dbg bluez-gstreamer bluez-hcidump bluez-pcmcia-support bluez-tools bluez-utils python-bluez bluewho indicator-bluetooth libbluetooth-dev libgnome-bluetooth11 libbluetooth3 python-gobject python-dbus

И он выбрал ошибку зависимостей.

Тогда я сделал:

$ sudo apt-get build-dep bluetooth

И он установил bluez, bluez-alsa:amd64, bluez-gstreamer, bluez-audio, bluez-dbg, indicator-bluetooth.

И тогда, похоже, правильно установлено следующее :

$ sudo apt-get --reinstall install bluez-btsco bluez-compat bluez-cups bluez-gstreamer bluez-hcidump bluez-pcmcia-support bluez-tools bluez-utils python-bluez bluewho libbluetooth-dev libgnome-bluetooth11 libbluetooth3 python-gobject python-dbus

Я попробовал google для файла по умолчанию bluetooth.conf, но я его не нашел, и я считаю, что это не единственное, что отсутствует.

В настоящее время dmesg | grep -i blue выводит на терминал следующее:

$ dmesg | grep -i blue [ 3.394321] Bluetooth: Core ver 2.20 [ 3.394342] Bluetooth: HCI device and connection manager initialized [ 3.394346] Bluetooth: HCI socket layer initialized [ 3.394349] Bluetooth: L2CAP socket layer initialized [ 3.394356] Bluetooth: SCO socket layer initialized [ 4.084818] Bluetooth: RFCOMM TTY layer initialized [ 4.084824] Bluetooth: RFCOMM socket layer initialized [ 4.084828] Bluetooth: RFCOMM ver 1.11 [ 4.120553] init: bluetooth main process (811) terminated with status 1 [ 4.120566] init: bluetooth main process ended, respawning [ 4.186711] init: bluetooth main process (924) terminated with status 1 [ 4.186720] init: bluetooth main process ended, respawning [ 4.201162] init: bluetooth main process (935) terminated with status 1 [ 4.201176] init: bluetooth main process ended, respawning [ 4.212252] init: bluetooth main process (946) terminated with status 1 [ 4.212266] init: bluetooth main process ended, respawning [ 4.224325] init: bluetooth main process (960) terminated with status 1 [ 4.224334] init: bluetooth main process ended, respawning [ 4.239237] init: bluetooth main process (973) terminated with status 1 [ 4.239251] init: bluetooth main process ended, respawning [ 4.248063] init: bluetooth main process (982) terminated with status 1 [ 4.248077] init: bluetooth main process ended, respawning [ 4.256712] init: bluetooth main process (991) terminated with status 1 [ 4.256725] init: bluetooth main process ended, respawning [ 4.265736] init: bluetooth main process (1000) terminated with status 1 [ 4.265751] init: bluetooth main process ended, respawning [ 4.274191] init: bluetooth main process (1009) terminated with status 1 [ 4.274207] init: bluetooth main process ended, respawning [ 4.283039] init: bluetooth main process (1018) terminated with status 1 [ 4.283048] init: bluetooth respawning too fast, stopped

Когда я пытаюсь bluetoothd на терминале ничего не происходит, но /var/log/syslog получает это:

bluetoothd[3517]: Bluetooth daemon 4.101 bluetoothd[3517]: Unable to get on D-Bus

Вопрос стал довольно продолжительным, потому что я пытаюсь подробно рассказать о том, что я сделал до сих пор. (И я не использую USB-адаптер для bluetooth.)

Есть ли какой-нибудь другой журнал, который мне нужен?

Нижняя строка: как заставить bluetooth работать снова?

1
задан 4 May 2016 в 20:07

0 ответов

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

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