RoonBridge on RPi strange audio setup behaviour - UUID? [SOLVED]

From a networking perspective it shouldn’t cause any issues, which you can confirm using nmap to see that both devices appear on your network (use your IP range): nmap -sP 192.168.1.0/24

To change the UUID you can generate a UUID and apply it to the card in question by loading the card in a card reader:

uuidgen sudo tune2fs /dev/sdX -U insert_generated_UUID_here

1 Like