From baee14e398876f162a959775ac83ebd7c78f6b42 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Sat, 13 Mar 2004 17:07:56 +0000 Subject: Some 2.2 changes, plus a step-by-step guide to the dir-buffer-full problem git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4376 a1c6a512-1295-4272-9138-f99709370657 --- docs/FAQ | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/docs/FAQ b/docs/FAQ index 6b4f9b8831..c303d14950 100644 --- a/docs/FAQ +++ b/docs/FAQ @@ -123,10 +123,10 @@ A19: Okay, last time. No. We have no problems whatsoever reading different data directly to the DAC. Q20. What is the most recent version of Rockbox? -A20. We recently released version 2.1, so head on over to +A20. We recently released version 2.2, so head on over to http://rockbox.haxx.se/download/ and pull it down. Make sure to read the release notes. - (http://rockbox.haxx.se/download/rockbox-2.1-notes.txt). + (http://rockbox.haxx.se/download/rockbox-2.2-notes.txt). Q21. What do you plan to add to coming versions? A21. We don't plan versions in detail. We just write code, and when it feels @@ -377,7 +377,7 @@ A60: We currently support four different hardware platforms: Players, Recorder For each platform, Rockbox is released in three versions: Release, Daily Build and Bleeding Edge. These only differ in release frequency. - The Release version (currently 2.1) is a frozen known-good state. This + The Release version (currently 2.2) is a frozen known-good state. This means that we are confident that few, if any, significant bugs reside within the code for that version. This is the version for the common user. @@ -677,3 +677,14 @@ A76: It means you have more files in a single directory than you have configured Rockbox to support. See Q53. Solution: Increase the "max files in dir browser" setting. + + The current official release (2.2) contains a bug that sets + the default buffer setting to 0, giving the dir buffer full error. + Solution: + + 1) Change the limit in the settings + 2) Exit the menu back to the browser + 3) Force a disk spinup. There are several ways: either select + another setting for the file filter, or insert the USB and extract + it again + 4) Turn it off and on again -- cgit