bluetooth management

btmgmt

bluetooth control

bluetoothctl

MAC address of headphones

38:18:4C:17:DA:4E

list bluetooth adapters

hciconfig -a

or

bluetoothctl
list

intel based controllor that never works properly

80:32:53:71:12:03

Good controllor

5C:F3:70:9C:CA:D3

select a controllor

select 5C:F3:70:9C:CA:D3

how to connect - the actual solution to my problem

bluetoothctl
select 5C:F3:70:9C:CA:D3
connect 38:18:4C:17:DA:4E
Posted @ 2020-10-06 23:49

make sure the service is started:

sudo service mongod start
Posted @ 2019-02-28 14:47

get current driver info:

sudo lshw -c video

current driver:

configuration: driver=amdgpu latency=0

replace AMDs driver with MESA:

https://launchpad.net/~paulo-miguel-dias/+archive/ubuntu/pkppa

So folloing the advice in the above link i first purged and removed then did

sudo lshw -c video

and it's still using the same driver, so i don't think it's actually using the mesa driver at all

after re-adding the packages it still shows the driver as:

amdgpu

seems the right driver is installed you can check with:

glxinfo | grep "OpenGL version"

says mesa there

The mesa drivers are better but I am still getting graphical problems.

Posted @ 2019-02-28 13:01