私は私を取得しようとしています。Bluetoothアダプタ私はLinuxデスクトップで作業しています。
プラグを差し込むと見えますが、基本的に他のものは機能しません。:
$ lsusb
Bus 002 Device 006: ID 0a12:0002 Cambridge Silicon Radio, Ltd Fontline
Test Equipment Bluetooth Device
公開できません。
$ sudo hciconfig hci0 up
Can't init device hci0: Cannot assign requested address (99)
Bluetoothサービスが正しく機能していないため起動できません。
$ sudo service bluetooth status
bluetooth stop/waiting
$ sudo service bluetooth start
start: Job failed to start
ログには、「初期化:Bluetooth基本プロセスを作成できません。実行できません。そのファイルまたはディレクトリはありません」と表示されます。より多くのものがあります:
[ 5485.753603] init: bluetooth main process ended, respawning
[ 5485.776272] init: bluetooth main process (24531) terminated with status 1
Bluetooth、ブルーマンなどを再インストールしてみました。彼らはbluezパッケージに依存しており、問題(?)の1つは次のとおりです。ブルーズをインストールできません。
$ sudo apt-get install blueman
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
bluez
Suggested packages:
bluez-hcidump
The following NEW packages will be installed:
blueman bluez
...
Setting up bluez (4.101-0ubuntu13.1) ...
reload: Job is not running: dbus
invoke-rc.d: initscript dbus, action "force-reload" failed.
start: Job failed to start
invoke-rc.d: initscript bluetooth, action "start" failed.
dpkg: error processing package bluez (--configure):
subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of blueman:
blueman depends on bluez (>= 4.61); however:
Package bluez is not configured yet.
dpkg: error processing package blueman (--configure):
dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
Errors were encountered while processing:
bluez
blueman
Bluetoothがブロックされていません:
$ sudo rfkill list
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
Bluetoothカーネルモジュールがあります。
$ lsmod | grep -E "blue|bt|rfco"
rfcomm 69160 0
btusb 32412 0
bluetooth 391136 4 btusb,rfcomm
以下は私のBluetooth関連パッケージです。
$ dpkg -l | grep -i blue
iU blueman 1.23-git201403102151-1ubuntu1 amd64 Graphical bluetooth manager
iF bluez 4.101-0ubuntu13.1 amd64 Bluetooth tools and daemons
ii bluez-compat 4.101-0ubuntu13.1 amd64 BlueZ 3.x compatibility binaries
ii gir1.2-gnomebluetooth-1.0 3.8.2.1-0ubuntu4.2 amd64 Introspection data for GnomeBluetooth
rc gnome-bluetooth 3.8.2.1-0ubuntu4.1 amd64 GNOME Bluetooth tools
rc indicator-bluetooth 0.0.6+14.04.20140207-0ubuntu2 amd64 System bluetooth indicator.
ii libbluetooth-dev 4.101-0ubuntu13.1 amd64 Development files for using the BlueZ Linux Bluetooth library
ii libbluetooth3:amd64 4.101-0ubuntu13.1 amd64 Library to use the BlueZ Linux Bluetooth stack
ii libgnome-bluetooth11 3.8.2.1-0ubuntu4.2 amd64 GNOME Bluetooth tools - support library
ii libgnome-bluetooth8 3.2.2-0ubuntu5.1 amd64 GNOME Bluetooth tools - support library
ii libmatebluetooth 1.2.1-2+precise amd64 MATE Bluetooth tools (library)
rc mate-bluetooth 1.2.1-2+precise amd64 MATE Bluetooth tools
存在するこの問題、bluez-firmwareが言及されているのを見ましたが、まだ見つかりませんでした。
$ sudo apt-get install bluez-firmware
...
E: Unable to locate package bluez-firmware
この問題を解決するために、システムを最新バージョンにアップグレードしました。Linux Mate 17.3 Rosa+カーネルを4.4にアップグレードしかし、これは問題を解決しません。
同様の質問をたくさん読んだが、答えが見つかりませんでした。助けてくれてありがとう!
ベストアンサー1
次のようないくつかを試してみることができるようです。
1)コンピュータを再起動して、ホットプラグ/コールドプラグの問題が原因であることを確認します。
2)Linuxカーネルの同様のドングルに影響を与えるバグが見つかり、修正されました。ブギラしたがって、カーネルを更新するのが最善の選択肢かもしれません。