yoswink 05/04/14 10:34:20 Modified: xml/htdocs/doc/en usb-guide.xml Log: Fixed gentoo-dev-sources issue and added less to dmesg, due to #89044
Revision Changes Path 1.2 +14 -9 xml/htdocs/doc/en/usb-guide.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/usb-guide.xml?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/usb-guide.xml?rev=1.2&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/usb-guide.xml.diff?r1=1.1&r2=1.2&cvsroot=gentoo Index: usb-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/usb-guide.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- usb-guide.xml 26 Mar 2005 17:01:21 -0000 1.1 +++ usb-guide.xml 14 Apr 2005 10:34:20 -0000 1.2 @@ -18,8 +18,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.0 --> <license/> -<version>1.0</version> -<date>2005-03-02</date> +<version>1.1</version> +<date>2005-04-14</date> <chapter> <title>Introduction</title> @@ -149,17 +149,20 @@ <title>Getting the kernel</title> <body> +<note> +Since the 2005.0 release, Gentoo Linux uses 2.6 as the default kernel. Unless +you are specifically using the 2.4 profile, <c>gentoo-sources</c> will be a +2.6 kernel on <e>most</e> architectures. Please check your kernel version and +then proceed with the configuration accordingly. +</note> + <p> First emerge the kernel sources of your choice. Here we'll use the -<c>gentoo-dev-sources</c> (for 2.6.x) and <c>gentoo-sources</c> (for 2.4.x). -For more information on the various kernel sources available on Portage, +<c>gentoo-sources</c> For more information on the various kernel sources available on Portage, please look up the <uri link="/doc/en/gentoo-kernel.xml">Gentoo Linux Kernel Guide</uri>. </p> <pre caption="Getting the kernel sources"> -<comment>(For 2.6.x)</comment> -# <i> emerge gentoo-dev-sources</i> -<comment>(For 2.4.x)</comment> # <i> emerge gentoo-sources</i> </pre> @@ -349,12 +352,14 @@ <c>dmesg</c> will generally give a lot of output up front before coming to the info we need, as it reads the kernel ring buffer that has all the boot up messages as well. The output in the following examples have only the relevant -portion(s) ans extra spaces in between to enable better readability. +portion(s) and extra spaces in between to enable better readability. If needed +please use a <c>dmesg | more</c> or <c>dmesg | less</c> to see the output +better in your system. </note> <pre caption="dmesg output for Memory Stick"> <comment>(Plug in Memory Stick into available USB port and then..)</comment> -# <i>dmesg</i> +# <i>dmesg | less</i> <comment>(The device is picked up as a USB 1.1 and allocated an address. Also says what HCD it is using.)</comment> usb 1-1: new full speed USB device using uhci_hcd and address 2 -- [email protected] mailing list
