install on WI-DG? #414
Unanswered
scottshanafelt
asked this question in
Q&A
Replies: 2 comments 2 replies
-
|
I had no idea the wi-dg ran linux, but I don't see any reason why it wouldn't work. One thing I'd be worried about is two processes interacting with the device over USB HID, but you could configure minidsp-rs to use a static device pointing to localhost and expose an HTTP API on the wi-dg itself. What architecture/distro does it use ( |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
The login banner says it is OpenWrt
***@***.***:~# uname -a
Linux miniDSP-Wi-DG 3.18.91 #7 Wed May 30 15:26:34 HKT 2018 mips GNU/Linux
***@***.***:~# df -h
Filesystem Size Used Available Use% Mounted on
rootfs 10.6M 804.0K 9.8M 7% /
/dev/root 20.0M 20.0M 0 100% /rom
tmpfs 61.7M 236.0K 61.5M 0% /tmp
/dev/mtdblock6 10.6M 804.0K 9.8M 7% /overlay
overlayfs:/overlay 10.6M 804.0K 9.8M 7% /
tmpfs 512.0K 0 512.0K 0% /dev
***@***.***:~# grep MemTotal /proc/meminfo
MemTotal: 126444 kB
Yes agree on using IP loopback to talk to device rather than USB. I like this whole idea over running the daemon as a docker elsewhere. My goal here is to integrate this using your daemon to my crestron system. Anyway if I do get around to trying this I'll update here (this is for my personal system so in no rush).
Scott
… On Jul 27, 2022, at 5:42 PM, Mathieu Rene ***@***.***> wrote:
I had no idea the wi-dg ran linux, but I don't see any reason why it wouldn't work.
One thing I'd be worried about is two processes interacting with the device over USB HID, but you could configure minidsp-rs to use a static device <https://minidsp-rs.pages.dev/daemon/?highlight=WI-DG#example> pointing to localhost and expose an HTTP API on the wi-dg itself.
What architecture/distro does it use (uname -a, cat /etc/os-release)? How much free disk space is on it (df -h)?
—
Reply to this email directly, view it on GitHub <#414 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAG4HFMO4YVAWNVRGSNM353VWGUMDANCNFSM54QDEZCQ>.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Maybe this is addressed elsewhere but a quick search didn't find anything. Can minidsp-rs be installed on the WI-DG itself? I was on the command line of the WI-DG itself (specifically to reconfigure the ethernet settings) and being that it's basically linux/busybox I was wondering why we couldn't install minidsp-rs directly? Has anyone tried it?
Beta Was this translation helpful? Give feedback.
All reactions