My bluetooth is open and active but not found any device


now it can find but show unknown .

Have you rebooted after install?

yes its workng but still it can scan few devices or for few devices it shows unknown.

1 Like

By this, do you mean that your devices are still not detected and are unusable?

sir now its ok thanks for support .. now its working..

1 Like

For devices that are still showing as Unknown, you might try installing blueman

sudo apt install blueman

and launching it to see if it recognizes devices. If that does not help, you can use the terminal:

bluetoothctl

Scan:

scan on

Pair discovered devices by ID

pair xx:xx:xx:xx:xx:xx

Connect and set to Trust:

connect xx:xx:xx:xx:xx:xx

trust xx:xx:xx:xx:xx:xx

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.