FireWire (1394) CD Burner

Taylor, ForrestX forrestx.taylor at intel.com
Wed Feb 25 19:26:40 UTC 2004


I created a bugzilla entry with patches to hotplug that will allow you
to use the Burner once you plug it in: 
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=116750

If you don't want to patch/rebuild hotplug, create an ieee1394 directory
in /etc/hotplug.  Copy the rescan-scsi-bus.sh script into
/etc/hotplug/ieee1394, and create a sbp2 file in that directory:

--------
#!/bin/bash
cd /etc/hotplug
. hotplug.functions

if [ "${ACTION}" = "add" ]; then
	/etc/hotplug/ieee1394/rescan-scsi-bus.sh
	/usr/sbin/kudzu -sq
else
	#mesg Turning off IEEE.....................
	/etc/hotplug/ieee1394/rescan-scsi-bus.sh -r
	/usr/sbin/kudzu -sq
fi

Make sure that these files are chmod 755. and then try to plug it in and
use it.

Forrest

On Wed, 2004-02-25 at 09:14, Adam Voigt wrote:
> I'm trying to get my FireWire CD-RW to work, and I'm not having too much
> luck. A call to "dmesg" reports:
> 
> ohci1394_0: OHCI-1394 1.0 (PCI): IRQ=[3]  MMIO=[fc9ff800-fc9fffff]  Max
> Packet=[2048]
> ieee1394: Host added: ID:BUS[0-00:1023]  GUID[00c0a80402001413]
> ieee1394: Node added: ID:BUS[0-01:1023]  GUID[0001f30240001de5]
> ieee1394: The root node is not cycle master capable; selecting a new
> root node and resetting...
> SCSI subsystem driver Revision: 1.00
> sbp2: $Rev: 1010 $ Ben Collins <bcollins at debian.org>
> ieee1394: Node changed: 0-01:1023 -> 0-00:1023
> ieee1394: Node changed: 0-00:1023 -> 0-01:1023
> scsi0 : SCSI emulation for IEEE-1394 SBP-2 Devices
> blk: queue df2f2814, I/O limit 4095Mb (mask 0xffffffff)
> ieee1394: sbp2: Node 0-00:1023: Using 36byte inquiry workaround
> ieee1394: sbp2: Logged into SBP-2 device
> ieee1394: sbp2: Node 0-00:1023: Max speed [S400] - Max payload [2048]
> 
> However a call to "cdrecord -scanbus" reports:
> 
> cdrecord: No such file or directory. Cannot open '/dev/pg*'. 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'.
> 
> Anyone have any idea how to make this work?
> 
> Thanks.
> 
> -- 
> 
> Adam Voigt
> adam at kotisprop.com
> 
> 





More information about the users mailing list