| 
 
沈洁 
金牌会员
 
       小飞侠
  
 
积分 4590 
发帖 1812 
注册 2003-4-2 来自 上海市 
状态 离线
 | 
『楼 主』:
 如何加载dos下声卡驱动(综合)
 
使用 LLM 解释/回答一下
  
强烈建议: 
如果说要在dos下玩多媒体, 
那么声卡驱动是就对少不了的! 
可是现在在dos下的声卡只有, 
版主会加载其中的少数几款! 
而且,很少会贴出来! 
这样广大的网民怎样来在dos下玩多媒体啊! 
所以,我强烈建议, 
设置一个精华贴, 
把大家会的声卡驱动都贴出来! 
同时贴的时候最好规范一点。 
一定要有config和AUTOEXEC.BAT 
在最小起动盘中的写法! 
这样大家才能看得更明白啊! 
有利于大家研究吗! 
 
Strongly Suggest: 
If you want to play multimedia under DOS, 
Then the sound card driver is definitely indispensable! 
But now the sound cards under DOS are only those, 
The moderator will load a few of them! 
And rarely post them! 
How can the majority of netizens play multimedia under DOS! 
So, I strongly suggest, 
Set up a highlighted post, 
Post all the sound card drivers that everyone knows! 
At the same time, it is best to be standardized when posting. 
There must be the writing in the minimal startup disk for CONFIG and AUTOEXEC.BAT! 
So that everyone can understand it more clearly! 
Conducive to everyone's research! 
    
 
  
  |  
                  
  
                      |   
 | 
  2003-5-25 00:00 | 
  
 | 
 | 
 
沈洁 
金牌会员
 
       小飞侠
  
 
积分 4590 
发帖 1812 
注册 2003-4-2 来自 上海市 
状态 离线
 | 
『第 2 楼』:
 
 
使用 LLM 解释/回答一下
  
dos下sblive的驱动! 
config: 
device=himem.sys /testmem<img src="images/smilies/face-surprise.png" align="absmiddle" border="0">ff 
device=emm386.exe noems novcpi i=b000-b7ff 
files=10 
buffers=10 
dos=high,umb 
stacks=9,256 
lastdrive=z
 
AUTOEXEC.BAT: 
SET CTSYN=a:\sblive 
SET BLASTER=A220 I5 D1 H5 P330 T6 
a:\sblive\SBEINIT.COM
 
需要文件 
DOS4GW.EXE 
CTSYN.INI 
SBECFG.CFG 
SBECFG.EXE 
SBECORE.BIN 
SBEINIT.COM 
SBELOAD.EXE 
DEFAULT.ECW
 
系统文件 
himem.sys 
emm386.exe
 
还有需要注意的是: 
需要的himem一定要用win98自带的, 
如果用版主的那个是会无故重启的! 
emm386.exe不用说了吧! 
CTSYN.INI这个文件一定要编辑一下 
指向DEFAULT.ECW文件的路径。 
还有就是*.ECW文件是mimd音色库文件。 
有好几个版本, 
dostest.ecw         470k 
DEFAULT.ECW        2150k 
eapci2m.ecw        2150k 
eapci4m.ecw        4750k 
eapci8m.ecw        7900k 
这几个文件都是可以用的,可以互换的, 
就看你这么用了, 
我在我的启动光盘中用的是最小的那个, 
因为空间有限啊! 
还有要注意的就是 
SBEINIT.COM要在 
SMARTDRV.EXE 
PC-CACHE.COM 
XMSDSK.EXE 
RAMDRIVE.SYS 
这类文件之前加载, 
否则无法加载成功。 
如果你一定要加载, 
这类文件就在加载完 
SBEINIT.COM后再加载也不迟啊! 
                                                                                        完
 
  
Drivers for SB Live under DOS! 
config: 
device=himem.sys /testmem:off 
device=emm386.exe noems novcpi i=b000-b7ff 
files=10 
buffers=10 
dos=high,umb 
stacks=9,256 
lastdrive=z
 
AUTOEXEC.BAT: 
SET CTSYN=a:\sblive 
SET BLASTER=A220 I5 D1 H5 P330 T6 
a:\sblive\SBEINIT.COM
 
Files needed 
DOS4GW.EXE 
CTSYN.INI 
SBECFG.CFG 
SBECFG.EXE 
SBECORE.BIN 
SBEINIT.COM 
SBELOAD.EXE 
DEFAULT.ECW
 
System files 
himem.sys 
emm386.exe
 
Also need to note: 
The himem needed must be the one from Windows 98 itself. 
If you use the version from the moderator, it will restart without reason! 
Needless to say about emm386.exe! 
This file CTSYN.INI must be edited. 
Point to the path of the DEFAULT.ECW file. 
Also, the *.ECW files are mimd tone library files. 
There are several versions, 
dostest.ecw         470k 
DEFAULT.ECW        2150k 
eapci2m.ecw        2150k 
eapci4m.ecw        4750k 
eapci8m.ecw        7900k 
These files are all usable and interchangeable. 
It depends on how you use them. 
I used the smallest one in my boot CD because of limited space! 
Also need to note that 
SBEINIT.COM should be loaded before 
SMARTDRV.EXE 
PC-CACHE.COM 
XMSDSK.EXE 
RAMDRIVE.SYS 
Such files, otherwise it cannot be loaded successfully. 
If you must load them, 
such files can also be loaded after SBEINIT.COM is loaded. 
                                                                                        End
 
  
    
 
  
  |  
                  
  
                      |   
 | 
  2003-5-25 00:00 | 
  
 | 
 | 
 
Wengier 
系统支持
 
              “新DOS时代”站长
  
 
积分 27736 
发帖 10521 
注册 2002-10-9 
状态 离线
 | 
『第 3 楼』:
 
 
使用 LLM 解释/回答一下
  
请问一下,“版主的那个HIMEM.SYS”是指哪一个?多少KB的那个? 
May I ask which "HIMEM.SYS" of the moderator refers to? Which one is the one with a size of how many KB? 
    
 
  
  |  
                  
  
                    Wengier - 新DOS时代 
 
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址: 
http://wendos.mycool.net/ 
 
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!) 
 
  |   
 | 
  2003-5-25 00:00 | 
  
 | 
 | 
 
沈洁 
金牌会员
 
       小飞侠
  
 
积分 4590 
发帖 1812 
注册 2003-4-2 来自 上海市 
状态 离线
 | 
 | 
  2003-5-25 00:00 | 
  
 | 
 | 
 
Wengier 
系统支持
 
              “新DOS时代”站长
  
 
积分 27736 
发帖 10521 
注册 2002-10-9 
状态 离线
 | 
『第 5 楼』:
 
 
使用 LLM 解释/回答一下
  
不是吧??我的MS-DOS 7.10启动盘中的HIMEM.SYS可不是4KB呀,而是10KB!4KB的那个HIMEM.SYS不是我的启动盘中的吧。 
No way?? The HIMEM.SYS in my MS-DOS 7.10 boot disk is not 4KB, but 10KB! The 4KB one is not in my boot disk. 
    
 
  
  |  
                  
  
                    Wengier - 新DOS时代 
 
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址: 
http://wendos.mycool.net/ 
 
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!) 
 
  |   
 | 
  2003-5-25 00:00 | 
  
 | 
 | 
 
Roy 
管理员
 
           專業島民
  
  
积分 4869 
发帖 1633 
注册 2002-12-10 
状态 离线
 | 
『第 6 楼』:
 
 
使用 LLM 解释/回答一下
  
以下是引用沈洁在2003-5-25 9:15:23的发言: 
 还有需要注意的是: 
 需要的himem一定要用win98自带的, 
 是嗎?? 
我試過用QEMM7.0,8.0和QEMM97也沒有問題呢.....  
The following is a quote from Shen Jie on 2003-5-25 9:15:23: 
 There is also something to note: 
 The required himem must be the one自带by win98, 
 Is that so?? 
I tried using QEMM7.0, 8.0 and QEMM97 and it worked without problems too.....  
    
 
  
  |  
                  
  
                    我的網站:http://mw16.2ya.com/ 我的網誌: http://scrappedblog.blogspot.com/ 
~ 
我的Winamp正在播放的歌曲: 
  |   
 | 
  2003-5-25 00:00 | 
  
 | 
 | 
 
沈洁 
金牌会员
 
       小飞侠
  
 
积分 4590 
发帖 1812 
注册 2003-4-2 来自 上海市 
状态 离线
 | 
『第 7 楼』:
 
 
使用 LLM 解释/回答一下
  
我指的只是那个4k的himem.sys啦! 
I just refer to that 4K himem.sys! 
    
 
  
  |  
                  
  
                      |   
 | 
  2003-5-25 00:00 | 
  
 | 
 | 
 
如是大师 
元老会员
 
          步行的人
  
 
积分 9654 
发帖 3351 
注册 2003-3-11 来自 湖北 
状态 离线
 | 
『第 8 楼』:
 
 
使用 LLM 解释/回答一下
  
那是我那张盘的哪。 
Which part of my disk was that? 
    
 
  
  |  
                  
  
                    弄花香满衣,掬水月在手。 
                 明月鹭鸟飞, 芦花白马走。 
       我自一过后,野渡现横舟。 
              青云碧空在,净瓶水不流。 
http://dos.e-stone.cn/guestbook/index.asp 
   ======中國DOS聯盟===== 
我的新网页http://rsds.7i24.com欢迎光顾 |   
 | 
  2003-5-25 00:00 | 
  
 | 
 | 
 
沈洁 
金牌会员
 
       小飞侠
  
 
积分 4590 
发帖 1812 
注册 2003-4-2 来自 上海市 
状态 离线
 | 
 | 
  2003-5-26 00:00 | 
  
 | 
 | 
 
ko20010214 
版主
 
        
 
  
 
积分 7294 
发帖 1628 
注册 2002-10-16 
状态 离线
 | 
『第 10 楼』:
 
 
使用 LLM 解释/回答一下
  
以下是引用沈洁在2003-5-25 9:15:23的发言: 
dos下sblive的驱动! 
 
 config: 
 device=himem.sys /testmem<img src="images/smilies/face-surprise.png" align="absmiddle" border="0">ff 
 device=emm386.exe noems novcpi i=b000-b7ff 
 files=10 
。。。 
 
写得比较详细,应该归为精华贴。 
谢谢小洁带来的这么好的文章。  
The following is a quote from Shen Jie on 2003-5-25 9:15:23: 
Driver for SBLive under DOS! 
 
 config: 
 device=himem.sys /testmem:off 
 device=emm386.exe noems novcpi i=b000-b7ff 
 files=10 
。。。 
 
Written in detail, it should be classified as an essence post. 
Thank you, Xiao Jie, for bringing such a good article.  
    
 
  
  |  
                  
  
                    ko20010214  
================================= 
大功告成,打个Kiss!  
ko20010214@MSN.com  
神州优雅Q300C 
Intel CeleronM 370处理器 | 256MbDDR内存 
40G硬盘 | USB2.0 | IEEE 1394 
13.3 ' WXGA 宽屏(16:10) | COMBO光驱 
10/100M网卡 | 四合一读卡器 
 |   
 | 
  2003-5-27 00:00 | 
  
 | 
 | 
 
hero4444 
初级用户
 
  
 
  
 
积分 131 
发帖 8 
注册 2003-5-27 
状态 离线
 | 
『第 11 楼』:
 
 
使用 LLM 解释/回答一下
  
谁能解释一下这块声卡,SoundBlaster PC128, MOdel CT4700,应该如何设置?最好包括设置文件sndscape.ini的内容。我已安装了DOS drivier,可我的电脑总是说找不到PCI Audio Driver。谢谢。 
Who can explain this sound card, SoundBlaster PC128, Model CT4700, how to set it up? It's better to include the content of the setup file sndscape.ini. I have installed the DOS driver, but my computer always says it can't find the PCI Audio Driver. 
    
 
  
 |   
 | 
  2003-5-28 00:00 | 
  
 | 
 | 
 
Wengier 
系统支持
 
              “新DOS时代”站长
  
 
积分 27736 
发帖 10521 
注册 2002-10-9 
状态 离线
 | 
『第 12 楼』:
 
 
使用 LLM 解释/回答一下
  
我的那个SB PCI128声卡的型号是CT4750的,驱动方法如下: 
 
纯DOS下:下载SBINIT.COM等文件,驱动时直接输入(LH) SBINIT即可。注意其配置文件不是SNDSCAPE.INI而是SBPCI.INI。而且也要有ECW文件。 
 
DOS窗口下:在“硬件管理器”中设置好DOS方式的相关虚拟设置即可。 
The model of my SB PCI128 sound card is CT4750. The driver method is as follows: 
 
Under pure DOS: Download files such as SBINIT.COM, and when driving, directly enter (LH) SBINIT. Note that its configuration file is not SNDSCAPE.INI but SBPCI.INI. And there should also be ECW files. 
 
Under DOS window: Set the relevant virtual settings in the "Device Manager" for the DOS mode. 
    
 
  
  |  
                  
  
                    Wengier - 新DOS时代 
 
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址: 
http://wendos.mycool.net/ 
 
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!) 
 
  |   
 | 
  2003-5-28 00:00 | 
  
 | 
 | 
 
Dark-Destroy 
元老会员
 
         
 
  
  
积分 8312 
发帖 3551 
注册 2003-3-22 
状态 离线
 | 
『第 13 楼』:
 
 
使用 LLM 解释/回答一下
  
以下是引用Wengier在2003-5-28 20:05:51的发言: 
 DOS窗口下:在“硬件管理器”中设置好DOS方式的相关虚拟设置即可。 
 
版主,那要如何設置呢??  
The following is a quote from Wengier on 2003-5-28 20:05:51: 
 In the DOS window: You can set the relevant virtual settings for the DOS mode in the "Device Manager". 
 
Moderator, then how to set it up??  
    
 
  
  |  
                  
  
                    MSN:tiqit2@hotmail.com 
  |   
 | 
  2003-5-28 00:00 | 
  
 | 
 | 
 
Wengier 
系统支持
 
              “新DOS时代”站长
  
 
积分 27736 
发帖 10521 
注册 2002-10-9 
状态 离线
 | 
『第 14 楼』:
 
 
使用 LLM 解释/回答一下
  
一般来说,安装Win9x的声卡驱动程序时会自动设置好DOS窗口的虚拟设置的,因此通常不用担心这个。 
Generally speaking, when installing the sound card driver for Win9x, the virtual settings of the DOS window are automatically set, so you usually don't need to worry about this. 
    
 
  
  |  
                  
  
                    Wengier - 新DOS时代 
 
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址: 
http://wendos.mycool.net/ 
 
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!) 
 
  |   
 | 
  2003-5-28 00:00 | 
  
 | 
 | 
 
Dark-Destroy 
元老会员
 
         
 
  
  
积分 8312 
发帖 3551 
注册 2003-3-22 
状态 离线
 | 
 | 
  2003-5-28 00:00 | 
  
 |