Max2Play Home › Forums › Max2Play on Raspberry PI › Visualisations not working? › Reply To: Visualisations not working?
Hello Heiner.
My config is on RPi3B and 3.5LCD.
Can you help to figure out why visualization stops showing if I use LAN instead of WLAN (no matter dhcp or static)?
Once I connect RJ45 to RPi, after rebooting visualization stops showing.
etc/network/interfaces stays unchangeable in both situations:
####################################################
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
#auto eth0 # managed by ifplugd
iface eth0 inet static
address 192.168.0.50
gateway 192.168.0.1
dns-nameservers 192.168.0.1
dns-nameservers 8.8.8.8
#hwaddress ether 1a:64:b6:bf:36:37
allow-hotplug wlan0
auto wlan0
iface wlan0 inet static
address 192.168.0.51
gateway 192.168.0.1
dns-nameservers 192.168.0.1
dns-nameservers 8.8.8.8
netmask 255.255.255.0
pre-up wpa_supplicant -B w -D wext -i wlan0 -c /opt/max2play/wpa_supplicant.conf
post-down killall -q wpa_supplicant
##########################################
I showed the simplest situation without any additional changes. But my goal is to use static LAN only without wlan at all. But once I unchecking „Load WiFi interface“ – it goes to losting both „visualizations“. Internet radio works, but visualizations gone.