Is there a more elegant solution to ridding the receiver of the front light than electrical tape? Maybe a software hack?
Cheers,
Alex
Results 1 to 7 of 7
-
2012-07-07, 05:35 #1Junior Member
- Join Date
- Jul 2012
- Posts
- 4
turn off the light on the receiver?
-
2012-07-07, 21:22 #2
I'm not aware of a software hack, especially because the player firmware for the Receiver (and SBs more generally) is closed source. Some people have reported success at opening the Receiver (you need a Torx driver) and disconnecting/re-routing the light pipe that feeds the front button. But electrical tape is way less hassle :-)
-
2012-07-07, 23:09 #3Senior Member
- Join Date
- Jan 2009
- Location
- Utah, USA
- Posts
- 596
The front light also has many meanings during setup. If you ever change your network setup (routers, Squeezebox server machine or whatever), you will need the lights to know what's going on with the setup.
2 Duets - 1 for upstairs and 1 for downstairs
Rock Solid with SQ 7.6.1 and WHS 2011
-
2012-07-08, 00:51 #4
-
2012-07-09, 21:22 #5
-
2012-07-10, 19:17 #6Senior Member
- Join Date
- Jan 2009
- Location
- Los Angeles & London
- Posts
- 627
If you must do it and you're not running Windows (since it's pre-compiled into an EXE for Windows) then:
Locate the Receiver.pm in the squeezecenter directory and edit the following lines to suit your wished LED intensisty....
my $WHITE_COLOR = 0x00f0f0f0;
my $DARK_WHITE_COLOR = 0x00101010;
The format is 0x00RRGGBB where RR - GG - BB is the RGB intensity in HEX(00 to FF) so f0 equals decimal 240 and if you want to make the britghtnes half that it should be decimal 120 which is 78 in Hex. so the new string should be :
my $WHITE_COLOR = 0x00787878;
-
2012-07-10, 20:02 #7Junior Member
- Join Date
- Jul 2012
- Posts
- 4
Thanks Paul. I am running windows currently, but planning to go to linux when the RPi finally arrives, so I'll bank this one for then.
Cheers,
Alex

Reply With Quote

