Oh how I wish I could list some, but this is instead a request …
Has anyone got a WiFi USB Dongle to work on a Dwarf with v1.13.latest (the one that the release notes says comes with some WiFi drivers) without having to resort to building or installing drivers?
If so, can you share details of the device please?
All the searching I’ve done comes up with is reports of failure or limited success achieved by cross-compiling drivers (shudder!)
I am using an Edimax dongle I own since years (back when RaspberryPis didn’t have Wifi). My Inbox research tells me its probably a EDIMAX EW-7811UN.
Worked out of the box without compiling or building anything.
My use case would be connecting a tablet or PC to the MOD via WiFi for pedalboard editing while I’m live or in the rehearsing room, which has no Wi-Fi.
I guess I need a small, portable WiFi router or something to make it work.
Won’t your smartphone be enough to accomplish this task?
I haven’t tried that yet, because I only got wifi a couple of days ago thanks to @Zavorra 's post, but I guess you can hotspot your phone data connection and connect to that network both your tablet and mod device, without buying other stuffs.
I don’t own a tablet. I only use a Linux PC and I’m not really able to turn it into an access point.
Besides, having a self-sufficient pedalboard with my MOD, the midi foot controller and the midi router all connected and set up would mean that I could use any wi-fi enabled device I come across where I’m playing or rehearsing by just connecting to the pedalboard network.
It’s all flooding back to me now. I’ve just checked this on my Raspberry PI, and if you can access it using SSH, there is a command called “patchbox”. In there you can change the WiFi adapter to be access point or client.
Patchbox can work as a CLI or TUI program - so you can write a script turning the different modes on or off.
Now, as I said, I don’t have access to a MOD Dwarf yet, so this is all theory now - but I imagine:
you can write a script to turn the wifi device into a AP
you can write another to to turn it back into client mode
some how you could find a way to trigger those scripts to run as the result of a button press
or even as a plugin??
As soon as I get hands on a dwarf (so to speak) I’ll check. (looking for a second hand one atm) Otherwise does this make sense? hope it helps.
AFAIK patchbox is not something you can find on every Linux distribution. It is a specific, audio-oriented distribution ofor the raspberry.
In any case, such script would rely on an utility called hostapd, which is the “access point daemon” on Linux, which, again, is currently not available on the mod units (as of now)
So, even if feasible, turn your mod in an access point is far from trivial
Far easier to turn your Linux PC or buy a cheap portable router
Yes, I am aware of hostapd. My impression is that MOD OS is based on debian, is this true? It claims to be open source, then it should be a simple matter of installing hostapd or compiling it for the platform?
look in this forum, search sometihng like “mod reboot phase 2”. AFAIK is not a common distro, I think it is more similar to yocto or other embedded stuff
I’d prever to have a self-sufficient floor setup that once turned on is basically functional with little or no interaction. Using a PC or tablet as an access point means that I have to fiddle about with the mod configuration whenever I want to switch from one control device to the other.