Hi, this player is AMAZING and pretty well integrated in my
environment.

I use it on a Raspberry pi 3 B+ and I have fond a bug. My Wifi password
is something like
> J18>nt0M-^9o:v,STDB+k1!807W>PW*tS5^C=v:JUY~(3udKJw?Rj?&W+h8oGMU
and when I enter it in the wifi configuration panel, it is transformed
into
> v:JUY~(3udKJw?Rj?&W+h8oGMU

so everything before the = sign dissapear and when I look into the
/usr/local/etc/pcp/wpa_supplicant.conf file I get the wrong password
with also a malformed file ex :


Code:
--------------------
    tc@piCorePlayer:~$ sudo cat /usr/local/etc/pcp/wpa_supplicant.conf
  # Maintained by piCorePlayer
  ctrl_interface=/var/run/wpa_supplicant
  ctrl_interface_group=staff
  country=FR
  update_config=1
  
  network={
        #enc_ssid="MYSSID"
        ssid="MYSSID"
        psk=v:JUY~(3udKJw?Rj?&W+h8oGMU" psk
        key_mgmt=WPA-PSK
        auth_alg=OPEN
  }
--------------------


It is missing a double quote plus the beginning of the password on the
psk line.

Still works fine when used with wires.


------------------------------------------------------------------------
kurairaito's Profile: http://forums.slimdevices.com/member.php?userid=68503
View this thread: http://forums.slimdevices.com/showthread.php?t=109404

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to