DJanGo wrote: > > But i do also know your first Version of your squeezelite init script > (the one that didnt have the lsb info) since your not using [at this > time] $network as Required-Start that might start squeezelite without > knewing a active Lan/Wlan Adapter and therefore squeezelite uses > 00:00:00:00:00:00 as Mac.
Yes, I juste encountered that again too. That was the reason the script now always uses the -m option. Using it without will indeed make squeezelite use the 00:00:00:00:00:00 mac address, which is a problem when using more then one raspberry pi with squeezelite on it. I will keep the current implementation for now, it's a dependable and flexible implementation. When not using SL_MAC_ADDRESS, it will choose the wlan0 or eth0 mac addres When using SL_MAC_ADDRESS without value, it will create a random mac address. When using SL_MAC_ADDRESS with an invalid value, it will create a random mac address. When using SL_MAC_ADDRESS with a valid value, it will use that mac address. I am contemplating creating something that will convert a playername to a mac-address. That would create a persistent and unique mac address. ------------------------------------------------------------------------ Gerrelt's Profile: http://forums.slimdevices.com/member.php?userid=58186 View this thread: http://forums.slimdevices.com/showthread.php?t=108327 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
