The Toshiba Libretto 50CT came with windows 95 when it was brand new but it’s far more useful to me as a DOS computer since I’m interested in playing with hex files under DOS as well as running retro games. There have been a couple of challenges along the way since it wasn’t designed to be used with DOS. One problem with the Libretto is that it does not have a hardware volume control. It’s a very small computer so presumably Toshiba wanted to cut every piece of non-essential hardware possible. I’m thankful that the sound works at all but it has been running at full blast up until now.
The Libretto uses an OPL3 sound chip but luckily that is Sound Blaster compatible. I found a great archive of DOS sound programs. Oddly, right at the very top of the list, I found the exact program that I needed called BCCVOL. I downloaded the program to my Libretto and after unzipping it, typed:
bccvol ?
This gave me something like:
Master volume level = 9
Wave volume level = 9
Synthesizer volume level = 9
CD volume level = 1
Line volume level = 1
To cut a long story short, I put a line like this in my autoexec.bat and now when the computer starts up, it puts the sound at a comfortable volume of 4:
C:\utils\bccvol m4
I don’t believe the program is a TSR so I don’t think running it uses any memory. I think the program simply toggles the proper registers and then exits so there should be no conflicts caused by using this program. This will probably also work for most any other laptop computer without a hardware volume control on which you are trying to run DOS.
If you like the content on this site, please support it by using this link to order from Amazon. You know you were going to go there and buy stuff anyhow so why not help me pay the hosting bill.
Thank you very much for this and sorry for necromancing such an old post. I was facing the exact same problem, but BCCVOL did not solve it. When starting up the computer in pure DOS mode, without Windows loading, BCCVOL says “Cannot find soundcard!”.
Do you have any sort of sound blaster driver loading on your autoexec.bat ? Because I don’t understand what to do to run this. I am trying to use a software that does not really run under a Windows DOS box and it’s doing my head in.
If you can reply on my email, it would be great, because I don’t think there will be a notification if you reply to me here!
Hey sorry to post so soon again, but I figured it out. I am loading the SB Pro II drivers from Creative and it works just fine as long as you configure the audio to have the proper ports (I was having issues with it being configured to IRQ 11, setting it to 5 worked fine).
The drivers can be found here:
http://support.creative.com/Products/ProductDetails.aspx?catID=1&subCatID=207&prodID=1841&prodName=Sound%20Blaster&subCatName=Others&CatName=Sound+Blaster&VARSET=prodfaq:PRODFAQ_1841,VARSET=CategoryID:1
Hope this helps all other Libretto 50CT users out there!