Bugzilla – Bug 3895
Player Model not correct for TP
Last modified: 2006-10-11 14:21:36 UTC
In Settings-Information-Player Information the Player Model said 'Squeezebox v3' for TP.
Chris - what's the MAC range for Transporter units?
Dean has said, and I quote: How about starting at: 00:04:20:1x:xx:xx NOTE prototype Transporters sent out prior to Dean's reply probably all have the (same!) default MAC which I don't remember off the top of my head. I'll get that info the next time a fresh Transporter comes my way.
The default MAC address after flashing with the dongle is: 00:04:20:ff:ff:01
Subject: Re: Player Model not correct for TP Yes - that's always been the case, no matter what model.
Dean points out that he thinks we should be determining this model info in a different way. That MACs should only be used for 2/3
use this in Information::playermodel(): if ($client->model =~ /squeezebox/ && $client->macaddress =~ /^00:04:20((:\w\w){3})/) {
fix is in at change 9053. only squeezebox gets the MAC test. reopen if any issues remain.