Skip to main content
Topic: How to enable HSP with bluetooth headset and runit init system (Read 3308 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Re: How to enable HSP with bluetooth headset and runit init system

Reply #15
And why ofono not fixed it after you installed it? Where is the problem now?
Ofono is installed and run....

As I saw results in Internet, more users have problems with Oneplus buds....

My guess is a mismatch between that h/w and ofonod, otherwise pulseaudio should detect the device

https://forums.oneplus.com/threads/oneplus-buds-mic-not-working-with-linux-laptops.1307548/


Re: How to enable HSP with bluetooth headset and runit init system

Reply #17
And why ofono not fixed it after you installed it? Where is the problem now?
Ofono is installed and run....

As I saw results in Internet, more users have problems with Oneplus buds....
I don't know why it didn't fixed it. But I don't think is a problem with the headset. On the same machine I can use them when running W10 (I have a dual boot because of my job) and not that long ago (a month or so) I had my laptop running arch and the buds where working correctly.

Re: How to enable HSP with bluetooth headset and runit init system

Reply #18
I don't know why it didn't fixed it. But I don't think is a problem with the headset. On the same machine I can use them when running W10 (I have a dual boot because of my job) and not that long ago (a month or so) I had my laptop running arch and the buds where working correctly.
Of it works in arch, must works in artix too, if you properly configure bt and pulse.
Bt stack is not under artixlinux broken, as I showed you above.

Seems as problem of Pulseaudio or bluez, they are probably buggy, but that is nothing now.
Did you read and tried the link, what I posted you?

Re: How to enable HSP with bluetooth headset and runit init system

Reply #19
Of it works in arch, must works in artix too, if you properly configure bt and pulse.
Bt stack is not under artixlinux broken, as I showed you above.

Seems as problem of Pulseaudio or bluez, they are probably buggy, but that is nothing now.
Did you read and tried the link, what I posted you?
I saw your post after writing mine, sorry. I am looking at what you shared now, but when I'm getting this error:
Code: [Select]
/tmp/ofono/test ❯ ./list-modems
Traceback (most recent call last):
  File "/tmp/ofono/test/./list-modems", line 3, in <module>
    import dbus
ModuleNotFoundError: No module named 'dbus'
But the service is up and running:
Code: [Select]
❯ $ sudo sv check dbus
ok: run: dbus: (pid 1023) 20524s

Re: How to enable HSP with bluetooth headset and runit init system

Reply #20
Code: [Select]
[quote author=bolinhas link=msg=14965 date=1612539035]
Traceback (most recent call last):
  File "/tmp/ofono/test/./list-modems", line 3, in <module>
    import dbus
ModuleNotFoundError: No module named 'dbus'

btw, which ofono package did you install?

this looks a python code problem

Re: How to enable HSP with bluetooth headset and runit init system

Reply #21
Code: [Select]
[quote author=bolinhas link=msg=14965 date=1612539035]
Traceback (most recent call last):
  File "/tmp/ofono/test/./list-modems", line 3, in <module>
    import dbus
ModuleNotFoundError: No module named 'dbus'

btw, which ofono package did you install?

this looks a python code problem
The one that the Arch Wiki speicifies ofono not the -git one. I did
Code: [Select]
❯ $ yay -S ofono

Re: How to enable HSP with bluetooth headset and runit init system

Reply #22
Please try the ofono-git version

according to this link, it is aged 2 weeks ago


Re: How to enable HSP with bluetooth headset and runit init system

Reply #24
Can you share your ofono builded package?

EDIT: ignore it, i installed it by trizen -S ofono from AUR

Re: How to enable HSP with bluetooth headset and runit init system

Reply #25
Yep, I want to inspect the code ;)

Re: How to enable HSP with bluetooth headset and runit init system

Reply #26
btw, is python-dbus installed on your system @bolinhas, too?


Re: How to enable HSP with bluetooth headset and runit init system

Reply #28
Quote
I saw your post after writing mine, sorry. I am looking at what you shared now, but when I'm getting this error:
Code: [Select]
/tmp/ofono/test ❯ ./list-modems
Traceback (most recent call last):
  File "/tmp/ofono/test/./list-modems", line 3, in <module>
    import dbus
ModuleNotFoundError: No module named 'dbus'
But the service is up and running: ❯ $ sudo sv check dbus
ok: run: dbus: (pid 1023) 20524s

i am not sure, but what are you doing?  ofono package is surely not installed to /tmp/ofono! why you run  ./list-modems manually????
list-modems is installed to /usr/lib/ofono/test/list-modems and it works without error, if you run '/usr/lib/ofono/test/list-modems' and ofonod is running (tested by myself)

i have installed python-dbus (artix provide it)