Hi,

in the case of using a rpi3 not with lan or the builtin (worst) wlan -
or the new adapternames - your script would'nt get the real mac of the
used adapter.

squeezelite (unless you told it with -m) always uses a mac from an
active adapter.

My script unset your  var SL_MAC_ADDRESS cause in your squeezelite init
script is this code:

Code:
--------------------
        # add mac address if set
  if [ ! -z "$SL_MAC_ADDRESS" ]; then
  DAEMON_ARGS="${DAEMON_ARGS} -m ${SL_MAC_ADDRESS}"    
  fi
  
--------------------


That didnt make any sense, if you force SL_MAC_ADDRESS to a (random)
mac

Just unset the SL_MAC_ADDRESS...

@ K.Clemens:

my lms player scripts always checks lms for active players amd lms tolds
me what id/ mac addreses are in use right now.
may thats an option for you?


------------------------------------------------------------------------
DJanGo's Profile: http://forums.slimdevices.com/member.php?userid=1516
View this thread: http://forums.slimdevices.com/showthread.php?t=108327

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to