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.39k stars 398 forks source link

RDM6300 configuration bug #2444

Open Darkcast opened 1 month ago

Darkcast commented 1 month ago

Version

???

Branch

future/main

OS

Raspberry pi os 32 lite bookworm

Pi model

Raspberry pi 4

Hardware

RDM6300

What happened?

when I try to install using the following command cd; bash <(wget -qO- https://raw.githubusercontent.com/MiczFlor/RPi-Jukebox-RFID/future3/main/installation/install-jukebox.sh) when i get to the option to Executing shell support commands by executing setup.inc.sh (i.e. configure system settings)... Auto-configure system settings? [Y/n] and I click Yes it just get stuck ive done this like a thounsand times now :(

2024-10-21_16-25

any help would be greatly apreciated.

Logs

I had to ctrl c the app because it just get stuck on the blue Would you like a login shell to be accessible over serial? screen INSTALL-1729544895.log

Configuration

No response

More info

No response

s-martin commented 1 month ago

Looks like there's again a behavior change with bookworm.

We need to change the disabling of the serial access, see https://github.com/raspberrypi/bookworm-feedback/issues/114#issuecomment-1776113246

Needs to be changed here https://github.com/MiczFlor/RPi-Jukebox-RFID/blob/f2a1730a8df693350aef14aa6df6f563ffe6f786/src/jukebox/components/rfid/hardware/rdm6300_serial/setup.inc.sh#L6

We probably need to check, if we need to keep the current command for older OS versions or if this is backwards compatible.

Darkcast commented 1 month ago

Thank you for looking into this issue :)

s-martin commented 2 weeks ago

Has been fixed in #2450