Bug 3895 - Player Model not correct for TP
: Player Model not correct for TP
Status: RESOLVED FIXED
Product: SB Transporter
Classification: Unclassified
Component: SB Server
: unspecified
: PC Windows XP
: P2 trivial (vote)
: ---
Assigned To: Dan Sully
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-08-09 05:45 UTC by Felix Mueller
Modified: 2006-10-11 14:21 UTC (History)
2 users (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Felix Mueller 2006-08-09 05:45:29 UTC
In Settings-Information-Player Information the Player Model said 'Squeezebox v3' for TP.
Comment 1 Dan Sully 2006-08-11 14:20:29 UTC
Chris - what's the MAC range for Transporter units?
Comment 2 Chris Owens 2006-08-14 11:03:55 UTC
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.
Comment 3 Felix Mueller 2006-08-14 13:35:47 UTC
The default MAC address after flashing with the dongle is: 00:04:20:ff:ff:01
Comment 4 Dan Sully 2006-08-14 13:37:16 UTC
Subject: Re:  Player Model not correct for TP

Yes - that's always been the case, no matter what model.

Comment 5 Chris Owens 2006-08-18 12:04:05 UTC
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
Comment 6 KDF 2006-08-18 13:41:13 UTC
use this in Information::playermodel():

if ($client->model =~ /squeezebox/ && $client->macaddress =~ /^00:04:20((:\w\w){3})/) {
Comment 7 KDF 2006-08-18 19:12:56 UTC
fix is in at change 9053.  only squeezebox gets the MAC test.
reopen if any issues remain.