From e60f78c51d4f6a3f4cc16762d2cd4081781555a1 Mon Sep 17 00:00:00 2001 From: salmoon Date: Sun, 15 Sep 2002 23:09:22 +0000 Subject: Modified README, kernel module and library --- ChangeLog | 8 ++++++++ README | 7 ++++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index de95802..5fb9db5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2002-09-16 Yuji Touya + + * kernel/mpio.c: changed include file to resolve symbols + * kernel/mpio.c (read_mpio): changed maxretry value + * libmpio/io.c (model2externalmem): fixed function + * libmpio/defs.h: added command, filetype and comments + * README: modified "getting started" + 2002-09-15 Andreas Buesching * mpiosh/callback.c (mpiosh_cmd_ldir): checking more return values diff --git a/README b/README index 98172ae..e054e83 100644 --- a/README +++ b/README @@ -2,17 +2,18 @@ You should create device file for MPIO. Be root and type following: - ./mkmpiodev + mkmpiodev Once you create it, you do not need to run this script again. Next, the driver module has to be loaded before playing. - /sbin/insmod /usr/local/bin/mpio.o + depmod -a + modprobe mpio Connect your MPIO to PC by USB cable. You can run mpiosh shell now. When you want to stop playing, disconnect MPIO and type: - /sbin/rmmod mpio + modprobe -r mpio - Is there any risk to use this software with my MPIO mp3 player? -- cgit v1.2.3