您的位置:首页 > 其它

VPC中WINDOWS 2003的声卡驱动

2010-01-17 23:27 260 查看
VPC中win2003的驱动不能正常识别。查看设备管理器声音SoundBlaster16驱动不正常,解决的方法是用XP的驱动。

在/WINDOWS/Driver Cache/i386/ driver.cab下找到ctlsb16.sys。

在windows的安装程序X:/I386下找到(WDMA_CTL.IN_),然后在命令窗口用命令

expand WDMA_CTL.IN_ wdma_ctl.inf

得到wdma_ctl.inf文件。

单击开始|我的电脑|属性|硬件|设备管理器,在带有黄颜色问号的声卡设备上单击鼠标右键,选择 升级驱动程序,并在随后弹出的升级驱动程序向导中,选择从从列表或指定位置安装,然后定位到之前保存wdma_ctl.inf 和ctlsb16.sys这两个系统文件的位置即可。

Windows Server 2003 R2 Audio
Drivers for Virtual PC 2007

Out of the box, there are no drivers for the emulated Sound Blaster 16 for
Windows Server 2003 R2. You can get sound to work if you use the drivers that
come with Windows XP.

First copy the following files from the Windows XP CD.

WDMA_CTL.IN_ (from the i386 directory)

ctlsb16.sys (from the Driver.CAB file in the i386 directory)

You will need to expand the WDMA_CTL.IN_ file. From a command prompt type:

EXPAND WDMA_CTL.IN_ WDMA_CTL.INF

These two files WDMA_CTL.INF and ctlsb16.sys are the Sound Blaster 16
drivers. Copy them to your Windows Server 2003 R2 Virtual PC.

Now in Device Manager choose "Install from a specific location (advanced" and
browse to where you copied these files. The driver will then load.

Now in Services ensure that the "Windows Audio" service is set to "Automatic"
and is started.

Lastly, under control panel, you can choose to add the volume icon in the
task bar and choose a sound scheme.

声卡驱动文件下载地址:http://download.csdn.net/source/2053027
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: