Feature request: better support for USB Ethernet gadget mode - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Feature requests (https://moodeaudio.org/forum/forumdisplay.php?fid=8) +--- Thread: Feature request: better support for USB Ethernet gadget mode (/showthread.php?tid=4821) |
Feature request: better support for USB Ethernet gadget mode - the4anoni - 04-04-2022 Hi Like in topic - can moode audio be more adjusted by default to be used with usb gadget mode? For example can it be set by default to use static MAC address and not change it every reboot and to add usb gadget mode settings to Web UI? RE: Feature request: better support for USB Ethernet gadget mode - DRONE7 - 04-04-2022 Can you expand a little on why that would be desirable vs standard ethernet connection ? :-) Currently MoOde is stable and configurable for ethernet connection from any of the RPi. Gadget mode for ethernet adds a whole lot more layers and for no benefit over and above the current onboard ethernet connections. Not sure what you are trying to achieve or your use case ? RE: Feature request: better support for USB Ethernet gadget mode - the4anoni - 04-04-2022 (04-04-2022, 08:37 AM)DRONE7 Wrote: Can you expand a little on why that would be desirable vs standard ethernet connection ? :-) I am delivering power and internet via one cable to my Raspberry Pi Zero 2W from my OpenWRT router. It works much better than over Wi-Fi, at least for me. RE: Feature request: better support for USB Ethernet gadget mode - DRONE7 - 04-04-2022 so why not set a static address or reservation in your WRT Router ? RE: Feature request: better support for USB Ethernet gadget mode - the4anoni - 04-04-2022 (04-04-2022, 08:54 AM)DRONE7 Wrote: so why not set a static address or reservation in your WRT Router ? The problem is every time Raspberry Pi reboots MAC address changes, and I didn't managed to fix this problem. The only solution working for me is to set static IP on moode. RE: Feature request: better support for USB Ethernet gadget mode - DRONE7 - 04-04-2022 There is some info here about setting a stable mac address. https://www.raspberrypi-spy.co.uk/2020/05/adding-ethernet-to-a-pi-zero/ As a side note I have used the Hanrun device mentioned for other projects and it worked remarkably well...as long as you don't need large throughput as it is only 10baseT :-) but that seemed to suffice for simple audio performance. RE: Feature request: better support for USB Ethernet gadget mode - TheOldPresbyope - 04-04-2022 I've never had the occasion to use the USB Gadget mode to create a pseudo-Ethernet port but it looks like a neat trick. What is the use case which requires a static IP address? AIUI, the host address should be resolvable via mDNS as usual, e.g., moode.local. Does that not work? Regards, Kent RE: Feature request: better support for USB Ethernet gadget mode - the4anoni - 04-04-2022 (04-04-2022, 09:39 AM)DRONE7 Wrote: There is some info here about setting a stable mac address. I need to try this method, what I've already tried: https://artivis.github.io/post/2020/pi-zero/#set-a-static-mac-address https://raspberrypi.stackexchange.com/a/104749 Just don't work... RE: Feature request: better support for USB Ethernet gadget mode - the4anoni - 04-04-2022 (04-04-2022, 02:09 PM)TheOldPresbyope Wrote: I've never had the occasion to use the USB Gadget mode to create a pseudo-Ethernet port but it looks like a neat trick.If I leave IP address on auto mDNS works, but I don't want to have mess on my network. |