garym wrote: 
> Is the OP suggesting that radio is plugged in but radio is not detecting
> that it is plugged in?

Excatly. The Unit is on AC/DC power and not battery, but it cannot
detect wheter it's on AC/DC only, on battery only or both.... I've got
other Squeeze devices, amongst others 4 Radios now, and 3 of them behave
"normally".

If you SSH into your Radio device the output of a fully functioning
device (with battery and AC/DC) could look like

# cat /sys/devices/platform/i2c-adapter:i2c-1/1-0010/power_mode
7
(=POWER_ON_AC_AND_BATT)

# cat /sys/devices/platform/i2c-adapter:i2c-1/1-0010/charger_state
2
(=BATT_IDLE)

However, the device in question returns for both sensors "1543" which is
not defined in any way and seems to be the reason the Radio behaves "out
of it's nature" and shuts down completely after some time in idle mode
(idle screen saver shown, ie Matrix clock). My guess is that there's a
hardware failure on these sensors (TI MSP430?)

For reference:

Valid Power Modes:
["3"] = "POWER_ON_AC",
["7"] = "POWER_ON_AC_AND_BATT",
["5"] = "POWER_ON_BATT",

Valid Charger States:
["1"]  = "BATT_NONE",
["2"]  = "BATT_IDLE",
["3"]  = "BATT_DISCHARGING",
["35"] = "BATT_DISCHARGING_WARNING",
["8"]  = "BATT_CHARGING",
["24"] = "BATT_CHARGING_PAUSED",

(excerpt from /usr/share/jive/applets/Diagnostics/DiagnosticsApplet.lua)


------------------------------------------------------------------------
-mplx-'s Profile: http://forums.slimdevices.com/member.php?userid=62819
View this thread: http://forums.slimdevices.com/showthread.php?t=101383

_______________________________________________
Radio mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/radio

Reply via email to