From 0d8d92cf4631f4a0a88fe04817d375f9e73408e4 Mon Sep 17 00:00:00 2001 From: salmoon Date: Wed, 28 Aug 2002 16:10:44 +0000 Subject: Initial revision --- README | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..190ce6b --- /dev/null +++ b/README @@ -0,0 +1,34 @@ +- How to help us finding bugs and learning more about different models + of the MPIO mp3 players? + +The mpiosh shell is at the moment the only user interface to access +the functionality of libmpio. Because this software is definitly not +ready yet (pre alpha) and we need a lot of more information about +different models of the MPIO mp3 players we add special debugging +functionality to shell to help users to support our work. + +To activate and to control the debugging output we need to understand +your bug reports the shell has a special 'debug' command. To activate +the debug ouput type the following command: + + mpio debug on + +to see more detailed deug output the level can be changed using the 'level' option like this: + + mpio debug level 5 + +This sets the highest debug level available. To make it easier to send us the output you can redirect the debug output to a file like this: + + mpio debug file /tmp/mpio-5.debug + +If you would like to help us finding bugs and learning more about the +protocol of the MPIO players use this debugging support. + +Thanks for you help. + +MPIO-Team + + + + + -- cgit v1.2.3