swift 05/10/25 17:27:09 Modified: xml/htdocs/doc/en nvidia-guide.xml Log: Adding a troubleshooting section, thanks to Christopher (cpisz - austin.rr.com) for telling me :)
Revision Changes Path 1.20 +22 -3 xml/htdocs/doc/en/nvidia-guide.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/nvidia-guide.xml?rev=1.20&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/nvidia-guide.xml?rev=1.20&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/nvidia-guide.xml.diff?r1=1.19&r2=1.20&cvsroot=gentoo Index: nvidia-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- nvidia-guide.xml 21 Oct 2005 20:35:46 -0000 1.19 +++ nvidia-guide.xml 25 Oct 2005 17:27:09 -0000 1.20 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v 1.19 2005/10/21 20:35:46 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v 1.20 2005/10/25 17:27:09 swift Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/nvidia-guide.xml"> @@ -22,8 +22,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.15</version> -<date>2005-10-21</date> +<version>1.16</version> +<date>2005-10-25</date> <chapter> <title>Introduction</title> @@ -350,6 +350,25 @@ </body> </section> +<section> +<title> + When I attempt to load the kernel module I receive a "no such device" +</title> +<body> + +<p> +This usually occurs when you don't have a matching video card. Make sure that +you have an nVidia-powered graphical card (you can double-check this using +<c>lspci</c>). +</p> + +<p> +If you are confident that you have an nVidia card, check your BIOS and see if +the directive <e>Assign IRQ to VGA</e> is set. +</p> + +</body> +</section> </chapter> <chapter> -- [email protected] mailing list
