home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 May / PCWorld_2001-05_cd.bin / Software / Vyzkuste / cdspeed / Problems.txt < prev    next >
Text File  |  1999-12-05  |  4KB  |  89 lines

  1. This file is compiled from responses of CdSpeed users.
  2. Thanks to them...
  3.  
  4.  
  5. 1) There may be some conflicts with some "Intel IDE busmaster" drivers.
  6.  Versions 3.0+ lock your system. BMIDE version 2.85 is working. This was 
  7.  detected on the system like:
  8.  
  9.  AMD K6 166 (old system)  HX chipset board with 64 Mb RAM
  10.  controller 0 - (SCSI - HDD's only)
  11.  controller 1 - IDE Primary (busmaster driver enabled for HDD)
  12.     device 0 - Fujitsu 5.2 Gb HDD (detected by CDSPEED)
  13.     device 1 - GoldStar 8240B 24x (not detected by CDSPEED)
  14.  controller 2 - IDE Secondary (standard Windows'95 driver [ESDI506.PDR])
  15.     device 0 - GoldStar 8240B 24x (detected by CDSPEED)
  16.     device 1 - (no device)
  17.  
  18.  
  19. 2) The program doesn't work with Adaptec AIC-7895. Got a Pioneer DR-U16
  20.  cdrom and a Plextor Plexwriter 4/12 connected and program just reports:
  21.  
  22.  ERROR occured while executing SCSI command No. 0x2...
  23.    SCSI command has completed with an error.
  24.  
  25.  Got WinNt4 sp5 and latest Adaptec WinAspi (logged on 1999-09-17).
  26.  
  27.  
  28. 3) The program doesn't set the speed correctly or somehow the CDROM speed
  29.  is changed (without cdspeed use).
  30.  
  31.  May be next text helps you find out what is the problem in.
  32.  
  33.  In ATAPI CD-ROM Specification is written that "SET CD SPEED Command"
  34.  implementation is optional. So, when one has ATAPI CD-ROM it does not
  35.  mean it supports "SET CD SPEED Command". One argument of the command is
  36.  called "Drive Speed" (clearly). The Specs says about this that the Drive
  37.  Speed parameter contains the requested Data Rate the drive should use;
  38.  the drive may choose to select the speed specified or any slower rate.
  39.  Well, when cdSpeed writes e.g. "Speed should be set to 706 KB/s", this
  40.  only means that "SET CD SPEED Command" finished without any error. 
  41.  This and the text from ATAPI Specs are the reason I used "should be"
  42.  and not "is". If you want to know what actual speed was set by your
  43.  drive always use get statement immediately after the set one
  44.  (e.g. "cdspeed 0 1 0 sg x4"). Now you know that the drive is not due to
  45.  use exactly the speed you specify in "SET CD SPEED Command" or it can
  46.  even reject the command. May be you would like to find first what speeds
  47.  your drive is able to use (launch cdspeed more times with various speeds
  48.  and look what the get command returns). For example my drive
  49.  "TOSHIBA CD-ROM XM-6202B  Rev 1110 11/20/97" knows only these
  50.  speeds: 176; 706 and 5645 KB/s.
  51.  
  52.  
  53. 4) Could you clarify the installation instructions as I do not understand
  54.  "it requires ASPI installed".
  55.  
  56.  ASPI is programming API for SCSI devices (by adaptec???). It is important
  57.  to install it only if you use cdspeed under WinNT4.0. Well, you need ASPI
  58.  drivers to install, but the problem is you must not install the latest
  59.  version from adaptec (which installs only when you have an adaptec
  60.  controller). The latest version does not support IDE drives (and this is
  61.  the actual reason you cannot use it). It is possible to download the
  62.  drives somewhere from web (sorry I don't know exact URL).
  63.  Remember you need the drives ONLY when using cdspeed under WinNT4.0.
  64.  You don't neeed the drives when you are using cdspeed under Win95/98.
  65.  
  66.  
  67. 5) I encountered error like this one:
  68.  
  69.     ERROR occurred while executing SCSI command No. 0x2...
  70.      SCSI command has completed with an error.
  71.        Target Error No: 0x2
  72.    HEX DUMP OF SENSE DATA FOLLOWS:
  73.    70 00 06 00 00 00 00 0a 00 00 00 00 28 00 00 00 00 00
  74.    HEX DUMP END
  75.    > some problem detected in SetCdSpeed()
  76.  
  77.    What should I do and what does it mean?
  78.  
  79.  First donÆt mind program reports something about SCSI  commands and you
  80.  have only ATAPI (IDE) CDROM drive. There is a way to send SCSI  commands
  81.  to ATAPI drives.
  82.  "Target Error No: 0x2" means that SCSI command has been aborted. Typically
  83.  aborted commands can be reissued later ... and they often success when
  84.  tried later. From "HEX DUMP OF SENSE DATA FOLLOWS" I know that your drive
  85.  was not ready due to media change or reset (error code 0x06), when you
  86.  tried to change its speed. From error code 0x28 I know that this happened
  87.  due to media change in the drive and not a reset. 
  88.  All error codes can be found in ATAPI specification.
  89.