HubertD / cangaroo

open source can bus analyzer software
GNU General Public License v2.0
271 stars 166 forks source link

Error running on a Pi #13

Open snoop911 opened 5 years ago

snoop911 commented 5 years ago

Running Qt 5.12.3 on a Pi Zero, I built cangaroo and the gui shows the can0 interface, but when I try to start the measurement, it shows:

info calling canifconfig to reconfigure interface can0 info canifconfig -d -i can0 -b 100000 -p 875 -u error timeout waiting fo canifconfig info Listening on interface: can0

I'm able to use can0 with can-utils, savvycan, etc, so I don't think it's a problem with the Pi's CAN hat. Is there a known issue with Cangaroo and the Pi Zero?

fenugrec commented 5 years ago

just a guess, are your permissions setup properly ? does anything change if you run it as sudo (just for testing ! not recommended for regular use)

break11 commented 2 years ago

"error timeout waiting fo canifconfig" - if you see that, it means that cangaroo app can't find canifconfig app.