You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if I disconnect and only connect 1 at a time, then it works as expected, with being able to set back defaults or make updates as needed.. But as soon as I try to connect more than 1 instance to the minidsp-rs daemon on the rpi, the 2nd and 3rd instanaces, both ran on different windows machines, lock up.
If I use the original software stack , I can only connect to one of the units at a time. Using 1 machine , I can connect to the first one , doesn’t matter which one , without issue. As soon as I try to use another machine , with original software stack, and try to connect to the second unit , or third unit , the software stack hangs, or times out. Only way to recover is task manager to terminate connections and use only a single unit. The pi is running latest version 0.1.9 minidsp-rs.
[[tcp_server]]
bind_address = "192.168.192.71:5333"device_serial = 907272advertise = { ip = "192.168.192.71", name = "Open,Open,Row1,Row2" }
[[tcp_server]]
bind_address = "192.168.192.72:5333"device_serial = 906500advertise = { ip = "192.168.192.72", name = "MiniMarty's" }
[[tcp_server]]
bind_address = "192.168.192.73:5333"device_serial = 918822advertise = { ip = "192.168.192.73", name = "18Sealed & PA460's" }
I'm probably not the best person to try to help you with this, but I have multiple units working successfully. Did you update your /etc/network/interfaces? Here's what I have:
if I disconnect and only connect 1 at a time, then it works as expected, with being able to set back defaults or make updates as needed.. But as soon as I try to connect more than 1 instance to the minidsp-rs daemon on the rpi, the 2nd and 3rd instanaces, both ran on different windows machines, lock up.
If I use the original software stack , I can only connect to one of the units at a time. Using 1 machine , I can connect to the first one , doesn’t matter which one , without issue. As soon as I try to use another machine , with original software stack, and try to connect to the second unit , or third unit , the software stack hangs, or times out. Only way to recover is task manager to terminate connections and use only a single unit. The pi is running latest version 0.1.9 minidsp-rs.
rpi 3b 4gb
The text was updated successfully, but these errors were encountered: