On Thu, 2004-12-02 at 09:46 +0100, Sebastian Henschel wrote: > hello Adam... > > * Adam Done <[EMAIL PROTECTED]> [2004-12-02 09:24 +0100]: > > I have a firewire drive working great on my system but now I have > > installed a firewire Lacie external CD burner and I see that Linux > > recognize it when I dmsg. > > > > PCI: Enabling device 0001:11:03.0 (0004 -> 0005) > > ieee1394: Initialized config rom entry `ip1394' > > ohci1394: $Rev: 1223 $ Ben Collins <[EMAIL PROTECTED]> > > PCI: Enabling device 0001:11:0a.0 (0010 -> 0012) > > ohci1394: fw-host0: OHCI-1394 1.0 (PCI): IRQ=[63] > > MMIO=[80080000-800807ff] Max Packet=[2048] > > ieee1394: Node added: ID:BUS[0-00:1023] GUID[00d04b01070340de] > > ieee1394: Node added: ID:BUS[0-01:1023] GUID[00d001010000a2fd] > > ieee1394: Host added: ID:BUS[0-03:1023] GUID[000a27fffeda4b94] > > SCSI subsystem initialized > > sbp2: $Rev: 1219 $ Ben Collins <[EMAIL PROTECTED]> > > scsi0 : SCSI emulation for IEEE-1394 SBP-2 Devices > > ieee1394: sbp2: Node 0-00:1023: Using 36byte inquiry workaround > > ieee1394: sbp2: Logged into SBP-2 device > > ieee1394: Node 0-00:1023: Max speed [S400] - Max payload [2048] > > Vendor: LACIE Model: CDBP-241040A Rev: 6.34 > > Type: CD-ROM ANSI SCSI revision: > > 02 > > scsi1 : SCSI emulation for IEEE-1394 SBP-2 Devices > > > sr0: scsi3-mmc drive: 16x/40x writer cd/rw xa/form2 cdda tray > ^^^ > here it is. > > > Attached scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0 > > ieee1394: sbp2: Logged into SBP-2 device > > ieee1394: Node 0-01:1023: Max speed [S400] - Max payload [2048] > > Vendor: FireWire Model: 1394 Disk Drive Rev: > > Type: Direct-Access ANSI SCSI revision: > > 02 > > SCSI device sda: 11733120 512-byte hdwr sectors (6007 MB) > > sda: cache data unavailable > > sda: assuming drive cache: write through > > sda: [mac] sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8 sda9 > > Attached scsi disk sda at scsi1, channel 0, id 0, lun 0 > > PHY ID: 406212, addr: 0 > > > > > > > > I also looked at /proc/scsi/scsi: > > > > Attached devices: > > Host: scsi0 Channel: 00 Id: 00 Lun: 00 > > Vendor: LACIE Model: CDBP-241040A Rev: 6.34 > > Type: CD-ROM ANSI SCSI revision: > > 02 > > Host: scsi1 Channel: 00 Id: 00 Lun: 00 > > Vendor: FireWire Model: 1394 Disk Drive Rev: > > Type: Direct-Access ANSI SCSI revision: > > 02 > > > > > > > > What I can't figure out is what sd device the cdrw is located at. Dmesg > > tells me it is there. Has anyone else have any light on this subject. > > Thanks in advance. > > have you tried /dev/sr0 for accessing the device?
I had to chuckle to my self, I was looking for sd(x) for the device and totally over looked the sr0. I got the drive to read cdroms but under gnome nautilus it does not reconize the device to write. The dmesg says: scsi1 : SCSI emulation for IEEE-1394 SBP-2 Devices sr0: scsi3-mmc drive: 40x/40x writer cd/rw xa/form2 cdda tray /dev shows l cdrom* lrwxrwxrwx 1 root root 3 Nov 28 21:31 cdrom -> hdc lrwxrwxrwx 1 root root 3 Dec 2 02:09 cdrom1 -> sr0 lrwxrwxrwx 1 root root 3 Dec 2 02:11 cdrom2 -> hdc -adam