Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Discussion options

You must be logged in to vote

I found a solution after consulting the AIβ€”it turned out the Bose server settings in my unit hadn't been overwritten automatically, so I’ve now done this manually:
In short:

  1. Find the IP address of your SoundTouch (e.g., via your router).

  2. Connect via SSH (I’m using the Terminal on Mac OS X Tahoe):
    bash
    ssh -oHostKeyAlgorithms=ssh-rsa -oPubkeyAcceptedKeyTypes=ssh-rsa root@ (confirm with "yes")

  3. Make the filesystem writable (rw).

  4. Overwrite the configuration fileβ€”just remember to adjust the IP address to match your unit:
    cat > /opt/Bose/etc/SoundTouchSdkPrivateCfg.xml << 'EOF'

http://192.168.1.X:7777 http://192.168.1.X:7777 http://192.168.1.X:7777 true true false http://192.168.1.X:7…

Replies: 13 comments 95 replies

Comment options

You must be logged in to vote
1 reply
@JaWo21
Comment options

Comment options

You must be logged in to vote
50 replies
@hkbuesun-85
Comment options

@hkbuesun-85
Comment options

@comabo3762
Comment options

@hkbuesun-85
Comment options

@comabo3762
Comment options

Answer selected by scheilch
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@boeki0704
Comment options

Comment options

You must be logged in to vote
39 replies
@curiosity71
Comment options

@gmuth

This comment was marked as disruptive content.

@Zimbo88
Comment options

@gmuth

This comment was marked as disruptive content.

@Zimbo88
Comment options

Comment options

You must be logged in to vote
1 reply
@comabo3762
Comment options

Comment options

You must be logged in to vote
1 reply
@songdenkbar
Comment options

Comment options

You must be logged in to vote
1 reply
@songdenkbar
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@DJ-Blue
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment