neysx 06/03/17 10:17:04 Modified: home-router-howto.xml Log: #126489 grep lspci output
Revision Changes Path 1.42 xml/htdocs/doc/en/home-router-howto.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/home-router-howto.xml?rev=1.42&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/home-router-howto.xml?rev=1.42&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/home-router-howto.xml.diff?r1=1.41&r2=1.42&cvsroot=gentoo Index: home-router-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/home-router-howto.xml,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- home-router-howto.xml 1 Jan 2006 11:51:43 -0000 1.41 +++ home-router-howto.xml 17 Mar 2006 10:17:04 -0000 1.42 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/home-router-howto.xml,v 1.41 2006/01/01 11:51:43 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/home-router-howto.xml,v 1.42 2006/03/17 10:17:04 neysx Exp $ --> <guide link="/doc/en/home-router-howto.xml" lang="en"> <title>Home Router Guide</title> @@ -17,8 +17,8 @@ <!-- The content of this document is released into the public domain --> <license/> -<version>1.24</version> -<date>2005-12-20</date> +<version>1.25</version> +<date>2006-03-17</date> <chapter> <title>Introduction</title> @@ -104,9 +104,9 @@ <p> If you do not see your two cards showing up and you're not sure what kind of -cards you have, try running <c>lspci</c>. You can get that from <c>emerge -pciutils</c>. Look for "Ethernet controller" in the output. Once you have -this information, go into your kernel and add support for the correct drivers. +cards you have, try running <c>lspci | grep Ethernet</c>. You can get that from +<c>emerge pciutils</c>. Once you have this information, go into your kernel and +add support for the correct drivers. </p> <p> -- [email protected] mailing list
