Bug 561 - Volume always returns to mute
: Volume always returns to mute
Status: RESOLVED FIXED
Product: SB 1
Classification: Unclassified
Component: Firmware
: 37
: PC Windows XP
: P2 normal (vote)
: ---
Assigned To: Blackketter Dean
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2004-09-20 01:03 UTC by Stuart Beesley
Modified: 2004-10-07 22:19 UTC (History)
1 user (show)

See Also:
Category: ---


Attachments
Play, pause, play causing mute (101.70 KB, text/plain)
2004-09-25 11:44 UTC, Stuart Beesley
Details
d_slimproto log (95.28 KB, text/plain)
2004-09-29 11:55 UTC, Stuart Beesley
Details
better mute handling (1.34 KB, patch)
2004-10-04 20:22 UTC, KDF
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stuart Beesley 2004-09-20 01:03:50 UTC
Every time I stop or reboot my SB, the volume is returning to mute.
Comment 1 Blackketter Dean 2004-09-20 22:30:00 UTC
Hi Stuart, thanks for the report.  Can you give a little more details?  I can't seem to reproduce the 
problem here.  Some detailed steps would be most useful.  Thanks!
Comment 2 Stuart Beesley 2004-09-21 12:40:17 UTC
It's quite easy, just turn it off. However, I will test again with the latest 
update and V38
Comment 3 KDF 2004-09-21 13:58:41 UTC
I had this problem for a while back with FW34-ish.  It just disappeared and
never came back.  debugging with d_slimproto was the suggestion at the time, but
I never got any fault while recording logs.
Comment 4 KDF 2004-09-22 10:31:22 UTC
I had this happen once last night, but when I went back to try again I could not
reproduce.  

Stuart, if you are able to reproduce this regularly, could you please suply a
section of a log using d_slimproto?
Comment 5 Stuart Beesley 2004-09-22 12:05:22 UTC
With the latest updates, the problem seems to have gone away..
Comment 6 Stuart Beesley 2004-09-25 11:25:31 UTC
Just upgraded to the latest build + V39. This is re-occuring. I am playing WMA 
files. If I press pause and then play it says "Playing (muted)" and the volume 
is muted.
Comment 7 Stuart Beesley 2004-09-25 11:44:25 UTC
Created attachment 145 [details]
Play, pause, play causing mute

the last action I did here was pause and play and it said "playing muted". Here
is the slim_proto_v log
Comment 8 Stuart Beesley 2004-09-28 11:25:11 UTC
?? any thoughts?
Comment 9 KDF 2004-09-28 12:52:47 UTC
slimproto_v doesn't give the information needed.  d_slimproto should. 
then, it will have to wait for Sean or Dean to have a look over it becuase I'm
certainly no slimproto expert
Comment 10 Stuart Beesley 2004-09-29 11:55:27 UTC
Created attachment 148 [details]
d_slimproto log

OK, this time I was pausing and/or stopping (with volume on 40) and then
pressing FWD. This caused the dong to skip, and start playing and the volume
was on MUTE. Before I was getting mute after a pause and then play, but I
couldn't re-produce today
Comment 11 Stuart Beesley 2004-10-04 03:30:37 UTC
? any update ?
Comment 12 KDF 2004-10-04 19:51:20 UTC
how's this....I see it predictably, and I think I've found the problem. 
solution to come shortly.
Comment 13 KDF 2004-10-04 20:22:02 UTC
Created attachment 168 [details]
better mute handling

instead of skipping out of face_volume if muted, only skip out if we're muted
AND fading down.  if fading up, we can handle the $vol * -1 in fade_volume so
that there is just the one place.  Remove the toggle from Player::power();

This solves the problem of the player being muted when doing the follow:
press power while a song is playing, then press play to resume
press pause while playing, then press play to resume. 

both conditions would come up muted for me, but now do not.
Comment 14 KDF 2004-10-07 22:19:28 UTC
committed to cvs oct 7.  try out the nightly and reopen if there is still a problem