09-06-2020, 04:16 PM
My idea is to setup an unused phone/tablet with USB tethering enabled to control the Moode player, instead of connecting via eth or wifi/AP.
I am fairly new to the Moode player & how it operates behind the scenes, but I do have some experience with raspbian. I started following instructions I came across on the web & came to a stop! I'm in need of some help in deviating away from the instructions I found at https://joshuawoehlke.com/android-raspbe...-over-usb/ (similar instructions at https://rwhitmire.com/2014/03/25/android...ry-pi.html & https://elinux.org/How_to_use_an_Android...spberry_Pi) as I'm discovering some subtle differences between the stock raspbian & moode.
I'm ok until need to open & edit /etc/network/interfaces. It seems the moode web UI writes this file & /etc/dhcpcd.conf each time moode boots, so writing to either file will be pointless.
Is there somewhere I can permanently enter this code (instead of /etc/network/interfaces)
for this to work so it will not be written over each time the player restarts?
TIA :-)
I am fairly new to the Moode player & how it operates behind the scenes, but I do have some experience with raspbian. I started following instructions I came across on the web & came to a stop! I'm in need of some help in deviating away from the instructions I found at https://joshuawoehlke.com/android-raspbe...-over-usb/ (similar instructions at https://rwhitmire.com/2014/03/25/android...ry-pi.html & https://elinux.org/How_to_use_an_Android...spberry_Pi) as I'm discovering some subtle differences between the stock raspbian & moode.
I'm ok until need to open & edit /etc/network/interfaces. It seems the moode web UI writes this file & /etc/dhcpcd.conf each time moode boots, so writing to either file will be pointless.
Is there somewhere I can permanently enter this code (instead of /etc/network/interfaces)
Code:
iface usb0 inet static
address 192.168.42.42
netmask 255.255.255.0
network 192.168.42.0
gateway 192.168.42.129
broadcast 192.168.42.255
for this to work so it will not be written over each time the player restarts?
TIA :-)