yes.
It works with Windows and MacOS, I had this problem with my Ubuntu Linux system.
I can write a proper post with more details about this the next time I get to it…
And I can also try a different system with Linux to check if it happens to me on all Linux systems.
Might be my fault - I think I read the proposal somewhere to use an USB ethernet dongle instead of Wifi. I dont find the location where I read or misunderstood it right now.
Could this be a more stable / less problematic option than wifi?
On the other hand, I understand, one might not generally open that box of “interesting” security issues when starting to fully network-enable the device, it becomes some entirely different work with security updates, simple default passwords and such when one has to assume that the devices will be available to whole LAN’s and WIFI networks in random cafes and such.
Nobody wants their hacked effects pedal go crazy in the middle of a show…
My experience, for example with bluetooth speakers, is, that many clients connect to them automatically, and then it gets complicated to decide who is really allowed to play sound on them.
I often need to explicitly disconnect multiple other devices to be able to listen to the sound from the one source I really want to listen.
My fear is that with Bluetooth networking it will be similar, which is exactly what I want to get rid of with the whole idea of Wifi. Otherwise it’s still clearer and easier to keep using the cable. (once I got rid of the network problems i described, but there must be some solution…)
The same here. I hate when I need to change the source the amount of work that it’s required. But I guess it’s one handicap necessary for those systems.
I’m not a really experienced Linux guy (something that I want to get fixed!), but it really seems that the issue is with something on the OS - if it works on the other OSs. If it’s a matter of configuration or really a version issue, that I can’t really answer.
Having a slight oddity here. I’ve got a USB ethernet adapter connected. When I ssh in over USB and bring it up with ifconfig, it works great; nice and stable and fast. When I add it to /etc/network/interfaces, it doesn’t come up:
Unplugging the ethernet card and plugging it back in doesn’t seem to be triggering hotplug properly either. Setting it to auto doesn’t work either (as expected for a USB NIC), and in fact seems to stop the network from coming up at all, even on USB. It seems like there’s some slightly custom stuff happening in the way y’all are bringing up network services — any hints? Ideally, I’d really prefer this to use DHCP, too — much easier in my environment.
After some trial and error, and lots of research, I’ve managed to get wifi working.
It seems like WPA supplicant requires an adaptor with a chipset that supports cfg80211, which led me to buy a D Link DWA 131 with Realtek RTL8192EU chipset, and finally got it working after copying the required firmware as per the wiki instruction.
Not 100% sure that my guess on cfg80211 support is correct, and maybe just so happened it’s a coincidence that this dongle works.
Maybe someone who is more experienced in linux system can help confirm?
Thanks a lot for the suggestion @JamKid I bought the same adapter and after some time, to understand the configuration and to install the firmware, I was able to get UI wifi access to work as well!
As far as I know, D-Link (and some other companies) tend to use different hardware and chips for the different revisions of devices marketed under the same name. One device with the same model name might use Broadcom chip, and another will use Realtek, for example, and from the linux drivers perspective these are actually separate devices - one would work and another one will not.
This difference in behavior might be a problem for other users trying to repeat your success.
Therefore I can suppose that mentioning exact revision that worked for you might be helpful.
i know all this stuff and did it myself on respberry pi, but my question is how to install hostsapd without package manager and so…
so the question still is how to do this on the mod system. and as i stated before i dont have a dwarf yet so i cannot try and im not that big linux guy…
not my work just brought all the infos together and took all stuff from modep and so. just my way to use mod before getting the dwarf
This would have saved me a couple of days of troubleshooting my Rev E version of this dongle. Atm I’m pretty sure Rev E needs cross-compiling of the .ko file…
The dongle is recognized but it doesn’t even get to the “looking for firmware” stage. So adding a .bin in the correct folder doesn’t do anything.
Edit: Also the device in question would have helped. Since Mod Dwarf runs on newer kernel, it also has a more recent rtlxxxu driver compared to MDX, which indeed supports the rtl8192eu chip.