⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 109-110.html

📁 linux-unix130.linux.and.unix.ebooks130 linux and unix ebookslinuxLearning Linux - Collection of 12 E
💻 HTML
字号:
<HTML>

<HEAD>

<TITLE>Linux Configuration and Installation:Installing Linux</TITLE>

<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<SCRIPT>
<!--
function displayWindow(url, width, height) {
        var Win = window.open(url,"displayWindow",'width=' + width +
',height=' + height + ',resizable=1,scrollbars=yes');
}
//-->
</SCRIPT>
</HEAD>

 -->




<!--ISBN=1558285660//-->

<!--TITLE=Linux Configuration and Installation//-->

<!--AUTHOR=Patrick Volkerding//-->

<!--AUTHOR=Kevin Reichard//-->

<!--AUTHOR=Eric Foster//-->

<!--PUBLISHER=IDG Books Worldwide, Inc.//-->

<!--IMPRINT=M & T Books//-->

<!--CHAPTER=2//-->

<!--PAGES=109-110//-->

<!--UNASSIGNED1//-->

<!--UNASSIGNED2//-->



<CENTER>

<TABLE BORDER>

<TR>

<TD><A HREF="106-109.html">Previous</A></TD>

<TD><A HREF="../ewtoc.html">Table of Contents</A></TD>

<TD><A HREF="../ch03/111-113.html">Next</A></TD>

</TR>

</TABLE>

</CENTER>

<P><BR></P>

<P>After you recompile the kernel and reboot the machine, you&#146;ll want to make sure that the sound card installed properly. When the new kernel boots, there should be a line or two pertaining to the sound card; if these lines pass through, then the system at least recognized that the card was present. (This is also your first indication that there&#146;s a problem; bad configuration information will cause an error message.) You can also check the file <B>/dev/sndstat</B> to see if a sound card installed and the <B>/proc/devices</B> to see that the following device line is installed:</P>

<!-- CODE SNIP //-->

<PRE>

     25 sound

</PRE>

<!-- END CODE SNIP //-->

<P>More detailed information can be found in the <B>SOUND-HOWTO</B> on the first CD-ROM.</P>

<BLOCKQUOTE>

<P><FONT SIZE="-1"><HR><B>NOTE:&nbsp;&nbsp;</B>If you&#146;re using <B>Loadlin</B> and first booting DOS (where the sound card is already installed), you may find that your sound board works without any additional customization. Test the board before reinstalling a kernel.<HR></FONT>

</BLOCKQUOTE>

<H4 ALIGN="LEFT"><A NAME="Heading34"></A><FONT COLOR="#000077">Working with PCMCIA Devices</FONT></H4>

<P>The Slackware installation prompts you for the installation of PCMCIA devices with Card Services. This will save you many steps that are best avoided, such as the recompilation of a kernel.

</P>

<P>In fact, one of the nicest things about Card Services is that it&#146;s relatively painless (thanks to David Hinds for all his work on this) after you&#146;ve installed a kernel. During the boot process, Card Services will avoid hardware conflicts and work with a wide range of PCMCIA devices automatically. The trick, of course, is to use a PCMCIA device that generally conforms to PCMCIA standards. In our experience, most new hardware conforms to these standards, but some older laptops were rather liberal as to their interpretation of PCMCIA support.</P>

<P>If your PCMCIA device doesn&#146;t work, you&#146;ll need to look through the excellent <B>PCMCIA-HOWTO</B> on the first CD-ROM for information about recompiling a new kernel and adding support.</P>

<H4 ALIGN="LEFT"><A NAME="Heading35"></A><FONT COLOR="#000077">Working with a UPS</FONT></H4>

<P>Slackware supports uninterruptible power supplies, or <I>UPSes</I>. This support is rather easy to implement. First you get a UPS, hook it up to your PC, and then run a Linux daemon called <B>powerd</B> that monitors the power situation and shuts down the system if necessary. (It will also halt the shutdown if the power appears in time.)</P>

<P>For more information, check out the <B>man</B> page for the <B>powerd</B> command and the <B>UPS-HOWTO</B> on the first CD-ROM.</P>

<H4 ALIGN="LEFT"><A NAME="Heading36"></A><FONT COLOR="#000077">Adaptive Technologies and Linux</FONT></H4>

<P>After the Americans with Disabilities Act (ADA) was passed, the corporate world was forced to use adaptive technologies to open the workplace to all qualified workers. Linux supports a number of ways to implement adaptive technologies. Some involve changing the settings on existing Linux tools, while others involve special software tools, like <B>xzoom</B>, used to magnify a portion of the screen, and <B>emacspeak</B>, used to read the contents of a document in <B>emacs</B> (both of which we&#146;ve included on the second CD-ROM).</P>

<P>More information about adaptive technologies can be found in the <B>ADAPTIVE-HOWTO</B> document on the first CD-ROM.</P>

<H4 ALIGN="LEFT"><A NAME="Heading37"></A><FONT COLOR="#000077">Using Linux with Ham Radio</FONT></H4>

<P>Amazingly enough, Linux is one of the few operating systems that will work smoothly with ham radio. (Think of ham radio as an airborne precursor to the Internet, if you&#146;re unfamiliar with the concept.) You&#146;ll want to check out the <B>AV25-HOWTO</B> (found on the first CD-ROM) for more information.</P>

<H4 ALIGN="LEFT"><A NAME="Heading38"></A><FONT COLOR="#000077">Making Linux Work with Your Language</FONT></H4>

<P>Us English-speakers assume that the rest of the world speaks English (you probably do, to some extent at least, if you&#146;ve gotten this far). However, if you&#146;re not a native English-speaker and want to adapt Linux for your own language, you may want to check out the many HOWTOs on the first CD-ROM.

</P>

<P>Languages covered in specific HOWTOs include: Cyrillic (used in Russia), Danish, Finnish, German, Hebrew, Polish, and Portuguese.</P>

<H3><A NAME="Heading39"></A><FONT COLOR="#000077">Summary</FONT></H3>

<P>This chapter covered Linux installation and configuration. Basically, the process is:

</P>

<DL>

<DD><B>&#149;</B>&nbsp;&nbsp;Create boot and root floppies.

<DD><B>&#149;</B>&nbsp;&nbsp;Prepare your hard drive for installation with DOS utilities.

<DD><B>&#149;</B>&nbsp;&nbsp;Boot Linux from boot and root floppies.

<DD><B>&#149;</B>&nbsp;&nbsp;Prepare your hard drive for installation with Linux utilities.

<DD><B>&#149;</B>&nbsp;&nbsp;Install Linux from the CD-ROM.

</DL>

<P>None of these steps is exceptionally complicated; if you&#146;re attentive at all to detail, you&#146;ll have no problem following the steps detailed here.

</P>

<P>The chapter ended with a few of the basic commands you&#146;ll need after installing Linux, such as <B>adduser</B> and <B>shutdown</B>.</P>

<P>The next chapter introduces XFree86, a version of the X Window System optimized for PCs and compatibles.</P><P><BR></P>

<CENTER>

<TABLE BORDER>

<TR>

<TD><A HREF="106-109.html">Previous</A></TD>

<TD><A HREF="../ewtoc.html">Table of Contents</A></TD>

<TD><A HREF="../ch03/111-113.html">Next</A></TD>

</TR>

</TABLE>

</CENTER>





</td>
</tr>
</table>

<!-- begin footer information -->





</body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -