aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsalmoon <salmoon>2002-09-21 05:31:28 +0000
committersalmoon <salmoon>2002-09-21 05:31:28 +0000
commitad59572a60b2f707992b2e04c9dbf3a2b09cb832 (patch)
treed61cd4696caf43cf8baf689a7e4b9146c05b6313
parentdb746a3a55709a20183ecc33a1b6a5b40d863702 (diff)
downloadmpiosh-ad59572a60b2f707992b2e04c9dbf3a2b09cb832.tar.gz
mpiosh-ad59572a60b2f707992b2e04c9dbf3a2b09cb832.tar.bz2
mpiosh-ad59572a60b2f707992b2e04c9dbf3a2b09cb832.zip
README: Add a few lines about Hot plug for 2.4.x
-rw-r--r--ChangeLog4
-rw-r--r--README15
2 files changed, 15 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 21b6c9c..e5f1cfd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-09-21 Yuji Touya <salmoon@users.sourceforge.net>
+
+ * README: Add a few lines about Hot plug for 2.4.x
+
2002-09-20 Markus Germeier <mager@tzi.de>
* libmpio/mpio.c (mpio_init):
diff --git a/README b/README
index 0149144..1ec91ff 100644
--- a/README
+++ b/README
@@ -2,18 +2,25 @@
You should create device file for MPIO. Be root and type following:
- mkmpiodev
+ /usr/local/sbin/mkmpiodev
Once you create it, you do not need to run this script again.
Next, the driver module has to be loaded before playing.
- depmod -a
- modprobe mpio
+ /sbin/depmod -a
+ /sbin/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:
- modprobe -r mpio
+ /sbin/modprobe -r mpio
+
+*Hotplug for kernel 2.4.x
+
+ If the Hot plugging tool (like Murasaki) is installed on your
+system, the driver module will be loaded/unloaded automatically
+when MPIO player is connected/disconnected to your PC. And you
+do not need to run modprobe anymore.
- Is there any risk to use this software with my MPIO mp3 player?