Dear people,
sorry for disturbing you, I have got the problems with USB CDWRITER and it appears to be somewhere between KERNEL (UHCI versus USB-UHCI module) and CDRECORD. I send a description as an attachement - file "cdrecord-bug".


Thanks
Martin

PROBLEM
-------

CDRECORD freezes with HP CD-WRITER 8200e (external USB).

KERNEL version
--------------

* Currently 2.4.25, but same problem appeared on 2.4.21 and previous versions
* Also the same problem is with 2.6.3

BUT!!

* On 2.4.25 I use uhci.o module!!! usb-uhci.o CLEARED the problem!!!
  CDrecord works with usb-uhci.o!
* On 2.6.3 I use uhci-hcd.ko and same problem appeares (uhci-hcd was derived
  from uhci.o from 2.4.25).

KERNEL module loading
---------------------

# modprobe usb-storage
Initializing USB Mass Storage driver...
usb.c: registered new driver usb-storage
scsi1 : SCSI emulation for USB Mass Storage devices
  Vendor: HP        Model: CD-Writer+ 8290   Rev: 1.3C
    Type:   CD-ROM                             ANSI SCSI revision: 02
    USB Mass Storage support registered.
    
KERNEL module listing
---------------------

Module                  Size  Used by    Tainted: P
usb-storage            57492   0
nvidia               1629472  11  (autoclean)
apm                    10060   0  (autoclean)
sg                     28060   0
uhci                   26808   0  (unused)
hisax                 145480   2
isdn                  111840   3  [hisax]

(usbcore and other are directly compiled to kernel)


CDRECORD output
-----------------
        
        ----------
        # cdrecord -scanbus
        ----------
        
        It finds HP-CDWRITER as device 1,0,0 and is OK.
        
        ----------
        # nice --10 cdrecord -dummy speed=1 dev=1,0,0 cd.iso
        ----------

Cdrecord-Clone 2.01a25 (i686-pc-linux-gnu) Copyright (C) 1995-2004 J�rg Schilling
NOTE: this version of cdrecord is an inofficial (modified) release of cdrecord
      and thus may have bugs that are not present in the original version.
      Please send bug reports and support requests to <[EMAIL PROTECTED]>.
      The original author should not be bothered with problems of this version.

      scsidev: '1,0,0'
      scsibus: 1 target: 0 lun: 0
      Linux sg driver version: 3.1.25
      Using libscg version 'schily-0.8'.
      Device type    : Removable CD-ROM
      Version        : 2
      Response Format: 1
      Vendor_info    : 'HP      '
      Identifikation : 'CD-Writer+ 8290 '
      Revision       : '1.3C'
      Device seems to be: Generic mmc CD-RW.
      usb_control/bulk_msg: timeout
      usb_control/bulk_msg: timeout
      scsi: device set offline - not ready or command retry failed after bus reset: 
host 1 channel 0 id 0 lun 0
      cdrecord.mmap: No such device or address. Cannot send SCSI cmd via ioctl
                  
        ----------
        # nice --10 cdrecord -vv -dummy speed=1 dev=1,0,0 TEST/cd.iso
        ----------

Cdrecord-Clone 2.01a25 (i686-pc-linux-gnu) Copyright (C) 1995-2004 J�rg Schilling
NOTE: this version of cdrecord is an inofficial (modified) release of cdrecord
      and thus may have bugs that are not present in the original version.
      Please send bug reports and support requests to <[EMAIL PROTECTED]>.
      The original author should not be bothered with problems of this version.

      TOC Type: 1 = CD-ROM
      scsidev: '1,0,0'
      scsibus: 1 target: 0 lun: 0
      Linux sg driver version: 3.1.25
      Using libscg version 'schily-0.8'.
      Using libscg transport code version 'schily-scsi-linux-sg.c-1.79'
      SCSI buffer size: 64512
      atapi: 1
      Device type    : Removable CD-ROM
      Version        : 2
      Response Format: 1
      Vendor_info    : 'HP      '
      Identifikation : 'CD-Writer+ 8290 '
      Revision       : '1.3C'
      Device seems to be: Generic mmc CD-RW.
      Drive current speed: 1
      Drive default speed: 4
      Drive max speed    : 4
      Selected speed     : 1
      Using generic SCSI-3/mmc   CD-R/CD-RW driver (mmc_cdr).
      Driver flags   : MMC SWABAUDIO
      Supported modes: TAO PACKET RAW/R16 RAW/R96R
      Drive buf size : 1343488 = 1312 KB
      FIFO size      : 4194304 = 4096 KB
      Track 01: data     9 MB
      track: 1 start: 0 pregap: 150
      Total size:       10 MB (01:03.86) = 4790 sectors
      Lout start:       11 MB (01:05/65) = 4790 sectors
      41 00 00 14 00 00 00 00
      41 01 00 10 00 00 00 00
      41 01 01 10 00 00 02 00
      41 AA 01 14 00 01 05 41
      Track 1 start 0
      Track 2 start 4790
      41 00 A0 00 00 00 00 01 00 00 00 00
      41 00 A1 00 00 00 00 01 00 00 00 00
      41 00 A2 00 00 00 00 01 05 65 00 00
      41 00 01 00 00 00 00 00 02 00 00 00
      Current Secsize: 2048
      ATIP info from disk:
      Indicated writing power: 6
      Is not unrestricted
      Is not erasable
      Disk sub type: Medium Type A, low Beta category (A-) (2)
      ATIP start of lead in:  -11693 (97:26/07)
      ATIP start of lead out: 359846 (79:59/71)
      Disk type:    Short strategy type (Phthalocyanine or similar)
      Manuf. index: 5
      Manufacturer: FORNET INTERNATIONAL PTE LTD.
      Blocks total: 359846 Blocks current: 359846 Blocks remaining: 355056

      FREEZES!!!
                                      

Reply via email to