eiffel wrote: 
> While I'm very happy with my piCorePlayer devices, I'm wondering if
> there is a way to enable people to configure the Wifi settings without
> first connecting via an Ethernet cable.
> 
> This would still likely require to connect some display and keyboard
> (unless one has the official touchscreen or some other supported
> alternative) to enter the required information, and would require to
> have a supported wifi adapter (such as the official pi one or the one
> included in the pi3), but it would allow to establish a connection to
> the webserver without this extra step.
> 
> If it is too complex to enable this feature right after loading an image
> on the SD card, having the ability to change the wifi settings from an
> already configured piCorePlayer would also be good (maybe via jivelite),
> as it would simplify the use of this great solution in multiple
> locations

Hi eiffel,

I do this all the time as most of my piCorePlayers are headless and
wireless.

On my PC:

1. I use Win32DiskImager to copy piCorePlayer2.06.img to SD card.
2. I have a macro called wifi in my text editor that creates these 4
lines


Code:
--------------------
    WIFI="on"
  SSID="wirelessSSID"
  PASSWORD="1234567879"
  ENCRYPTION="WPA"
--------------------


3. Then I do a "saveas" E:\newconfig.cfg where E: is the boot partition
of the SD card.

Works every time, no typos. :D

"setup" is good alternetive if you have a screen and keyboard connected.
(as suggested by paul-)

regards
Greg


------------------------------------------------------------------------
Greg Erskine's Profile: http://forums.slimdevices.com/member.php?userid=7403
View this thread: http://forums.slimdevices.com/showthread.php?t=105018

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

Reply via email to