mrene / minidsp-rs

MiniDSP Controller
http://minidsp-rs.pages.dev
Apache License 2.0
112 stars 15 forks source link

id not work with miniSHARC-4x8 on Raspberry Pi 4 #666

Open DrCWO opened 2 months ago

DrCWO commented 2 months ago

This is what I see in the Plugin: image

I did this on Raspbebry Pi 4 running DietPi:

# su 
<password>
# uname -a
Linux rooExtend 5.15.61-v8+ #1579 SMP PREEMPT Fri Aug 26 11:16:44 BST 2022 aarch64 GNU/Linux

# wget -q https://github.com/mrene/minidsp-rs/releases/download/v0.1.9/minidsp_0.1.9_arm64.deb
# apt install ./minidsp_0.1.9_arm64.deb

# minidsp
Error: No devices found

After a reboot of the Pi:

# minidsp probe

# minidsp
Error: No devices found

I see this with

# lsusb
Bus 001 Device 010: ID 04d8:003f Microchip Technology, Inc. miniSHARC v1.0b

I believe the physical connection is fine as with the elder minidsp.js I was able to set the gain after changing

    USB_VID: 0x04d8,
    USB_PID: 0x003f,

in constants.js.

Service is running...

ps -ef | grep minidsp
root         462       1  0 18:29 ?        00:00:03 /usr/bin/minidspd --config /etc/minidsp/config.toml

Help would be appreciated.