Re: FireWire (1394) CD Burner

From: Taylor, ForrestX (forrestx.taylor_at_intel.com)
Date: 02/25/04

  • Next message: Patrick O'Brien: "Re: iptables question"
    To: "fedora-list@redhat.com" <fedora-list@redhat.com>
    Date: Wed, 25 Feb 2004 11:26:40 -0800
    
    

    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@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@kotisprop.com
    >
    >

    -- 
    fedora-list mailing list
    fedora-list@redhat.com
    To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
    

  • Next message: Patrick O'Brien: "Re: iptables question"

    Relevant Pages

    • Re: memory upgrade
      ... i do not know about hotplug (which means plug it in during running computer) ... After a reboot the DVD-drive ... plug it in again after a few days and the system can access it alright. ...
      (Ubuntu)
    • Re: Plugging in USB devices
      ... > If I plug in a USB device, a message shows up in one of my terminals ... There is a program called dmesg which displays those messages. ... I still think that hotplug would be a better solution. ... permissions is not what you want to do, but if you modify those scripts to ...
      (comp.os.linux.hardware)
    • Re: pciehp: Cannot get control of hotplug hardware
      ... Plug support.... ... since then I have been seeing messages like whats ... pci_hotplug: PCI Hot Plug PCI Core version: 0.5 ... Could not get hotplug parameters. ...
      (Linux-Kernel)
    • Re: Cant get hal/udev/hotplug/whatever to mount usb flash card reader
      ... > I plug in my usb card reader, and the kernel picks it up, and udev picks ... but hal complains about missing events from hotplug and nothing ...
      (Debian-User)