Show Table of Contents
为了尽快向用户提供最新的信息,本文档可能会包括由机器自动从英文原文翻译的内容。如需更多信息,请参阅此说明。
7.3. 如何获取驱动程序介质
Driver images can be obtained from several sources. They may be included with Red Hat Enterprise Linux, or they may be available from a hardware or software vendor's website. If you suspect that your system may require one of these drivers, you should create a driver diskette or CD-ROM before beginning your Red Hat Enterprise Linux installation.
对于使用基于 x86 的系统的用户,Red Hat Enterprise Linux 的第一张光盘包括了驱动程序盘的映像(
images/drvnet.img
— 网卡驱动程序,以及 images/drvblock.img
— 用于 SCSI 控制器的驱动程序)。这些映像包括许多常见和罕见的驱动程序。
注意
你还可能通过一个网络文件来使用驱动程序映像。你可以使用
linux dd=url
命令来替代 linux dd
引导命令,其中的 url 是驱动程序映像所在的 HTTP、FTP、或 NFS 地址。
Another option for finding specialized driver information is on Red Hat's website at
在叫做 Bug Fixes 的内容里。偶尔,在Red Hat Enterprise Linux版本发行之后,会出现一些新的通用硬件,这些硬件无法使用在安装程序中已有的驱动程序或包括在Red Hat Enterprise Linux 第一张光盘中的驱动程序盘映像。在这种情况下,红帽网站可能会提供到这些驱动程序映像的链接。
7.3.1. 根据映像文件创建驱动程序盘
要在Red Hat Enterprise Linux 环境下根据驱动程序盘映像来制作驱动程序盘:
- 在第一个软盘(或 LS-120 磁盘)驱动器中插入一张空白的、格式化的软盘(Itanium 系统用户则插入 LS-120 磁盘)。
- 在含有驱动程序盘映像(如:
drvnet.img
)的同一目录下,以根用户身份键入dd if=drvnet.img of=/dev/fd0
。
注意
Red Hat Enterprise Linux 支持在安装过程中用 USB pen drive 来添加驱动映像。最好的实现方法就是挂载 USB pen drive 并把想要的
driverdisk.img
复制到 USB pen drive 上。例如:
dd if=driverdisk.img of=/dev/sda
然后,你会在安装的过程中被提示选择要使用的分区和文件。
为了尽快向用户提供最新的信息,本文档可能会包括由机器自动从英文原文翻译的内容。如需更多信息,请参阅此说明。