Link to home
Start Free TrialLog in
Avatar of CoolFellow
CoolFellow

asked on

How do I setup a sound blaster 16 and CD-Rom?

Computer 486DX4, DOS 6.22, Windows 3.1, Soundblaster 16 card is by Creative Technologies(CT 2230). CD Rom is a Sony CDU33A-C3(it has the name Creative MPC2 on the front opening and I think its a 2X.)Do both items need a driver? or just one? I have tried the drivers from the Sony and Creative Technology sites but my CD-Rom is never recognized during boot ups or when I put a disk inside. It used to be letter :E but I cant get that from dos either. The sony CD-Rom power light is on, but during startup I get the same ole cant find the CD-Rom.I have checked the ribbon cable to the soundcard, the power cable, and another 4 pin little cable that connects the card and the CD-Rom. I had this CD working fine until I corrupted the files, formatted, and sad to say I dont have the original disk drivers for the soundcard and CD Rom. This computer has two hard drives (C:, D:), D being bigger of the two. Please help, I have tried and need your expertise. Thanks- CoolFellow
Avatar of pjknibbs
pjknibbs

You need at least three drivers to get all this hardware working. The soundcard needs a driver under Windows. The CD-ROM drivers need to be set up in DOS, and there are two of them: whatever driver the CD-ROM interface you've got uses, which will be a DEVICE= line in CONFIG.SYS, and MSCDEX.EXE, which is loaded in AUTOEXEC.BAT. Make sure all three are present.
look at the index file and see if any of these SB files will help:

ftp://ftp.creativelabs.com/pub/creative/drivers/sb+sbp/
Avatar of dbrunton
As stated by oldgreyguy the SB drivers are available from
www.creativelabs.com

The CD rom drivers

http://www2.driverguide.com/cgi/drifound.pl?ID=sony&NAME=Sony-Electronics

ftp://ftp.sony.com/ccpg/drivers/README.txt

However the Sony drivers are for Sony drivers that only use the Sony interface card so can't guarantee.  You could try the generic Creative sbide drivers cause I couldn't find the Sony drivers listed at Creative.

Also check cable connected right way.

Post your config.sys and autoexec.bat files here.
Avatar of CoolFellow

ASKER

Thanks for the professional advise. I got the soundblaster 16 working with a generic sb16 driver. CDROM errors still display during bootup: THE DEVICE DRIVER IS NOT INSTALLED. DEVICE DRIVER NOT FOUND: 'SONY_000'. NO VALID CDROM DEVICE DRIVERS SELECTED. Here is my Autoexec.bat on the next line:
SETSOUND=C:\SB16
SETBLASTER=A220 I5 D1 H5 P330 T6
SETMIDI=SYNTH:1 MAP:E
C:\SB16\DIAGNOSE /S
C:\SB16\MIXERSET /P /Q
LH /L:0;2,45456/S C:\DOS\SMARTDRV.EXE/X
@ECHO OFF
PROMPT $P$G
PATH C:\WINDOWS;C:\DOS
SET TEMP=C:\DOS
\MSCDEX.EXE /D:SONY_000
Here is my config.sys/////////////////
DEVICE=C:\DOS\HIMEN.SYS
DEVICE=C:\DOS\EMM386.EXE RAM HIGHSCAN
follows HIGHSCAN same line (I=B000-B7FF)
BUFFERS=15,0
REM ** FILES=30
DOS=UMB
LASTDRIVE=Z
FCBS=4,0
DEVICEHIGH /L:3,12048 =C:\DOS\SETVER.EXE
DOS=HIGH
STACKS=9,256
FILES=40
DEVICE=\SLCD.SYS /D:SONY_000 /B:340 /M:P
follows /M:P same line (/V /C)
I checked the ribbon cable, it only runs the soundblaster 1 way. I plugged it in upside down and the card didnt sound with windows Ta Da during a fresh boot. You all have been helpful, hope we can get this CD working and please let me know how I can distribute my points in all fairness. Thankyou., CoolFellow
The offending line is probably

DEVICE=\SLCD.SYS etc.

in the CONFIG.SYS file. There are three possibilities here: either the SLCD.SYS file isn't where it says it is, the driver can't load because it's the wrong one for the hardware, or the driver can't load because of a hardware fault. I'd try the first one to start with--whereabouts on your system is the SLCD.SYS file?
The SLCD.SYS is located in the DOS directory. I believe this is the DOS driver.
There's your problem, then: the line

DEVICE=\SLCD.SYS

will look for the file in the root directory. Change this to

DEVICE=\DOS\SLCD.SYS

and leave the rest of the line as it is. See if that works!
In reply to pjknibbs: I changed the  config.sys to read DEVICE=\DOS\SLCD.SYS
and the rest of the line but there was no change. Should I reload the drivers? Mabey it is a hardware discrepancy and not a software error. There is a 4 pin cable and ribbon cable connecting the soundcard and CDROM. They feel firmly attached. Thankyou pjknibbs for your help. Thankyou oldgreyguy and dbrunton for your driver links and assistance. I was up all night trying to get this squared away. Tired, hungry and frustrated....... CoolFellow  :)  
That 4-pin cable is just an audio passthrough so audio CDs can be played through the soundcard. There should also be a much bigger ribbon cable connecting the CD-ROM to a data interface--do you have such a thing attached?
ASKER CERTIFIED SOLUTION
Avatar of dbrunton
dbrunton
Flag of New Zealand image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Changed parameter/B:340 which suggested might be problem from dbrunton and changed it to /B:230 as per set of Sony instructions from a bulletin board on CDROM discrepancies. Provided for a fresh boot and CDROM has sprang to life! HOORAY! I appreciate everyones assistance. Let me know how I should distribute my points as I don't wish to short change anyone and I want to continue to do business with you all. Thanks again...CoolFellow.  
We'll be here when you are done, and if you have any more problems.
Don't forget to distribute your points.
You can use the accept comment as answer, button, or you can put in a request to
                    http://www1.experts-exchange.com/Customer_Service/Experts_Exchange/ 
to disribute the points in a manner you think is proper.
Great job. Thanks for the assistance. Your professional approach to the problem and expertise in solving the problem is greatly appreciated. /B:340 was at fault and is now corrected. Thankyou to all who provided assistance. I am amazed at the level of experience by all who helped me with this problem.  Thanks, CoolFellow.