Hey all..

I am using a linux 2.4.0-test2 kernel built under egcs 2.91.66 with an ATAPI
CD-R drive in the machine.  It is a 4x speed burner.  I have set up scsi
generic and host adapter emulation as you can see below:

scsi0 : SCSI host adapter emulation for IDE ATAPI devices
scsi : 1 host
  Vendor: MITSUMI   Model: CR-4801TE            Rev: 2.01
  Type:    CD-ROM                               ANSI SCSI revision: 02
Detected scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0
scsi : detected 1 SCSI cdrom total.
sr0: scs3-mmc drive: 8x/8x writer cd/rw xa/form2 cdda tray

I am trying to use cdrecord version 1.9a03, and it fails saying:

cdrecord: Cannot allocate memory.  Cannot send SCSI cmd via ioctl.

Here is some more information that might help someone to help me :)

This is the exact SCSI command where cdrecord seems to fail:

Executing 'mode select g1' command on Bus 0 Target 0, Lun 0 timeout 40s
CDB:  55 10 00 00 00 00 00 00 10 00
cdrecord: Input/output error. mode select g1: scsi sendcmd: retryable error
CDB:  55 10 00 00 00 00 00 00 10 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 05 00 00 00 00 06 00 00 00 00 26 00 00 00
Sense Key: 0x5 Illegal Request, Segment 0
Sense Code: 0x26 Qual 0x00 (invalid field in parameter list) Fru 0x0
Sense flags: Blk 0 (not valid)
cmd finished after 0.006s timeout 40s


# cat /proc/meminfo
        total:    used:    free:  shared: buffers:  cached:
Mem:  129437696 59752448 69685248        0   942080 31735808
Swap: 254971904   659456 254312448
MemTotal:    126404 kB
MemFree:      68052 kB
MemShared:        0 kB
Buffers:        920 kB
Cached:       30992 kB
HighTotal:        0 kB
HighFree:         0 kB
LowTotal:    126404 kB
LowFree:      68052 kB
SwapTotal:   248996 kB
SwapFree:    248352 kB

# cat /proc/slabinfo
slabinfo - version: 1.0
kmem_cache            40     62    124
nfs_read_data          0      0    380
nfs_write_data         0      0    380
nfs_page               0      0     92
nfs_fh                 0      0     92
blkdev_requests     3584   3612     92
ip_mrt_cache           0      0     92
tcp_tw_bucket          0      0     92
tcp_bind_bucket       20    127     28
tcp_open_request       0      0     60
inet_peer_cache        0      0     60
ip_fib_hash           11    127     28
ip_dst_cache          66     75    156
arp_cache              5     31    124
skbuff_head_cache    239    252    188
sock                  57     63    828
filp                 365    372    124
inode_cache         1341   1368    412
bdev_cache             9     63     60
signal_queue           2     29    132
kiobuf                 0      0    124
buffer_head         4591   6572    124
mm_struct             31     50    156
vm_area_struct       700    714     92
dentry_cache        1360   1705    124
files_cache           30     36    444
uid_cache              3    127     28
size-131072            0      0 131072
size-65536             0      0  65536
size-32768             0      0  32768
size-16384             0      0  16384
size-8192              0      0   8192
size-4096              6     18   4096
size-2048             78     80   2048
size-1024             38     48   1024
size-512              34     48    512
size-256              78     84    284
size-128             609    625    156
size-64               86    126     92
size-32              435    567     60
slab_cache            41     63     60


Thanks much..

Randy

-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]

Reply via email to