driver conflict
Results 1 to 3 of 3

Thread: driver conflict

  1. #1
    Join Date
    Nov 2001
    Location
    flushing,ny,us
    Posts
    1

    driver conflict

    im trying to install a driver for the cd rom in dos the startup disk is not installing the driver. im reinstalling an operating system in a old pc 486dx i got the driver for the cd rom on a floppy i downloaded how do itake care of this problem?

  2. #2
    Join Date
    Apr 2000
    Posts
    1,579
    Basically the driver must be copied to your startup diskette and you need a file called MSCDEX.EXE placed on your startup diskette too. After that the config.sys on the startup floppy should be created or modified by editing it. The modification must include a reference to the CDROM driver, which will be on your diskette after you copy it there. After that the AUTOEXEC.BAT file needs to reference the MSCDEX.EXE file to load it also at boot time. For more information on how to do this see VERNON's reply in this link: http://discussions.virtualdr.com/For...ML/001517.html
    Open your mind, not your computer.

  3. #3
    Join Date
    Oct 1999
    Location
    Huntington Beach, CA, USA
    Posts
    3,137
    You, of course, need the correct driver for the CDROM. If it is an IDE/ATAPI CDROM most IDE drivers will work. If it is an SCSI or a propriety type CDROM you need more specific drivers.

    Is the correct driver for your CDROM on the floppy boot disk? This will usually be a .sys file such as cddriver.sys. The line will have a /d:xxxxx (the x's are a name or number). An example would be:
    device=cddriver.sys /d:mscd001

    If this is there and it loads, you also need the file mscdex.exe on the disk. In the AUTOEXEC.BAT you should find a line:
    mscdex /d:mscd001

    There may be additional switches. The name mscd001 must match the name in the CONFIG.SYS file for the CDROM driver.

    See DOS CDROM for more.
    ------------------
    My
    Two Cents
    Dennis
    Politalk

    [This message has been edited by Eeyore (edited 11-26-2001).]

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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