-
Notifications
You must be signed in to change notification settings - Fork 398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 | Does not recognize USB RFID-Reader in Web UI #2457
Comments
What’s the output of |
sorry, I'm too stupid. How can I copy the log from the command line in rasperry? |
Depends what ssh client you use, but usually you can select the output with your mouse and select all with |
I don't have an ssh client set up, I'm watching the raspberry output locally... Ok, so I'll do this first. |
Here it is...
|
Did you try to swipe a card right before you got the log file ? |
Probably unrelated, something’s wrong with your GPIO settings. |
Yes, I did, but now it seems to work. Don't know what I did, or whether two-three reboots solved the problem. Thank you anyway!!! Regarding the gpio_settings, here's the content of the command: /home/pi/RPi-Jukebox-RFID/settings/gpio_settings.ini: line 1: [DEFAULT]: command not found I haven't yet connected the buttons, but I defined a shutdown button (Pin 3), a rotary volumne button (Pins 22 and 23), a Previous Song-Button (Pin 15) and a Next-Song-Button (Pin 16). |
Please use |
|
You have to make sure that every pin in gpio_settings.ini is defined only once. You can remove sections you don't use or at least comment them out with a leading |
ok, thank you. So while we're at it: I bought an external USB-Soundcard (this one) and it does not seem to be configured properly. I can play out through the onboard headphone jack, but not through the usb sound card. I checked issue #128, but when I enter $ cat /proc/asound/modules with the soundcard attached, it gives me this output: 0 snd_bcm2835, 2 vc4. When initially installing, I went with the "PCM"-Standard. |
Not sure, if your soundcard is recognized. please check here for audio troubleshooting: https://github.com/MiczFlor/RPi-Jukebox-RFID/wiki/Troubleshooting-FAQ#audio-is-not-working |
Version
2.8.0 - 5044358
Branch
master
OS
Raspbian GNU/Linux 11 (bullseye)
Pi model
3 B v1.2
Hardware
USB RFID-Reader (Neuftech for EM4100)
What happened?
Hi everyone, so I'm pretty new to this thing - but very enthusiastic about this project. So I have a problem: when swiping an RFID-card, it is read in the command line interface ("-bash: 00055774785: command not found"), but not in the web UI (javascript is activated. I also can't enter anything manually in the corresponding field "Last Used Chip ID". The issue is somewhat related to issue #768, but not quite. Thank you for your help, it is greatly appreciated!
Logs
No response
Configuration
No response
More info
No response
The text was updated successfully, but these errors were encountered: