public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: 2.5.54 ide-scsi and cdrecord
@ 2003-01-05 20:56 sean darcy
  0 siblings, 0 replies; 4+ messages in thread
From: sean darcy @ 2003-01-05 20:56 UTC (permalink / raw)
  To: axboe, linux-kernel

That did It!

[root@amd1900 root]# cdrecord -scanbus -dev=/dev/hdc
Cdrecord 2.0 (i686-pc-linux-gnu) Copyright (C) 1995-2002 J?rg Schilling
scsidev: '/dev/hdc'
devname: '/dev/hdc'
scsibus: -2 target: -2 lun: -2
Warning: Open by 'devname' is unintentional and not supported.
Linux sg driver version: 3.5.27
Using libscg version 'schily-0.7'
scsibus0:
        0,0,0     0) 'SONY    ' 'CD-RW  CRX195E1 ' 'ZYS5' Removable CD-ROM
        0,1,0     1) *
        0,2,0     2) *
        0,3,0     3) *
        0,4,0     4) *
        0,5,0     5) *
        0,6,0     6) *
        0,7,0     7) *

But look what happens if I use ATAPI:x,y,z ( tried all the combinations - 
same result):

[root@amd1900 root]# cdrecord -scanbus -dev=ATAPI:1,0,0
Cdrecord 2.0 (i686-pc-linux-gnu) Copyright (C) 1995-2002 J?rg Schilling
scsidev: 'ATAPI:1,0,0'
devname: 'ATAPI'
scsibus: 1 target: 0 lun: 0
Warning: Using ATA Packet interface.
Warning: The related libscg interface code is in pre alpha.
Warning: There may be fatal problems.
Using libscg version 'schily-0.7'
scsibus0:
        0,0,0     0) 'ADAPTEC ' 'ACB-5500        ' 'FAKE' NON CCS Disk
        0,1,0     1) *
        0,2,0     2) *
        0,3,0     3) *
        0,4,0     4) *
        0,5,0     5) *
        0,6,0     6) *
        0,7,0     7) *


FWIW, this is what the new xcdroast shows. Just never knew I had an Adaptec 
cdrw!!


BTW, is there a patch to fix ide-scsi yet?

thanks






>From: Jens Axboe <axboe@suse.de>
>To: sean darcy <seandarcy@hotmail.com>, linux-kernel@vger.kernel.org
>Subject: Re: 2.5.54 ide-scsi and cdrecord
>Date: Sun, 5 Jan 2003 16:37:28 +0100
>
>On Sat, Jan 04 2003, sean darcy wrote:
> > What am I missing? I thought we didn't need the scsi layer anymore.
>
>cdrecord -dev=/dev/hdX
>
>--
>Jens Axboe


_________________________________________________________________
Add photos to your e-mail with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?page=features/featuredemail


^ permalink raw reply	[flat|nested] 4+ messages in thread
* 2.5.54 ide-scsi and cdrecord
@ 2003-01-04 19:11 sean darcy
  2003-01-05 15:37 ` Jens Axboe
  0 siblings, 1 reply; 4+ messages in thread
From: sean darcy @ 2003-01-04 19:11 UTC (permalink / raw)
  To: linux-kernel

ide-scsi refuses to boot with A NULL pointer oops (is  there a patch yet?). 
But I figured it didn't matter because I could use cdrecord without the scsi 
layer. So I rebuilt 2.5.54 w/o scsi. Here's the dmesg:

.............
VP_IDE: VIA vt8235 (rev 00) IDE UDMA133 controller on pci00:11.1
    ide0: BM-DMA at 0xfc00-0xfc07, BIOS settings: hda:DMA, hdb:DMA
    ide1: BM-DMA at 0xfc08-0xfc0f, BIOS settings: hdc:DMA, hdd:pio
hda: Maxtor 6Y120P0, ATA DISK drive
hdb: MAXTOR 6L060J3, ATA DISK drive
hda: DMA disabled
hdb: DMA disabled
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hdc: SONY CD-RW CRX195E1, ATAPI CD/DVD-ROM drive
hdc: DMA disabled
ide1 at 0x170-0x177,0x376 on irq 15
spurious 8259A interrupt: IRQ7.
hda: host protected area => 1
hda: 240121728 sectors (122942 MB) w/7936KiB Cache, CHS=238216/16/63, 
UDMA(133)
hda: hda1 hda2 hda3 hda4 < hda5 hda6 hda7 hda8 >
hdb: host protected area => 1
hdb: 117266688 sectors (60041 MB) w/1820KiB Cache, CHS=116336/16/63, 
UDMA(133)
hdb: hdb1 hdb2 hdb3 < hdb5 hdb6 hdb7 hdb8 >
...........

I got cdrecord 2.0:

[root@amd1900 root]# cdrecord -scanbus -dev=ATAPI
Cdrecord 2.0 (i686-pc-linux-gnu) Copyright (C) 1995-2002 J?rg Schilling
scsidev: 'ATAPI'
devname: 'ATAPI'
scsibus: -2 target: -2 lun: -2
Warning: Using ATA Packet interface.
Warning: The related libscg interface code is in pre alpha.
Warning: There may be fatal problems.
cdrecord: No such device or address. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are 
root.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.

FWIW, I also tried just cdrecord -scanbus

What am I missing? I thought we didn't need the scsi layer anymore.

Here are snips from .config:

CONFIG_IDE=y

#
# IDE, ATA and ATAPI Block devices
#
CONFIG_BLK_DEV_IDE=y

#
# Please see Documentation/ide.txt for help/info on IDE drives
#

CONFIG_BLK_DEV_IDEDISK=y
CONFIG_IDEDISK_MULTI_MODE=y

CONFIG_BLK_DEV_IDECD=y

# IDE chipset support/bugfixes
#

CONFIG_BLK_DEV_IDEPCI=y
CONFIG_BLK_DEV_GENERIC=y
CONFIG_IDEPCI_SHARE_IRQ=y
CONFIG_BLK_DEV_IDEDMA_PCI=y

CONFIG_IDEDMA_PCI_AUTO=y

CONFIG_BLK_DEV_IDEDMA=y

CONFIG_BLK_DEV_ADMA=y

CONFIG_BLK_DEV_VIA82CXXX=y
CONFIG_IDEDMA_AUTO=y

CONFIG_BLK_DEV_IDE_MODES=y

#
# SCSI device support
#
# CONFIG_SCSI is not set











_________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online 
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-01-05 20:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <fa.j2ta49v.3k0haa@ifi.uio.no>
2003-01-05  8:35 ` 2.5.54 ide-scsi and cdrecord Andrew S. Johnson
2003-01-05 20:56 sean darcy
  -- strict thread matches above, loose matches on Subject: below --
2003-01-04 19:11 sean darcy
2003-01-05 15:37 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox