블루투스가 꺼진 후에는 켤 수 없습니다.

블루투스가 꺼진 후에는 켤 수 없습니다.

저는 우분투 15.10, 커널 버전 4.2.0-25를 사용하고 있습니다. 내 노트북은 Dell Inspiron 14-3452입니다.

문제는 블루투스를 비활성화하면 다시 켤 수 없다는 것입니다. 활성화하는 유일한 방법은 재부팅하는 것입니다.

rfkill list

소프트 블록이나 하드 블록이 표시되지 않음

sudo hciconfig hci0 up

보고

Can't init device hci0: Connection timed out (110)

ifconfig에 hci0 블루투스 장치가 표시되지만 lsusb를 입력하면 블루투스 장치가 표시되지 않습니다.

$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 0bda:5683 Realtek Semiconductor Corp. 
Bus 001 Device 005: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 001 Device 004: ID 0bda:b739 Realtek Semiconductor Corp. 
Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 001 Device 006: ID 148f:5372 Ralink Technology, Corp. RT5372 Wireless Adapter
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

dmesg | grep 블루투스 반환

dmesg | grep Bluetooth
[    2.673842] usb 1-2.1: Product: Bluetooth Radio 
[    5.317495] Bluetooth: Core ver 2.20
[    5.317534] Bluetooth: HCI device and connection manager initialized
[    5.317541] Bluetooth: HCI socket layer initialized
[    5.317548] Bluetooth: L2CAP socket layer initialized
[    5.317558] Bluetooth: SCO socket layer initialized
[    5.530006] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    5.530012] Bluetooth: BNEP filters: protocol multicast
[    5.530020] Bluetooth: BNEP socket layer initialized
[    5.673210] Bluetooth: hci0: rtl: examining hci_ver=06 hci_rev=000b lmp_ver=06 lmp_subver=8723
[    5.673218] Bluetooth: hci0: rtl: loading rtl_bt/rtl8723b_fw.bin
[    5.675249] Bluetooth: hci0: rom_version status=0 version=1
[    8.617443] Bluetooth: RFCOMM TTY layer initialized
[    8.617460] Bluetooth: RFCOMM socket layer initialized
[    8.617474] Bluetooth: RFCOMM ver 1.11
[ 3627.862044] Bluetooth: hci0: rtl: examining hci_ver=06 hci_rev=000b lmp_ver=06 lmp_subver=8723
[ 3627.862047] Bluetooth: hci0: rtl: loading rtl_bt/rtl8723b_fw.bin
[ 3627.862911] Bluetooth: hci0: rom_version status=0 version=1
[ 6283.018539] Bluetooth: hci0 urb ffff880147d5c840 failed to resubmit (113)
[ 6360.048608] Bluetooth: hci0 urb ffff8801438f6900 failed to resubmit (113)
[ 7193.045144] Bluetooth: hci0 urb ffff880143bebc00 failed to resubmit (113)
[ 7596.035702] Bluetooth: hci0 urb ffff8801438c03c0 failed to resubmit (113)

rfkill 블루투스 차단 해제를 시도하고 /etc/rc.local을 편집했지만 아무것도 작동하지 않습니다.

관련 정보