Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: device driver not found  (Read 3252 times)

0 Members and 1 Guest are viewing this topic.

Don Blanchard

  • Guest
device driver not found
« on: November 23, 2004, 09:43:28 AM »
My computer is not loading windows in normal mode.  It has a message that states device driver not found. MSCD001  It will load in safe mode.  How can I get it working properly.

MalikTous

  • Guest
Re: device driver not found
« Reply #1 on: November 23, 2004, 10:01:27 AM »
There has been a failure to load the CDROM device driver. This may be either from a hardware fault in the CD drive or an incorrect CONFIG.SYS or AUTOEXEC.BAT line.

In Win9x, the default CDROM driver is oakcdrom.sys (usually found in the c:\windows\command\ebd directory) but there are others as well. Make sure the one for your drive is loading right. Set the startup to Verify Each Step from the F8 startup menu and watch the response to each line. The line in config.sys and the line in autoexec.bat should have the same /d:mscd001 parameter, if both are present.

In WinXP, you would need to go through Admin Tools steps or something...

In the hardware, unplug and reconnect both ends of the flat cable between the mainboard and the CDROM drive and make sure the power connector is in right (and that it is not a 12-volt-line-only 'fan power connector). Check the BIOS settings and make sure the CDROM is recognised properly.
« Last Edit: November 23, 2004, 10:03:16 AM by MalikTous »

don blanchard

  • Guest
Re: device driver not found
« Reply #2 on: November 23, 2004, 10:12:31 AM »
What if the config.sys and the autoexec.bat lines are not the same.  What would I do to correct this problem.  And what if they are not both present.

MalikTous

  • Guest
Re: device driver not found
« Reply #3 on: November 23, 2004, 11:00:38 AM »
Line in CONFIG.SYS should be something like:

devicehigh=c:\cdrom\oakcdrom.sys /d:mscd001

Line in AUTOEXEC.BAT should be something like:

lh c:\cdrom\mscdex.exe /d:mscd001 /m:12

I usually copy the CD drivers to their own directory for convenience, but you can use the existing locations. The parameter /d: must match between the lines.