diff options
author | salmoon <salmoon> | 2002-09-03 15:20:09 +0000 |
---|---|---|
committer | salmoon <salmoon> | 2002-09-03 15:20:09 +0000 |
commit | 790984c0188a6f5cd8fd22f0da9a9a675d1b226b (patch) | |
tree | 2e508750910e7d70d7e5943298847df30da524a2 | |
parent | 803c62b42c74886315856b9d9c6e2954c97f3ea8 (diff) | |
download | mpiosh-790984c0188a6f5cd8fd22f0da9a9a675d1b226b.tar.gz mpiosh-790984c0188a6f5cd8fd22f0da9a9a675d1b226b.tar.bz2 mpiosh-790984c0188a6f5cd8fd22f0da9a9a675d1b226b.zip |
added script to create device file
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | README | 16 |
2 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2002-09-03 Yuji Touya <salmoon@users.sourceforge.net> + + * add mkmpiodev script to create device file + * README: add explanation to get started + 2002-09-03 Markus Germeier <mager@tzi.de> * libmpio/*: various "little" code cleanups @@ -1,3 +1,19 @@ +- How can I get started with this software? + +You should create device file for MPIO. Be root and type following: + + ./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 + +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 + - Is there any risk to use this software with my MPIO mp3 player? We do not really know that, but we do not garantee for anything. If you |