Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems in Ubuntu 16.10 #17

Open
lenalebt opened this issue Feb 27, 2017 · 3 comments
Open

Problems in Ubuntu 16.10 #17

lenalebt opened this issue Feb 27, 2017 · 3 comments

Comments

@lenalebt
Copy link

I have problems running the parrot_zik_tray tool under Ubuntu 16.10. It just does not find my Parrot Zik 2.0. Bluetooth audio output works on the headphones, as well does general input (pause/unpasue, next/previous track, volume changes), it is just that the tray tool does not find the headphones.

Under Ubuntu 16.04, everything works as expected.

I am unsure what info you need in addition to make an educated guess what might be wrong. I'd be willing to try to make changes in the code as well, but I am not on the pythonic side of the force

@brisssou
Copy link

somehow, I got this working, but it really feels like hacking.

TL;DR:

running bluetoothctl gives you the mac for your Zik.

You can then edit parrot_zik/bluetooth_paired_devices.py with

sed -i 's|^    mac = |    mac = <your_actual_mac>  # |' parrot_zik/bluetooth_paired_devices.py

and run sudo -H python setup.py install again.

What led me there:

I was facing the same issue you did, I tried running pyParrotZik in debug in my IDE. I turned out working. But when I run it, it seems like the fallback to bluetoothctl somehow fails to guess the mac address.
I'm trying to get this to work.
I also had to copy the icons to /usr/share/icons/ to have them to actually show up.

@lenalebt
Copy link
Author

Works for me, although it is not ideal. Thanks for your input!

@lenalebt
Copy link
Author

Just for others as a note: Working on Ubuntu 18.04 without these problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants