반응형



Ubuntu에서 블루투스가 안되는 걸 이제서야 알게되어 방법을 찾아봤습니다..



lspci 정보로는 무선랜 장치와  유선 이더넷만 보이는 듯 싶어서..


02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter

03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. Device 5287 (rev 01)

03:00.1 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 12)



혹시나 해서 lsusb로 확인해보니..여기 에 나오네요..

Bus 001 Device 004: ID 0bda:b002 Realtek Semiconductor Corp. 



부팅 로그에도 Realtek Bluetooth USB driver라고 나옵니다..

 $ dmesg | grep Bluetooth
[    1.536017] usb 1-7: Product: Bluetooth Radio 
[    3.264404] Bluetooth: Core ver 2.20
[    3.264419] Bluetooth: HCI device and connection manager initialized
[    3.264422] Bluetooth: HCI socket layer initialized
[    3.264425] Bluetooth: L2CAP socket layer initialized
[    3.264430] Bluetooth: SCO socket layer initialized
[    3.272248] Bluetooth: RFCOMM TTY layer initialized
[    3.272256] Bluetooth: RFCOMM socket layer initialized
[    3.272262] Bluetooth: RFCOMM ver 1.11
[    3.311606] rtk_btusb: Realtek Bluetooth USB driver ver 2.11
[    3.332060] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    3.332064] Bluetooth: BNEP filters: protocol multicast
[    3.332068] Bluetooth: BNEP socket layer initialized



구글링해서 근본적인 해결책을 찾았습니다...커널에 포함된 드라이버로는 문제가 생긴거라 따로 받아서 컴파일후 설치해줘야하는데... 찾은 방법은  커널 업데이트 하더라도 드라이버를 다시 설치할 필요가 없다는 군요..



와이파이 문제 되는 것도 한번에 해결되는 방법이라.. 유용하군요..



1
2
3
sudo add-apt-repository ppa:hanipouspilot/rtlwifi
sudo apt-get update
sudo apt-get install rtlwifi-new-dkms linux-firmware rtl8723au-bt-dkms
cs


반응형

문제 발생시 지나치지 마시고 댓글 남겨주시면 가능한 빨리 답장드립니다.

도움이 되셨다면 토스아이디로 후원해주세요.
https://toss.me/momo2024


제가 쓴 책도 한번 검토해보세요 ^^

+ Recent posts