나는 내 것을 얻으려고 노력 중이야블루투스 어댑터내 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
블루투스, 블루맨 등을 다시 설치해 보았습니다. 그들은 bluez 패키지에 의존하고 있으며 문제(?) 중 하나는 다음과 같습니다.블루즈를 설치할 수 없습니다.
$ 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
블루투스가 차단되지 않았습니다:
$ 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
다음은 내 블루투스 관련 패키지입니다.
$ 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 커널의 유사한 동글에 영향을 미치는 버그가 발견되어 수정되었습니다.부기라이므로 커널을 업데이트하는 것이 최선의 선택일 수 있습니다.