Hi!
Sorry to resurrect this old thread, but it is pretty much the same issue
I'm dealing with.

I have a mobile setup of a squeezebox standalone server.
It is providing a wifi access point.
The intention is to use the pcp client with the mobile server
occasionally, but also use the local server on regular basis.

I entered this into the wpa_supplicant.conf


Code:
--------------------
    network={
  ssid="Network1"
  psk="password1"
  key_mgmt=WPA-PSK
  auth_alg=OPEN
  priority=2
  }
  network={
  ssid="Network2"
  psk="password2"
  key_mgmt=WPA-PSK
  auth_alg=OPEN
  priority=1
  }
  network={
  ssid="Network3"
  psk="password3"
  key_mgmt=WPA-PSK
  auth_alg=OPEN
  priority=3
  }
--------------------


It seems the priority=1 is ignored.
Instead Network1 (priority=2) is picked.
Here's the log.


Code:
--------------------
    Starting piCorePlayer setup...
  Loading pCP function files and pCP configuration file...Done.
  Checking for boot codes on mmcblk0p1...
  Trying to mount /dev/mmcblk0p1.
  Checking for ssh...found, ssh will start.
  Checking for netusb...  newpcp.cfg not found on mmcblk0p1.
  Setting piCorePlayer repository...Done.
  Generating drop-down list...Done.
  Starting wifi...
  Starting WiFi on wlan0...
  udhcpc: started, v1.30.1
  udhcpc: sending discover
  udhcpc: sending discover
  udhcpc: sending select for 192.168.178.70
  udhcpc: lease of 192.168.178.70 obtained, lease time 864000
  deleting routers
  route: SIOCDELRT: No such process
  adding dns 192.168.178.5
  Done.
--------------------


Any advice is very appreciated!


------------------------------------------------------------------------
H34dl3ss's Profile: http://forums.slimdevices.com/member.php?userid=69595
View this thread: http://forums.slimdevices.com/showthread.php?t=109341

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

Reply via email to