Blueman Bluetooth not working

Moderator: Forum moderators

Tahrbaby
Posts: 121
Joined: Mon Jul 13, 2020 8:26 am
Location: London
Has thanked: 53 times
Been thanked: 18 times

Re: Blueman Bluetooth not working

Post by Tahrbaby »

dimkr wrote: Tue Feb 07, 2023 9:46 am

Have you modified /usr/share/dbus-1/services/org.bluez.obex.service? Did you reboot after the modification?

Yes @dimkr

EDIT: try to run blueman-applet and blueman-manager in the terminal - what does it say? Also, you can try to run bluetoothctl, then type devices to see if any Bluetooth devices are available.
[/quote]

Attachments
Screenshot(3).png
Screenshot(3).png (13.36 KiB) Viewed 1420 times
Screenshot(2).png
Screenshot(2).png (20.13 KiB) Viewed 1420 times
Screenshot(1).png
Screenshot(1).png (41.07 KiB) Viewed 1420 times
dimkr
Posts: 2521
Joined: Wed Dec 30, 2020 6:14 pm
Has thanked: 53 times
Been thanked: 1273 times

Re: Blueman Bluetooth not working

Post by dimkr »

@Tahrbaby What does dmesg | grep -i firmware say?

Tahrbaby
Posts: 121
Joined: Mon Jul 13, 2020 8:26 am
Location: London
Has thanked: 53 times
Been thanked: 18 times

Re: Blueman Bluetooth not working

Post by Tahrbaby »

dimkr wrote: Tue Feb 07, 2023 5:27 pm

@Tahrbaby What does dmesg | grep -i firmware say?

Attachments
Screenshot(4).png
Screenshot(4).png (28.57 KiB) Viewed 1411 times
radky
Posts: 377
Joined: Fri May 28, 2021 2:14 am
Has thanked: 42 times
Been thanked: 340 times

Re: Blueman Bluetooth not working

Post by radky »

Tahrbaby wrote: Tue Feb 07, 2023 5:41 pm
dimkr wrote: Tue Feb 07, 2023 5:27 pm

@Tahrbaby What does dmesg | grep -i firmware say?

@Tahrbaby

Maybe missing /lib/firmware/qca/ rampatch_usb_00000302

Firmware: rampatch_usb_00000302
https://anduin.linuxfromscratch.org/BLF ... 000302.bin

Tahrbaby
Posts: 121
Joined: Mon Jul 13, 2020 8:26 am
Location: London
Has thanked: 53 times
Been thanked: 18 times

Re: Blueman Bluetooth not working

Post by Tahrbaby »

radky wrote: Tue Feb 07, 2023 6:02 pm
Tahrbaby wrote: Tue Feb 07, 2023 5:41 pm
dimkr wrote: Tue Feb 07, 2023 5:27 pm

@Tahrbaby What does dmesg | grep -i firmware say?

@Tahrbaby

Maybe missing /lib/firmware/qca/ rampatch_usb_00000302

Firmware: rampatch_usb_00000302
https://anduin.linuxfromscratch.org/BLF ... 000302.bin

@radky

Added that,rebooted but still no change.

radky
Posts: 377
Joined: Fri May 28, 2021 2:14 am
Has thanked: 42 times
Been thanked: 340 times

Re: Blueman Bluetooth not working

Post by radky »

@Tahrbaby

After creating folder /lib/firmware/qca and adding rampatch_usb_00000302.bin to that folder, please reboot and in a terminal try the following as you did previously:

Code: Select all

dmesg | grep -i firmware 

.
This should confirm the rampatch_usb_00000302.bin firmware is actually loaded, and also should confirm no additional Bluetooth firmware fails to load.

Thanks

dimkr
Posts: 2521
Joined: Wed Dec 30, 2020 6:14 pm
Has thanked: 53 times
Been thanked: 1273 times

Re: Blueman Bluetooth not working

Post by dimkr »

https://github.com/puppylinux-woof-CE/woof-CE/pull/3892 will fix this for new kernel-kit builds.

User avatar
wizard
Posts: 2174
Joined: Sun Aug 09, 2020 7:50 pm
Location: Oklahoma, USA
Has thanked: 2988 times
Been thanked: 800 times

Re: Blueman Bluetooth not working

Post by wizard »

Blueman Bluetooth setup for F96-CE moved to:
viewtopic.php?t=7992

Last edited by wizard on Wed Feb 08, 2023 2:30 pm, edited 2 times in total.

Big pile of OLD computers

Tahrbaby
Posts: 121
Joined: Mon Jul 13, 2020 8:26 am
Location: London
Has thanked: 53 times
Been thanked: 18 times

Re: Blueman Bluetooth not working

Post by Tahrbaby »

radky wrote: Tue Feb 07, 2023 7:33 pm

@Tahrbaby

After creating folder /lib/firmware/qca and adding rampatch_usb_00000302.bin to that folder, please reboot and in a terminal try the following as you did previously:

Code: Select all

dmesg | grep -i firmware 

.
This should confirm the rampatch_usb_00000302.bin firmware is actually loaded, and also should confirm no additional Bluetooth firmware fails to load.

Thanks

Hi @radky

This is what I see now.

Attachments
Screenshot(5).png
Screenshot(5).png (33.58 KiB) Viewed 1320 times
radky
Posts: 377
Joined: Fri May 28, 2021 2:14 am
Has thanked: 42 times
Been thanked: 340 times

Re: Blueman Bluetooth not working

Post by radky »

@Tahrbaby

Today @dimkr adjusted the Woof-CE kernel kit so future kernel builds will include all Qualcomm Atheros firmware, including support for your Qualcom bluetooth device.

However, until then, maybe we can provide a working solution for you today.

From your last report it seems you also require the following bluetooth firmware:
https://anduin.linuxfromscratch.org/BLF ... 000302.bin

The following is also available, but your bluetooth device may not require it:
https://anduin.linuxfromscratch.org/BLF ... 302_eu.bin

Tahrbaby
Posts: 121
Joined: Mon Jul 13, 2020 8:26 am
Location: London
Has thanked: 53 times
Been thanked: 18 times

Re: Blueman Bluetooth not working

Post by Tahrbaby »

radky wrote: Tue Feb 07, 2023 9:24 pm

@Tahrbaby

Today @dimkr adjusted the Woof-CE kernel kit so future kernel builds will include all Qualcomm Atheros firmware, including support for your Qualcom bluetooth device.

However, until then, maybe we can provide a working solution for you today.

From your last report it seems you also require the following bluetooth firmware:
https://anduin.linuxfromscratch.org/BLF ... 000302.bin

The following is also available, but your bluetooth device may not require it:
https://anduin.linuxfromscratch.org/BLF ... 302_eu.bin

@radky

Thank you for your instructions for a workaround,most appreciated.
I'll be patient and look forward to the new kernel kit adjustments from @dimkr at some stage.

Thanks to all for the input.

dimkr
Posts: 2521
Joined: Wed Dec 30, 2020 6:14 pm
Has thanked: 53 times
Been thanked: 1273 times

Re: Blueman Bluetooth not working

Post by dimkr »

@radky The kernel needs to be rebuilt with the latest kernel-kit to build a fdrv with extra firmware.

Post Reply

Return to “F96-CE”