Skip to content
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

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

Open
DrCWO opened this issue Sep 1, 2024 · 0 comments
Open

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

DrCWO opened this issue Sep 1, 2024 · 0 comments

Comments

@DrCWO
Copy link

DrCWO commented Sep 1, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant