We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is what I see in the Plugin:
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
minidsp.js
USB_VID: 0x04d8, USB_PID: 0x003f,
in constants.js.
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is what I see in the Plugin:
I did this on Raspbebry Pi 4 running DietPi:
After a reboot of the Pi:
I see this with
I believe the physical connection is fine as with the elder
minidsp.js
I was able to set the gain after changingin
constants.js
.Service is running...
Help would be appreciated.
The text was updated successfully, but these errors were encountered: