Replies: 3 comments 34 replies
-
Hi! I think you're the first one to try it out with a nano-digi! At first glance it seems that there is a slight difference in how the device responds with it's hardware id - could you try this: A successful run would start with:
Alternatively,
|
Beta Was this translation helpful? Give feedback.
-
So now the result for my NanoDigi device: root@musicserver1:/etc/environment.d# RUST_LOG="minidsp=trace" minidsp probe ubuntu@musicserver1:~/.local/share$ sudo minidsp -vvv probe |
Beta Was this translation helpful? Give feedback.
-
Thanks, I made a tentative fix, can you try this build and let me know if it works? |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am not profession in linux coding, but could install the executable files within /usr/local/bin.
Running "minidsp" it returns: "Error: No devices found"
The Device is found by system:
lsusb: Bus 003 Device 002: ID 04d8:003f Microchip Technology, Inc. nanoDIGI v2.6
and mapped as hidraw0:
crw-rw-rw- 1 root root 242, 0 Jun 13 11:09 /dev/hidraw0
within "/etc/udev/rules.d" I created a file "50-minidsp_usb.rules"
SUBSYSTEM=="usb", ATTR{idVendor}=="04d8", ATTR{idProduct}=="003f", MODE="0666"
ubuntu@musicserver1:~$ cat /sys/class/hidraw/hidraw0/device/uevent
DRIVER=hid-generic
HID_ID=0003:000004D8:0000003F
HID_NAME=miniDSP LTD. nanoDIGI v2.6
HID_PHYS=usb-0000:00:1d.1-1/input0
HID_UNIQ=
MODALIAS=hid:b0003g0001v000004D8p0000003F
root@musicserver1:/dev/input# minidsp probe
thread 'main' panicked at 'index out of bounds: the len is 2 but the index is 2', protocol/src/commands.rs:575:53
note: run with
RUST_BACKTRACE=1
environment variable to display a backtraceWhat I am doing wrong with my setup to use minidsp?
My Device: MiniDSP_2x8_nanoDIGI_204
Ubuntu 20.04.2 LTS (GNU/Linux 5.4.0-74-generic x86_64)
Beta Was this translation helpful? Give feedback.
All reactions