1

I have currently clean installed Ubuntu 22.04 LTS Desktop stable build which was released on April 21/04/2022,on my Asus K55VJ 3rd gen Corei5,GT 635 M with 2GB of VRAM,8GB RAM...Now when i go to the bluetooth menu through settings , I get a error saying No bluetooth found plugin a dongle to use bluetooth. Pls suggest me solution with some images attached so that i can rectify, i am not a computer guy and I am new to ubuntu so answer accordingly thnk u..

See i have in build bluetooth in this device

The service is running but no controller is availaible

In rfkill list it is not showing the bluetooth

This the last image of settings where i cant toggle the bluetooth on or off output of lspci -knn | grep Net -A3; lsusb; dmesg | grep -i blue

what could be the problem ???

Mickey Sam
  • 95
  • 1
  • 3
  • 9

1 Answers1

2

Check the result for this:

sudo dmesg |grep -i bluetooth

My case was identical to yours, and I was giving this error in the result:

[    3.935429] Bluetooth: Patch file not found ar3k/AthrBT_0x11020000.dfu

And the solution was to follow zxcde's answer to Patch file not found ar3k/AthrBT_0x31010000.dfu:

You can try my solution:

  1. Download linux-firmware_1.201.tar.xz from http://archive.ubuntu.com/ubuntu/pool/main/l/linux-firmware/linux-firmware_1.201.tar.xz (you can visit https://packages.ubuntu.com/impish/linux-firmware for more details).
  2. Extract linux-firmware_1.201.tar.xz and copy the ar3k folder into /lib/firmware.
  3. Restart your computer.