Usage
-
Download the aproporiate executable using the links above. Go to releases on the GitHub project page for more os/architecture targets.
-
Set the Squeezebox into configuration mode.
For Squeezebox Receivee see SBR front button and LED for instructions.
-
Run sbconfig
$ ./sbconfig-linux-amd64
The following network interfaces were found:
[00] lo -
[01] enp5s0f1 - xx:xx:xx:xx:xx:xx
[02] wlp4s0 - xx:xx:xx:xx:xx:xx
Select interface to use [0]: 1
Found the following devices:
[00] 00:04:20:xx:xx:xx at 0.0.0.0
>>> configure 0
Configuring device #0 (00:04:20:xx:xx:xx).
Use Ctrl-D to exit configuration mode.
C>> show
LanIPMode: true
LanNetworkAddress: 0.0.0.0
LanSubnetMask: 255.255.255.0
LanGateway: 192.168.18.1
Hostname: TestSqueezer
Bridging: false
Interface: 0
PrimaryDNS: 0.0.0.0
SecondaryDNS: 0.0.0.0
ActiveServerAddress: 0.0.0.0
SqueezeCenterAddress: 192.168.12.3
SqueezeCenterName:
WirelessMode: 0
WirelessSSID: apSSID
WirelessChannel: 0
WirelessRegion: 6
WirelessKeylen: 0
WirelessEWPKey0: []
WirelessEWPKey1: []
WirelessEWPKey2: []
WirelessEWPKey3: []
WirelessWEPOn: false
WirelessWPACipher: 3
WirelessWPAMode: 2
WirelessWPAOn: true
WirelessWPAPSK: securePassword
C>> set WirelessSSID newSSID
C>> save
Successfully set data.
C>>
>>> exit
Bye!
$