terba / slimmer

User interface controller for Logitech Media Server (aka SlimServer, Squeezebox Server, SqueezeCenter)
GNU General Public License v3.0
33 stars 7 forks source link

[ERROR] LCDd communication problem: LCD Error : Network type not supported on picorePlayer 6.1.0 #39

Open emanueleci opened 3 years ago

emanueleci commented 3 years ago

Network type not supported on piCorePlayer 6.1.0 / Slimmer on Rpi4 with i2C LCD display hd44780. Welcome/goodby message is well visible and working on startup. Server is running and listening:

tc@piCorePlayer:~$ ps -ef | grep -i lcd 8272 nobody 0:00 /usr/local/sbin/LCDd -c /usr/local/etc/LCDd.conf 8409 tc 0:00 grep -i lcd

and

tc@piCorePlayer:~$ sudo netstat -tulpn | grep LISTEN netstat: /proc/net/tcp6: No such file or directory netstat: /proc/net/udp6: No such file or directory tcp 0 0 0.0.0.0:80 0.0.0.0: LISTEN 7903/httpd tcp 0 0 0.0.0.0:22 0.0.0.0: LISTEN 7836/sshd tcp 0 0 127.0.0.1:13666 0.0.0.0:* LISTEN 8272/LCDd

but Slimmer not running correctly. Tried with config. file and arg parameters: tc@piCorePlayer:~$ slimmer -v -s 192.168.1.202 -p 9000 -l 127.0.0.1 -P 13666 -i /dev/pikeyd Configuration: LMS: 192.168.1.202:9000 LCDd: 127.0.0.1:13666 PlayerId (MAC): dc:a6:32:7f:65:49 Input device: /dev/pikeyd [ERROR] LCDd communication problem: LCD Error : Network type not supported [ERROR] LCDd communication problem: LCD Error : Network type not supported [ERROR] LCDd communication problem: LCD Error : Network type not supported

Thank you! Emanuele