On Tue, 2007-08-07 at 08:34 +0100, Brian Paul wrote:
> 
> OK, I've checked in some updates to the README file.  Please review.
> BTW, I think you meant to use `uname -r` above, not `uname -a`. 

My suggestion ( add depmod -a ) 

Thanks,  
-- 
Sérgio M. B.
--- README.orig	2007-08-07 22:58:00.000000000 +0100
+++ README	2007-08-07 23:17:05.000000000 +0100
@@ -19,10 +19,20 @@ Compiling
 Compile with:
 	make
 
-Install (as root):
-	make install
 
 
+Installing (as root)
+--------------------
+
+To install the kernel modules in your kernel modules directory:
+
+since, make install, will copy agpgart.ko and intel-agp.ko to /lib/modules/`uname -r`/extra/
+duplicating agpgart.ko intel-agp.ko
+
+It is better:
+    cp agpgart.ko intel-agp.ko /lib/modules/`uname -r`/kernel/drivers/char/agp/
+    depmod -a 
+
 Note that if your kernel uses symbol versioning, after the new AGPGART
 module is intalled DRM may not load, complaining about missing symbols
 since DRM still uses the old agpgart symbols.
@@ -50,12 +60,3 @@ echo "cat /usr/src/kernels/`uname -r`-i6
 echo diff -up /usr/src/kernels/`uname -r`-i686/Module.symvers Module.symvers2 
 echo \#if ok
 echo cp Module.symvers2 /usr/src/kernels/`uname -r`-i686/Module.symvers
-
-
-
-Installing
-----------
-
-To install the kernel modules in your kernel modules directory:
-
-cp agpgart.ko intel-agp.ko /lib/modules/`uname -r`/kernel/drivers/char/agp/

Attachment: smime.p7s
Description: S/MIME cryptographic signature

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to