Home of the Squeezebox™ & Transporter® network music players.
Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Senior Member erland's Avatar
    Join Date
    Dec 2005
    Location
    Sweden
    Posts
    10,355

    Hang after startup

    I just upgraded the firmware to the latest (727 I think) and now the remote "hangs" at the Jive Home screen. Nothing happens when I use the wheel to scroll and the buttons doesn't seem to respond. The remote seems to live because the screen saver works and it is possible to push a button to get out of the screen saver. But the Jive Home menus showing "Settings", "Now Playing", "Choose Player" and "Extras" doesn't respond to any key presses.

    I've tried both restarting it and removing the battery.
    Erland Isaksson (My homepage)
    (Developer of many plugins/applets (both free and commercial).
    If you like to encourage future presence on this forum and/or third party plugin/applet development, consider purchasing some plugins)
    You may also want to try my Android apps Squeeze Display and RSS Photo Show
    Interested in the future of music streaming ? ickStream - A world of music at your fingertips.

  2. #2
    Ne'er-do-well, Vagabond bklaas's Avatar
    Join Date
    Apr 2005
    Location
    Minneapolis, MN
    Posts
    2,005
    Erland, I reproduced this today but haven't figure out what caused it yet.

    Holding down the + key while booting (wipes preferences) worked around the issue for me.

    #!/ben
    Former Logitech Developer: Squeezeplay/SqueezeOS/SqueezeboxController/SqueezeCenter
    Community Developer: Nokia770Skin (r.i.p.)

    http://www.last.fm/user/bklaas/
    KHAAAN!...BUNNIES!

  3. #3
    Senior Member erland's Avatar
    Join Date
    Dec 2005
    Location
    Sweden
    Posts
    10,355
    Quote Originally Posted by bklaas View Post
    Erland, I reproduced this today but haven't figure out what caused it yet.

    Holding down the + key while booting (wipes preferences) worked around the issue for me.

    #!/ben
    Should I just hold Home to start it and then hold + directly when the Logitech logo appears ?

    If that's the case it doesn't seem to make any difference on my unit, I still can't navigate or select anything in the Jive Home menu that shows up after boot.
    Erland Isaksson (My homepage)
    (Developer of many plugins/applets (both free and commercial).
    If you like to encourage future presence on this forum and/or third party plugin/applet development, consider purchasing some plugins)
    You may also want to try my Android apps Squeeze Display and RSS Photo Show
    Interested in the future of music streaming ? ickStream - A world of music at your fingertips.

  4. #4
    Ne'er-do-well, Vagabond bklaas's Avatar
    Join Date
    Apr 2005
    Location
    Minneapolis, MN
    Posts
    2,005
    Can you SSH to it?

    If so, I'd like to know what the contents of /usr/share/jive/applets/SlimDiscovery/settings.lua looks like.

    I don't have it fully characterized yet, but I've been able to determine that, at least in my case, this is the root cause of the hang.

    #!/ben
    Former Logitech Developer: Squeezeplay/SqueezeOS/SqueezeboxController/SqueezeCenter
    Community Developer: Nokia770Skin (r.i.p.)

    http://www.last.fm/user/bklaas/
    KHAAAN!...BUNNIES!

  5. #5
    Senior Member erland's Avatar
    Join Date
    Dec 2005
    Location
    Sweden
    Posts
    10,355
    Quote Originally Posted by bklaas View Post
    Can you SSH to it?
    No I haven't enabled SSH and now it isn't possible since the remote doesn't respond to the key presses besides deactivating the screensaver.
    Erland Isaksson (My homepage)
    (Developer of many plugins/applets (both free and commercial).
    If you like to encourage future presence on this forum and/or third party plugin/applet development, consider purchasing some plugins)
    You may also want to try my Android apps Squeeze Display and RSS Photo Show
    Interested in the future of music streaming ? ickStream - A world of music at your fingertips.

  6. #6
    Ne'er-do-well, Vagabond bklaas's Avatar
    Join Date
    Apr 2005
    Location
    Minneapolis, MN
    Posts
    2,005
    here's what I've been able to determine:

    if there isn't a valid player saved in SlimDiscovery/settings.lua (this file is typically set with the "Choose Player" applet), Jive will hang on the main menu.

    I have reproduced this on r727 on both desktop Jive and Jive HW, but not with HW running r704.

    Erland, one more suggestion to try to get you back to a working state-- hold the volume-up key down while booting, which should boot you to the backup (previous) firmware.

    #!/ben
    Former Logitech Developer: Squeezeplay/SqueezeOS/SqueezeboxController/SqueezeCenter
    Community Developer: Nokia770Skin (r.i.p.)

    http://www.last.fm/user/bklaas/
    KHAAAN!...BUNNIES!

  7. #7
    Senior Member erland's Avatar
    Join Date
    Dec 2005
    Location
    Sweden
    Posts
    10,355
    Holding the volume key down didn't work, but I got it to reset the settings by holding both the home and + key when booting up.

    The settings.lua file contains the following, but I guess you would have liked it before I booted with the + key
    Code:
    settings = {};
    settings["currentPlayer"] = "ca:44:42:a9:cd:a3";
    The remote is now working, thanks for the help.
    Erland Isaksson (My homepage)
    (Developer of many plugins/applets (both free and commercial).
    If you like to encourage future presence on this forum and/or third party plugin/applet development, consider purchasing some plugins)
    You may also want to try my Android apps Squeeze Display and RSS Photo Show
    Interested in the future of music streaming ? ickStream - A world of music at your fingertips.

  8. #8
    Ne'er-do-well, Vagabond bklaas's Avatar
    Join Date
    Apr 2005
    Location
    Minneapolis, MN
    Posts
    2,005
    I'm thankful that you got this working again. Was afraid that this was going to be a non-solvable condition.

    I kind of figured this was going to end up being my fault...r722, which was my checkin, seems to have broken something in the main menu when a valid, browsable player isn't selected.

    That was a big checkin. I'm working on trying to figure out what it was that caused the issue. Hopefully I can get it fixed before too many others hit this condition.
    Former Logitech Developer: Squeezeplay/SqueezeOS/SqueezeboxController/SqueezeCenter
    Community Developer: Nokia770Skin (r.i.p.)

    http://www.last.fm/user/bklaas/
    KHAAAN!...BUNNIES!

  9. #9
    Ne'er-do-well, Vagabond bklaas's Avatar
    Join Date
    Apr 2005
    Location
    Minneapolis, MN
    Posts
    2,005
    checkin r732 backs out a change to JiveMain.lua that caused this freeze up.

    There is still an underlying problem with the setTitleWidget() method that needs to be addressed, but at least the offending bits have been removed from the checkout code. You should not hit this condition with the Oct 23 daily and beyond.

    cheers,
    #!/ben
    Former Logitech Developer: Squeezeplay/SqueezeOS/SqueezeboxController/SqueezeCenter
    Community Developer: Nokia770Skin (r.i.p.)

    http://www.last.fm/user/bklaas/
    KHAAAN!...BUNNIES!

  10. #10
    Senior Member
    Join Date
    Feb 2006
    Location
    London,UK
    Posts
    105
    Hi,

    I had a similar experience, managed to reset the device to previous firmware after resetting holding the home key dow

    W.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •