diff --git a/DOCS/Hungarian/video.html b/DOCS/Hungarian/video.html index 15b165081d..dde4f0d99b 100644 --- a/DOCS/Hungarian/video.html +++ b/DOCS/Hungarian/video.html @@ -581,12 +581,15 @@ esd, arts)

    insmod mga_vid.o mga_ram_size=16

-

Hogy mindez automatikus legyen, a következő sor kell az /etc/modules.conf +

Hogy mindez automatikus legyen, előszöris a következő sor kell az /etc/modules.conf végére :

    alias char-major-178 mga_vid

-

És futtasd le a depmod-ot :

+

Ezután másold az mga_vid.o file-t a megfelelő helyre a + /lib/modules/<kernel verzió> könyvtárakon belül.

+ +

Végül futtasd le a depmod-ot :

    depmod -a

diff --git a/DOCS/video.html b/DOCS/video.html index 0a2007f8f8..139e96c7b1 100644 --- a/DOCS/video.html +++ b/DOCS/video.html @@ -598,11 +598,14 @@ memory size in MB:

    insmod mga_vid.o mga_ram_size=16

-

To make it load/unload automatically when needed, insert the following line +

To make it load/unload automatically when needed, first insert the following line at the end of /etc/modules.conf:

    alias char-major-178 mga_vid

+

Then copy the mga_vid.o module to the appropriate place under + /lib/modules/<kernel version>/somewhere.

+

Then run

    depmod -a