aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorsalmoon <salmoon>2002-09-15 23:09:22 +0000
committersalmoon <salmoon>2002-09-15 23:09:22 +0000
commite60f78c51d4f6a3f4cc16762d2cd4081781555a1 (patch)
treef66be85f72cf6681b4c95ca1cab5d69c5af7be87 /README
parent6e7a148d06bafdf02bc873ec1dcaf744a3ebb9a5 (diff)
downloadmpiosh-e60f78c51d4f6a3f4cc16762d2cd4081781555a1.tar.gz
mpiosh-e60f78c51d4f6a3f4cc16762d2cd4081781555a1.tar.bz2
mpiosh-e60f78c51d4f6a3f4cc16762d2cd4081781555a1.zip
Modified README, kernel module and library
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 4 insertions, 3 deletions
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?