From: Brad M. <bra...@us...> - 2002-09-17 08:37:35
|
Update of /cvsroot/linuxconsole/ruby/web/htdocs In directory usw-pr-cvs1:/tmp/cvs-serv18639 Modified Files: quick.html Log Message: update docs to match the current kernel config menus (ie v2.5.27) Index: quick.html =================================================================== RCS file: /cvsroot/linuxconsole/ruby/web/htdocs/quick.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- quick.html 24 May 2002 08:07:24 -0000 1.6 +++ quick.html 17 Sep 2002 08:37:29 -0000 1.7 @@ -69,15 +69,14 @@ <h2>Patching</h2> <p> -To compile and use the files you download, you first have to get a 2.4 +To compile and use the files you download, you first have to get a 2.5 kernel to use the drivers with. You can get it from <code><a href="ftp://ftp.kernel.org/pub/linux/kernel/v2.4/">ftp.kernel.org</a></code>. <p> <code> -wget ftp://ftp.kernel.org/pub/linux/kernel/v2.4/linux-2.4.13.tar.bz2<br> -mv linux linux-old<br> -tar xIvf linux-2.4.13.tar.bz2<br> +wget ftp://ftp.kernel.org/pub/linux/kernel/v2.5/linux-2.5.27.tar.bz2<br> +tar xjvf linux-2.5.27.tar.bz2<br> </code> <p> @@ -87,9 +86,9 @@ <code> cd ruby/linux<br> -cp -avP * ../../linux/<br> -cd ../../linux<br> -sh ../ruby/utils/remove-unused-files<br> +cp -avP * ../../linux-2.5.27/<br> +cd ../../linux-2.5.27<br> +sh ../ruby/utils/remove-obsolete-files<br> </code> <p> @@ -123,6 +122,7 @@ USB support ---><br> Input device support ---><br> Character devices ---><br> +Graphics support ---><br> </code> <p> @@ -141,7 +141,7 @@ Russel King's code from the ARM tree. We have taken this code to make it less and less TTY dependent. This menu comes before the input and char menus since alot of things are effected by this. If you select the new serial drivers you -can't select the old drivers. This prevents clashs. If you decided to try out +can't select the old drivers. This prevents clashes. If you decided to try out the new serial drivers you will see: <p> @@ -152,6 +152,7 @@ If you enable it for the ix86 platform you will see: <p> +<i>In 2.5.27, these options are still under "Character Devices"</i><p> <code> Serial port support<br> @@ -178,7 +179,7 @@ <p> Now you have finished the serial configuration if you decided to give it a -try we go onto configuring your Input Drivers. This part is a little tricky. +try we go on to configuring your Input Drivers. This part is a little tricky. You have to select quite a bunch of options to have your system operate correctly. For a most usual setup with a PS/2 mouse and a AT keyboard you need to select: @@ -186,12 +187,16 @@ <code> Input device support ---><br> - Input device support<br> - i8042 aux+kbd controller<br> - AT and PS/2 keyboards<br> - PS/2 mouse<br> + Input core support<br> + Keyboard Interface<br> Mouse interface<br> Event interface<br> + Serial i/o support ---><br> + i8042 PC Keyboard controller<br> + Keyboards ---><br> + AT keyboard support<br> + Mice ---><br> + PS/2 mouse<br> </code> <p> @@ -201,7 +206,7 @@ allows us to use the same PS/2 keybaord driver on different platforms. It is the underlying driver for the chipset that could vary. For example I can use the same PS/2 keyboard for my intel box as well as for the iPAQ I have. -I have a special adaptor that allows me to plug in my PS/2 keyboard into a +I have a special adapter that allows me to plug in my PS/2 keyboard into an iPAQ. <p> @@ -211,14 +216,12 @@ <code> USB support ---><br> Support for USB<br> - Preliminary USB device filesystem<br> - UHCI (Intel PIIX4, VIA, ...) support<br> - OHCI (Compaq, iMacs, OPTi, SiS, ALi, ...) support<br> + USB device filesystem<br> + OHCI support<br> + UHCI (most Intel and VIA) support<br> Input device support ---><br> - Input device support<br> - USB Human Interface Device<br> - Mouse interface<br> - Event interface<br> + USB Human Interface Device (full HID) support<br> + HID input layer support<br> </code> <p> @@ -236,10 +239,12 @@ <code> Input device support ---><br> - Serial port input line discipline<br> - Serial mouse<br> Mouse interface<br> Event interface<br> + Serial i/o support<br> + Serial port input line discipline<br> + Mice<br> + Serial mouse<br> </code> <p> @@ -261,9 +266,9 @@ <code> Input device support ---><br> - ns558 gameports<br> - Analog joysticks and gamepads<br> Joystick interface<br> + Gameport support<br> + Classic ISA and PnP gameport support<br> </code> <p> @@ -315,7 +320,7 @@ This just means you will use the new serial drivers instead. Select the other devices you need in the character menu and then we can go onto the Video menu. -When you enter the video menu you will see either: +When you enter the Graphics support menu you will see either: <p> <code> @@ -356,8 +361,8 @@ </code> <p> -Then, to keep a working system after you boot with the new kernel, you also -need to change a couple nodes in /dev: +If you're not using devfs, you also need to change a few nodes in +/dev to keep a working system after you boot with the new kernel: <p> <code> |