Hi,
I'm trying to get a piCorePlayer running on a new Rpi 4b (4G) using the
internal wifi.
I installed 8.0.0 and it came up working as expected using an Ethernet
connection.  I am able to see it on my LMS server and use the web page
interface.  For now I am using the headset jack audio.
But when I try to set it up on WiFi I get nowhere.  It never shows a
connection, and when I scan (using the web page WiFi settings), it never
shows anything.
I have tried the User Maintained and the Maintained by piCorePlayer
methods talked about in the help section.
Here is the wpa_supplicant.config using the later...

# Maintained by piCorePlayer
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=staff
# Two Character Country Code
country=US
update_config=1

network={
        ssid="yourssid"
        psk="password"
        key_mgmt=WPA-PSK
        auth_alg=OPEN
}

except that I of course use my ssid and psk.  I use Notepad++ to edit
the file and save it to the root (where the
wpa_supplicant.config.example is). 
I don't have any special characters in the ssid or password. 
I've tried booting it without the ethernet connected (never connects
over wifi) and with the ethernet then trying the scan on the web
interface.  Scan is empty.  I've also tried changing and saving settings
through the web interface as well.  I can never get any scan results. 

Any help would be appreciated.

Terry


------------------------------------------------------------------------
TerryS's Profile: http://forums.slimdevices.com/member.php?userid=40835
View this thread: http://forums.slimdevices.com/showthread.php?t=114828

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

Reply via email to