SEPIA-Framework / sepia-docs

Documentation and Wiki for SEPIA. Please post your questions and bug-reports here in the issues section! Thank you :-)
https://sepia-framework.github.io/
236 stars 16 forks source link

DIY Client #192

Open tlrider99 opened 2 years ago

tlrider99 commented 2 years ago

Hi Florian,

short question, I have a running client on a Raspi with Respeaker 6Mic array. With a browser I can connect and it seems it is working fine. But after I login with a user and logout every new login failed whether with the same user or another.

On the mic array the led's does'nt work, only the button. Do you have any idea?

thanks in advance Dirk

fquirin commented 2 years ago

Hi Dirk,

With a browser I can connect and it seems it is working fine. But after I login with a user and logout every new login failed

Ok that's odd :-/. Are you logging in via the remote terminal inside the SEPIA Control HUB? Or directly on the device via display? After you restart the client do you get the same issue?

On the mic array the led's does'nt work, only the button.

I'm assuming you're using the example configuration? Maybe you are missing the correct user permissions to access the SPI interface or the interface is still off?

Did you call sudo usermod -a -G spi $USER at some point to add you user to the spi group? If you call ls -l /dev/spi* do you see any devices? If the interface is off you can enable it via raspi-config or your /boot/config.txt.