changeset 3664:f3a20477f042

added "copy mga_vid to /lib/modules" to install instructions
author gabucino
date Sun, 23 Dec 2001 00:40:32 +0000
parents 9092546e7765
children 89d0464ea1dd
files DOCS/Hungarian/video.html DOCS/video.html
diffstat 2 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/Hungarian/video.html	Sat Dec 22 16:59:10 2001 +0000
+++ b/DOCS/Hungarian/video.html	Sun Dec 23 00:40:32 2001 +0000
@@ -581,12 +581,15 @@
 
 <P><CODE>&nbsp;&nbsp;&nbsp;&nbsp;insmod mga_vid.o mga_ram_size=16</CODE></P>
 
-<P>Hogy mindez automatikus legyen, a következő sor kell az /etc/modules.conf
+<P>Hogy mindez automatikus legyen, előszöris a következő sor kell az /etc/modules.conf
   végére :</P>
 
 <P><CODE>&nbsp;&nbsp;&nbsp;&nbsp;alias char-major-178 mga_vid</CODE></P>
 
-<P>És futtasd le a depmod-ot :</P>
+<P>Ezután másold az <CODE>mga_vid.o</CODE> file-t a megfelelő helyre a
+  <CODE>/lib/modules/&lt;kernel verzió&gt;</CODE> könyvtárakon belül.</P>
+
+<P>Végül futtasd le a depmod-ot :</P>
 
 <P><CODE>&nbsp;&nbsp;&nbsp;&nbsp;depmod -a</CODE></P>
 
--- a/DOCS/video.html	Sat Dec 22 16:59:10 2001 +0000
+++ b/DOCS/video.html	Sun Dec 23 00:40:32 2001 +0000
@@ -598,11 +598,14 @@
 
 <P><CODE>&nbsp;&nbsp;&nbsp;&nbsp;insmod mga_vid.o mga_ram_size=16</CODE></P>
 
-<P>To make it load/unload automatically when needed, insert the following line
+<P>To make it load/unload automatically when needed, first insert the following line
 at the end of /etc/modules.conf:</P>
 
 <P><CODE>&nbsp;&nbsp;&nbsp;&nbsp;alias char-major-178 mga_vid</CODE></P>
 
+<P>Then copy the <CODE>mga_vid.o</CODE> module to the appropriate place under
+  <CODE>/lib/modules/&lt;kernel version&gt;/somewhere</CODE>.</P>
+
 <P>Then run</P>
 
 <P><CODE>&nbsp;&nbsp;&nbsp;&nbsp;depmod -a</CODE></P>