mbpoll icon indicating copy to clipboard operation
mbpoll copied to clipboard

mbpoll giving a 'std::system_error' (Pi 4B 2G - Buster)

Open MissingCatPE opened this issue 4 years ago • 6 comments

Cannot seem to get mbpoll to run on Pi 4B 2GB running Buster.

terminate called after throwing an instance of 'std::system_error' what(): It seems that this system is not supported !: Operation not supported Aborted

First time seeing the error. Replicated the error of a fresh install of Raspbian

Please assist, not sure if I have missed something.

MissingCatPE avatar Jan 13 '21 21:01 MissingCatPE

I got the same error when following the quickstart guide for installing on buster.

However, I got mbpoll working when building from source :)

victoriv avatar Mar 03 '21 07:03 victoriv

Same happening for me on a Pi 3 CM. Also, building from source solved this issue.

romor avatar Jul 31 '21 01:07 romor

Oh, this seems to be related to piduino. pinfo returns this error.

JetForMe avatar Oct 09 '21 06:10 JetForMe

Hello, same error with me. Any idea how to solve it?

ste48 avatar Oct 29 '22 16:10 ste48

Using mbpoll version 1.5.2. After executing "rpi-update" (as we know "rpi-update" upgrades Raspberry Pi Kernel) on my Raspberry Pi 3 I have had the same error:

mbpool what():  It seems that this system is not supported !: Operation not supported

The Kernel version installed by "rpi-update" was 6.6.22.

In order to recover I execured:

sudo apt-get update
sudo apt-get install --reinstall raspberrypi-bootloader raspberrypi-kernel

and so I roll back to a more "stable" (and older) Kernel version and mbpoll started again to work.

The current workig Kernel I'm using is Linux rpi3 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux

iz8mbw avatar Apr 02 '24 10:04 iz8mbw

ping @epsilonrt Thanks!

iz8mbw avatar Apr 02 '24 11:04 iz8mbw