[NOT RECOMENDED!] Plugin and Tweaks Adventures on Buster Betas

Hi @ashthespy

Will you please advise if there is anyway to get the vollibrespot-i686 to work on the X86_64 systems running buster beta versions.

Did you try

dpkg --add-architecture i386

It should be trivial, but I haven’t found the time to add x64 builds to the system…

I tried now

The packages listed there are the prebuilt ones - the i686 build should work on Debian’s i386

I tried now. It did not work.

I still get the message
/data/plugins/music_service/volspotconnect2/startconnect.sh: line 4: ./vollibrespot: No such file or directory

i can see that dpkg --print-foreign-architectures now shows i386 in my system

Am i missing something

Yes, the binary is built for a different architecture i686 (32bit), you are trying to run on x86_64 (64bit).
Try launching the binary, and it should complain about an invalid format.

cd /data/plugins/music_service/volspotconnect2/
file ./vollibrespot

When i tried these commands, i get
-bash: ./vollibrespot: No such file or directory

Though i can see vollibrespot when i do the ls command.

Mine has the amd64 architecture. Is there any chance a binary will be available for this architecture.

You can also compile it your self if you are inclined – GitHub - ashthespy/Vollibrespot: Spotify Connect daemon for Volumio

Thank you. I will try.

Hi,
@balbuze
I have just add a button to shutdown volumio.
I found the gpio button ugin in but it does not has the zip file. Could you pls point me out to this file.
Thanks

Switch to the branch gh-pages in GitHub. It contains zip for each plugin

Hi @balbuze .
What am I doing wrong :

Blockquote
volumio@volumio:~$ wget volumio-plugins/gpio-buttons.zip at gh-pages ¡ volumio/volumio-plugins ¡ GitHub
–2021-06-03 16:21:57-- volumio-plugins/gpio-buttons.zip at gh-pages · volumio/volumio-plugins · GitHub
Resolving github.com (github.com)… 140.82.121.3
Connecting to github.com (github.com)|140.82.121.3|:443… connected.
HTTP request sent, awaiting response… 200 OK
Length: unspecified [text/html]
Saving to: ‘gpio-buttons.zip’
gpio-buttons.zip [ <=> ] 111.00K --.-KB/s in 0.1s
2021-06-03 16:21:57 (876 KB/s) - ‘gpio-buttons.zip’ saved [113662]
volumio@volumio:~$ miniunzip gpio-buttons.zip -d gpio-buttons
MiniUnz 1.01b, demo of zLib + Unz package written by Gilles Vollant
more info at "Unzip" library renamed to "Minizip"
Cannot open gpio-buttons.zip or gpio-buttons.zip.zip
volumio@volumio:~$ ls
80s80s 80s80s.zip cava gpio-buttons gpio-buttons.zip mop mpd_oled pipe pipe.zip
volumio@volumio:~$
Blockquote

I have downloaded the zip file copy it with winscp then follow the procedure. It went ok
But when I try to activate the plugin it say with red color : the plugin is failing to start.

Thanks

Kindly pls help. My button is waiting for the action

Are you sure you downloaded the zip and not the link page from GitHub? Try to open the file on your computer to check.

I guess you need to download from “raw”:

wget https://github.com/volumio/volumio-plugins/raw/gh-pages/plugins/volumio/armhf/system_controller/gpio-buttons/gpio-buttons.zip

Hi,
I am.Sure . I have copy it with winscp to rpi then use miniunzip and successfully unpacked and run volumio plugin install, then appear in the, it plugins menu but when I try to activate it, it say plugin error start pls contact developer.
Thbaks.

Gpio plugins doesn’t work in buster as it. Node modules need to be updated (recompiled)

If you pls give me the command to compiled I will do it gadly and let you know.

@Lintbf scroll up :wink:

Thanks @ashthespy .
I have run the command in :
volumio@volumio:/data/plugins/system_controller/gpio-buttons$
but I have the error attached

regards,
gpio_buttons_compile_error.txt (23.6 KB)