On Sun, Jan 02, 2000 at 06:45:21AM -0700, Roger wrote:
> On Sun, 02 Jan 2000, you wrote:
> > could everybody having an ide burner test this:
> > 
> > % dmesg | perl -ne 'print /(\w+)/, "\n" if m|ATAPI.*/RW|'
> 
> **LISTS THE FOLLOWING (AS ROOT):
> 
> hdc
> 
> Bingo, my addr. of my HP 7200i cd-rw ide device!
> 
> 
> > 
> > or maybe
> > 
> > % cat /var/log/messages | perl -ne 'print /(\w+)/, "\n" if m|ATAPI.*/RW|'
> 
> **LISTS THE FOLLOWING:
> 
> dec
> jan
> 
> 

[root@zmemw16 /root]# dmesg | perl -ne 'print /(\w+)/, "\n" if
m|ATAPI.*/RW|'
[root@zmemw16 /root]# dmesg |grep -i ide
ide_setup: hdd=ide-scsi
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
scsi0 : SCSI host adapter emulation for IDE ATAPI devices
ide-scsi: hdd: unsupported command in request queue (0)
ide-scsi: hdd: unsupported command in request queue (0)
[root@zmemw16 /root]# dmesg |grep -i hd
ide_setup: hdd=ide-scsi
hda: Maxtor 90680D4, 6485MB w/256kB Cache, CHS=826/255/63
hdb: Maxtor 90432D3, 4121MB w/256kB Cache, CHS=525/255/63
hdc: QUANTUM Bigfoot TX12.0AT, 11497MB w/69kB Cache, CHS=23361/16/63
hdd: CR-4802TE, ATAPI drive - enabling SCSI emulation
 hda: hda1 hda2 hda3
 hdb: hdb1 hdb2
 hdc: [PTBL] [1465/255/63] hdc1 hdc2 < hdc5 hdc6 >
ide-scsi: hdd: unsupported command in request queue (0)
ide-scsi: hdd: unsupported command in request queue (0)
[root@zmemw16 /root]# dmesg |grep -i ATAPI
hdd: CR-4802TE, ATAPI drive - enabling SCSI emulation
ATAPI overlap supported: No
scsi0 : SCSI host adapter emulation for IDE ATAPI devices
[root@zmemw16 /root]#     


oxygen hasn't been tried with this box yet, main machine....

srp

Reply via email to