MiczFlor / RPi-Jukebox-RFID

A Raspberry Pi jukebox, playing local music, podcasts, web radio and streams triggered by RFID cards, web app or home automation. All plug and play via USB. GPIO scripts available.
http://phoniebox.de
MIT License
1.38k stars 397 forks source link

Problem with RFID Reader🐛 | BUG SUMMARY #1799

Closed CoachPaulJohnson closed 2 years ago

CoachPaulJohnson commented 2 years ago

Bug

What I did

I reset my previously running Phoniebox (~Fall 2020) and installed the buster legacy OS. I ran the installer script. My RFID Scanner makes noises and conrol LED is on. Since the RFID scanner was previously working I expected it to work again.

What happened

I was unable to add new cards with the web App. Further digging showed that I was unable to execute RegisterDevice.py to manually set up the RFID scanner. Troubleshooting

On another fresh install with more attention to detail this still prevailed. Troubleshooting2

Software

Installscript

scripts/installscripts/buster-install-default.sh

Hardware

RaspberryPi version

4B

RFID Reader

M301 Mifare card reader.

Thanks already!

ginandtronic commented 2 years ago

HI Paul i had this very same problem with the Waveform PN532 this worked for me

sudo apt-get install python3-evdev -y

CoachPaulJohnson commented 2 years ago

Hi and thanks alot!

This worked for me as well.