Both of your DVD/CD drives are being assigned the MSCD001 designator. Look here for the correct syntax to use in your Windows 98 startup disk's config.sys and autoexec.bat files to gain access to both your internal and external drives:
http://support.microsoft.com/kb/q188391/
Please do. I had the same problem some years back with a Windows 98 system that had 13 CD-ROM drives (one internal CD-ROM and two six-disc external drives).
Thank you for your continuous efforts and your cooperation.
As you can see in my 1st letter above, I'm already using the Panasonic dos driver USBASPI.SYS (that was mention in the Link you just noted - and I've read it all).
I've also made the changes you offer regading two or more CDs in the config.sys/autoexec.bat But I still can't
load the combination of USB-DVD & Internal DVD while I'm booting my USB Sundisk stick (Win98 OS).
Apparently I have a wrong setting somewhere... so I need some examples how to fix it.
When you say you can't see the internal CD when booting from your Sundisk, are you booting Windows 98 directly from the Sundisk with no startup floppy?
Please copy and paste the autoexec.bat and config.sys files from your Sundisk and from you boot floppy into your next post so that I can compare them. It's got to be something simple that's preventing you from seeing the internal CD-ROM.
devicehigh=usbaspi.sys /w /v ;<< to detect (or Troubleshoot) any USB devices
devicehigh=usbcd.sys /d:cd1 ;<< this is the usb (external) LG dvd
devicehigh=di1000dd.sys ;<< this for my Sundisk
devicehigh=oakcdrom.sys /d:cd2 ;<< this is the laptop internal cd device
Floppy - autoexec.bat: ============= @echo Off set tz=gho-02:00
mouse.com
devicehigh=usbaspi.sys /w /v ;<< to detect (or Troubleshoot) any USB devices
devicehigh=usbcd.sys /d:cd1 ;<< this is the usb (external) LG dvd
devicehigh=oakcdrom.sys /d:cd2 ;<< this is the
laptop internal cd device
Sundisk - autoexec.bat: ============= @echo Off set tz=gho-02:00
mouse.com
LH \mscdex.exe /d:cd1 /d:cd2 /l:M
Why did you make the Sundisk's config.sys file different from your floppy disk's config.sys? Why did you leave out the devicehigh=di1000dd.sys? I think you'll have to include it in the Sundisk's config.sys before you will be able to see the internal CD-ROM.
The "command.com not found" error is usually caused by a missing or corrupt master boot record. How did you initially create the Sundisk as a boot disk?
As you know by now, I need the USBASPI.SYS driver to detect my external LG USB-DVD. While using the floppy (with the same configuration), the driver above detect every CD / USB internal & external, but I still prefer the Sundisk to boot.
Well, It seems to me like a system-conflict... with something I don't understand...
Maybe I need to use the RAMDRIVE.SYS driver to load the OS to the RAM first?? but I'm not sure of it.
I agree. It's something simple like a system conflict. Have you tried using
DEVICE=USBASPI.SYS /e /w /v which will force the system to only use the high-speed USB 2.0 controller. I know the i1000 has a USB 2.0 controller, but there may be some bug in its SiS M650, 962L chipset that's causing some confusion when booting from the SunDisk. You might also try adding the
/nocbc parameter to see if the TI cardbus controller is causing a false/positive signal of some sort that confusing the system.
Let me know how you fare. Granddaughter's on the way over, so I might not get to try replicating your problem today or tomorrow. Between the two of us, we'll figure it out.
tgsmith
2.9K Posts
0
May 31st, 2007 22:00
aloncohen
37 Posts
0
June 5th, 2007 16:00
tgsmith
2.9K Posts
0
June 6th, 2007 17:00
aloncohen
37 Posts
0
June 11th, 2007 15:00
tgsmith
2.9K Posts
0
June 13th, 2007 08:00
aloncohen
37 Posts
0
June 15th, 2007 11:00
tgsmith
2.9K Posts
0
June 15th, 2007 19:00
aloncohen
37 Posts
0
June 19th, 2007 15:00
tgsmith
2.9K Posts
0
June 19th, 2007 20:00
aloncohen
37 Posts
0
June 20th, 2007 15:00
==========
device=himem.sys
devicehigh=emm386.exe
dos=high,umb
files=40
buffers=30
stacks=9,256
devicehigh=usbaspi.sys /w /v ;<< to detect (or Troubleshoot) any USB devices
devicehigh=usbcd.sys /d:cd1 ;<< this is the usb (external) LG dvd
devicehigh=di1000dd.sys ;<< this for my Sundisk
=============
@echo Off
set tz=gho-02:00
mouse.com
=============================================
==========
device=himem.sys
devicehigh=emm386.exe
dos=high,umb
files=40
buffers=30
stacks=9,256
devicehigh=usbaspi.sys /w /v ;<< to detect (or Troubleshoot) any USB devices
devicehigh=usbcd.sys /d:cd1 ;<< this is the usb (external) LG dvd
devicehigh=oakcdrom.sys /d:cd2 ;<< this is the laptop internal cd device
=============
@echo Off
set tz=gho-02:00
mouse.com
LH \mscdex.exe /d:cd1 /d:cd2 /l:M
tgsmith
2.9K Posts
0
June 21st, 2007 04:00
aloncohen
37 Posts
0
June 21st, 2007 05:00
tgsmith
2.9K Posts
0
June 21st, 2007 13:00
Message Edited by tgsmith on 06-21-2007 10:15 AM
aloncohen
37 Posts
0
June 22nd, 2007 14:00
tgsmith
2.9K Posts
0
June 23rd, 2007 19:00