Reboot did not fix it. I tried imaging a SD card from picroft 2018-09-12, and it did not have the /etc/init.d scripts still. This time I selected option 1 for the audio setup and I got a PCM decvice. After that, the audio still did not work and I got the same error as others regarding the "aiy-python-wheels: protobuf not supported on armv6.1.
So I started over again:
I imaged a SD card from picroft 2018-09-12
I selected 1) Speakers for the audio
Audio test does not work, but continue since that is fixed later
I selected 3) Google AIY
Wow… this is a lot to follow, but it’s been a couple months since this was updated, and I’m still not having any luck, even following what I think is all the recommendations above. I seem to be stuck with this:
protobuf-3.6.1-cp35-cp35m-linux_armv6l.whl is not a supported wheel on this platform.
In the bootup, I was getting this:
Traceback (most recent call last):
File “/usr/lib/python3.5/runpy.py”, line 183, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File “/usr/lib/python3.5/runpy.py”, line 109, in _get_module_details import(pkg_name)
File “/home/pi/mycroft-core/mycroft/init.py”, line 17, in
from mycroft.api import Api
File “/home/pi/mycroft-core/mycroft/api/init.py”, line 26, in
from mycroft.identity import IdentityManager, identity_lock
File “/home/pi/mycroft-core/mycroft/identity/init.py”, line 21, in
from mycroft.util.combo_lock import ComboLock
File “/home/pi/mycroft-core/mycroft/util/combo_lock.py”, line 16, in
from fasteners.process_lock import InterProcessLock
ImportError: No module named ‘fasteners’
but I did find that I could do:
pip install fasteners
And it got me beyond this - I only bring it up in case it helps refine the initial install script or helps someone else, but I’m not sure where to go from here… From the description, it seemed that the AIY kit hardware was pretty much supposed to be working “out of the box” with the raspbian-stretch_Picroft_2018-09-12 image, but I’m at a loss… Any ideas??
Great to hear you are going The strange thing is I dossnt see same issues when I reflash. OK I havnt reflashed for a monts or so. Yo can open a issue on the gitrepo that you see that module fasteners are missing.
I am just not ure if that is the AIY skill that causes this though. But I will look into it as soon as I reflash again.
GREAT - you done more than needed I think but that is OK.
As you did a git pull you have to run dev_setup.sh as stated. But it is a bit misleading that it says ./dev_setup.sh. That is right when you are in the mycroft-core directory.
So cd /home/pi/mycroft-core and then ./dev_setup.sh or simple just run
~/mycroft-core/dev_setup.sh
`But I think the 9-12 can install the AIY right from the setup wizard. Same whith wifi.
Wait for startup then run ./mycroft-core/dev_setup.sh as long as it tells you and reboot afterwards, eventually it starts into the cli and starts intializing. This takes a while, you should see output and you are asked to register at home.mycroft.ai, do that and wait a while until it stops loading skills.
Ctrl-C and install the AIY skill (you can do that in a different ssh window) and reboot
For sound levels, not sure if you tried this already and it didn’t work, but you can set default a default level for the Volume Skill via mycroft.conf. There’s a short example with the required entries in our docs.
For sound level I would recomend the auto volume skill. It will set the level acording to the suroundings and low, middel and high level can be set on home.mycroft.ai.
@andlo you’re my only hope it seems as every forum post I find about this has you in it or recommend! I got my picroft working tonight with the v1 aiy kit. But after a reboot your auto-volume skill flipped to red and I can’t get sound from the box at all, tried reinstalling the skill as well. Any ideas?
I tried Picroft_Buster-Keaton_2020-01-10.img just now. It works straight, no special things to do. Just answer the questions, take the instyalling on AIY v1 option. After getting it up, install the picroft google AIY voicekit skill. That is it! So glad this is working smoothly now. I frankly gave up after days of reading and configurations getting it to work, and then having it fail again after an update three weeks later. I decided to leave it alone for awhile - now 14 months later - it is working well.