Product SiteDocumentation Site

5.3. How Do I Obtain Driver Media?

Driver images 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 Fedora installation.

Note

It is also possible to use a driver image via a network file. Instead of using the linux dd boot command, use the linux dd=url command, where url is replaced by an HTTP, FTP, or NFS address of the driver image to be used.

5.3.1. Creating a Driver Diskette from an Image File

To create a driver diskette from a driver diskette image using Linux:
  1. Insert a blank, formatted diskette into the first diskette drive.
  2. From the same directory containing the driver diskette image, such as drvnet.img, type dd if=drvnet.img of=/dev/fd0 as root.