中国DOS联盟论坛

中国DOS联盟

-- 联合DOS 推动DOS 发展DOS --

联盟域名:www.cn-dos.net  论坛域名:www.cn-dos.net/forum
DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!

游客:  注册 | 登录 | 命令行 | 会员 | 搜索 | 上传 | 帮助 »
作者:
标题: [求助]VIDE-CDD的设置问题 上一主题 | 下一主题
yonglinw
初级用户




积分 144
发帖 10
注册 2003-12-24
状态 离线
『楼 主』:  [求助]VIDE-CDD的设置问题

因为vide-cdd.sys通用性好,我下载了一个116KB的vide-cdd.img,用hd-copy还原为九个文件:6个不同语言的README文件,一个SETUP.EXE,一个SETUP2.EXE,一个VIDE-CDD.SYS.容量共计124KB.请问两个SETUP文件的作用是什么,是否要和VIDE-CDD一同放到启动软盘中,为了启动光驱,在CONFIG.SYS中如何设置?请指导。

2004-2-1 00:00
查看资料  发送邮件  发短消息 网志   编辑帖子  回复  引用回复
Kinglion
铂金会员

痴迷DOS者


积分 5798
发帖 1924
注册 2003-6-20
来自 金獅電腦軟體工作室
状态 离线
『第 2 楼』:  

=======================================================================
        A B O U T   C D - R O M   D E V I C E   D R I V E R
=======================================================================

        To install the CD-ROM device driver, the syntax in CONFIG.SYS
     is as follows:

     DEVICE=VIDE-CDD.SYS /D:MSCD001 [/P:xxx,yy] [/L:xx]

     where [/P:xxx,yy]
          specifies the IDE port which is connected to the drive and the
          interrupt request.

          'xxx' is the base address (hexadecimal notation) of IDE port.
                xxx = 1f0 : Port 1
                      170 : Port 2
                      1e8 : Port 3
                      168 : Port 4

          'yy' is the interrupt number (decimal notation) of the
          corresponding IDE port.

        [/L:xx]
          specifies the message language. Available options are listed
          as below:

                xx = US : English (the default language)
                     GR : German
                     FR : French
                     SP : Spanish
                     IT : Italian
                     JP : Japanese

     For example,  when eight drives are installed, the command
     line in the CONFIG.SYS file could be entered as follows:

     DEVICE=VIDE-CDD.SYS /D:MSCD001 /P:1f0,14 /P:170,15 /P:1e8,12 /P:168,10

     NOTE:

        Our device driver will automatically search the drives for 4 ports
     up to 8 drives, and the ports are 0x1f0, 0x170, 0x1e8 and 0x168 with
     interrupt number 14, 15, 12 and 10 as default, respectively. If your
     IDE ports and their respective interrupt numbers are the same as
     those mentioned above, you don't have to specify them verbosely.

---------------------------------------------------------------------------

        To enable the CD-ROM drive to read CD-ROM discs using the High
     Sierra or ISO 9660 format, you not only need to install the CD-ROM
     device driver, but also need to insert the following line into your
     AUTOEXEC.BAT file:

     MSCDEX /D:MSCD001

        To have a detail knowledge about the MSCDEX.EXE program, please
     refer to MS-DOS user manual.


=======================================================================
        O p e r a t i n g    t h e    D r i v e
=======================================================================

     Starting the Drive

     1.        Press the Eject button. The tray is ejected from the drive.
     2.        Place the disc in the tray with the disc label side facing up.
     3.        Press the Eject button or press the tray panel lightly to close
        the tray. The drive should be in its normal operating position
        now.
     4.        Press the Audio Play/Skip track control button to play or skip
        one track of Audio CD without executing application software.

     NOTES:        1. Do not force the tray to open manually.
                2. When not using the drive, keep the tray closed to
                   prevent the dust and dirt contamination.
                3. Do not press down hard on the tray when loading a
                   disc, because it could damage the tray and cause
                   the drive to malfunction.
                4. Do not insert any foreign objects into disc tray.


     Optimizing the Drive

     Although this CD-ROM drive works fine with the default setting of
     any system BIOS, it takes the advantages of some special settings
     in modern BIOS.  To fully utilize this CD-ROM drive, PIO mode 4 or
     DMA mode 2 is recommended for the setting of the system BIOS.  If
     your system BIOS does not allow you to change the PIO mode, run
     the CHPIO.EXE in the installation disk.  It will work for most
     modern systems.

     NOTES:        1. The change made by CHPIO.EXE will not be saved to
                   BIOS, so you may want to add it in the AUTOEXEC.BAT
                   file. Or as the system reboots, the BIOS will
                   automatically reset its PIO mode to the original
                   settings.
                2. Some older systems may not work properly under PIO
                   mode 4.  If such thing happens, reboot your system,
                   then the BIOS will automatically reset the PIO made
                   to its original setting.


     Examining the Drive

     In the installation disk, a program named DTR.EXE can be used to
     examine the performance of the CD-ROM drive.  To get the proper
     performance, the following procedures should be taken:

     1.        Boot your system from DOS. If you use Windows 95, press F8 while
        booting, then select "Command prompt only" or "Previous version
        of MS-DOS" of Microsoft Windows 95 Startup Menu.
     2.        Insert a large capacity (>600MB preferred), single session, pure
        data CD-ROM disk with no scratch or dust.
     3.        Run the DTR-EXE in the installation disk.

     This program will test the data transfer rate at various areas of a
     CD-ROM disk, and plot a curve of the data transfer rate.

     For disks with scratches or dust, the data rechecking and corrections
     may cause the data transfer rate to drop temporarily.


=======================================================================
        F r e q u e n t l y    A s k e d    Q u e s t i o n
=======================================================================

Q. Why cannot I do a directory (dir) on a good ISO-9660 format disc
   on my CD-ROM drive although it is ready?
A. Your CD-ROM drive might work on PIO mode zero only. When your PC
   system is configured in a faster IDE interface mode, this CD-ROM
   drive might get this kind of communication problem. The solution
   will be that you have to turn down the interface speed between
   the CD-ROM drive and your PC system through BIOS or interface
   card setting. After the configuration is changed, you need to
   reboot the system.

Q. Why is it slow to read files for my CD-ROM. How to get it faster?
A. The MSCDEX.EXE allocates memory for caching information on the
   CD-ROM. You can set the /M: to determine how many sector
   buffers MSCDEX allocates when it installs itself. Typically, each
   drive should have a minimum 4-5 buffers per drive and the higher
   this value is, the better the drive performance would be.

Q. I have an enhanced IDE card with two ports, but I cannot install the
   CD-ROM drive on the secondary port properly.
A. The secondary port on some enhanced IDE card (eg. CMD0640x) is left
   un-opened when the PC system is initially powered on. Under such a
   condition, the CD-ROM device driver will not act stably when this
   CD-ROM drive installed. To resolve this problem, you can install
   the device driver bundled with your enhanced IDE card to open the
   secondary port.

Q. The SKIP button doesn't skip while a 'CD PLAYER' like program is
   playing.
A. Based upon the design philosophy of this CD-ROM drive, the application
   program has a higher priority than the manual pressing buttons so
   that the interference between "manual pressing button" and
   "application program" can be avoided. Therefore, during play under
   application program, the CD-ROM drive will not respond when the
   "SKIP" button is pressed. Besides, the tray will be opened when the
   "STOP" button is pressed.




熟能生巧,巧能生精,一艺不精,终生无成,精亦求精,始有所成,臻于完美,永无止境!
金狮電腦軟體工作室愿竭诚为您服务!
QQ群:8393170(定期清理不发言者)
个人网站:http://www.520269.cn
电子邮件:doujiehui@vip.qq.com
微信公众号: doujiehui
2004-2-3 00:00
查看资料  发送邮件  访问主页  发短消息 网志  OICQ (79207959)  编辑帖子  回复  引用回复

请注意:您目前尚未注册或登录,请您注册登录以使用论坛的各项功能,例如发表和回复帖子等。


可打印版本 | 推荐给朋友 | 订阅主题 | 收藏主题



论坛跳转: