Results 1 to 2 of 2

Thread: Load Linux hardware drivers from /dev/usb instead of/dev/fd0

  1. #1

    Load Linux hardware drivers from /dev/usb instead of/dev/fd0

    Is it possible to create a driver diskette using USB memory stick?
    And load the driver diskette from the linux dd

    My example is

    Download Smart Array Controller (HP ProLiant) - cpq_cciss-< version >.i386.dd.gz

    Extract it using GUNZIP

    Then
    # dd if= cpq_cciss-< version >.i386.dd of=/dev/usb bs=? (what do I have to type here?)

    To install this driver diskette, boot the linux machine with linux rh3 cd1 in CD-ROM
    A menue will displayed, and prompt for input
    # linux update dd

    Now how do we give an usb memory stick instead of floppy diskette?

    Please let me know is this possible or could you please advice me to how to install hardware drivers when we load from the USB memory sticks

    Thanks in advance

    - dylan912

  2. #2
    Senior Member
    Join Date
    May 2004
    Location
    Pakistan
    Posts
    253

    Re:

    Dear dylan912,
    Hello,

    Just use this

    # dd if=file.iso of=/dev/usb

    or

    # cat file.iso > /dev/usb

    Best Regards.
    Färrükh Ähmëd

Similar Threads

  1. Does Linux need Microsoft?
    By starfish in forum General Chat
    Replies: 3
    Last Post: 12-19-2005, 03:38 PM
  2. Printer Drivers for Windows 2000
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-01-2005, 01:40 AM
  3. Desktop Linux: The Final Hurdles
    By in forum General Chat
    Replies: 1
    Last Post: 11-11-2004, 12:47 AM
  4. Novell aims Linux at corporate desktops
    By in forum General Chat
    Replies: 1
    Last Post: 11-09-2004, 01:51 PM
  5. Shopping for Linux hardware?
    By Fatal Error in forum General Chat
    Replies: 0
    Last Post: 07-24-2004, 04:19 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •