2001-11-28 09:33:48

by Samuel Maftoul

[permalink] [raw]
Subject: Ieee1394

Hello everyone,
Still me with my ieee1394 problems :)

Workaround: My goal is to make ieee1394 HardDisk work in a production
environment:
User come on a machine, plug his disk, store his (experience
results) datas on it, unplugs it and go away with it in his home
institute where he processes his datas.


Tests:
Boot with no devices plugged, no modules related to ieee1394 loaded
-load module ieee1394
-load module ohci1394
gives a kernel warning: Get PHY Reg Timeout
keventd is up and running

plug of the HD gives in syslog kern.debug:
------------------------------------------------------
ohci1394_0: IntEvent: 00020010
ohci1394_0: irq_handler: Bus reset requested
ohci1394_0: Cancel request received
ohci1394_0: Got RQPkt interrupt status=0x00008409
ohci1394_0: Single packet rcv'd
ohci1394_0: Got phy packet ctx=0 ... discarded
ohci1394_0: IntEvent: 00000010
ohci1394_0: Got RQPkt interrupt status=0x00008409
ohci1394_0: Single packet rcv'd
ohci1394_0: Got phy packet ctx=0 ... discarded
ohci1394_0: Single packet rcv'd
ohci1394_0: Got phy packet ctx=0 ... discarded
------------------------------------------------------

unplug gives in kern.debug:
------------------------------------------------------
ohci1394_0: Got phy packet ctx=0 ... discarded
ohci1394_0: IntEvent: 00000010
ohci1394_0: Got RQPkt interrupt status=0x00008409
ohci1394_0: Single packet rcv'd
ohci1394_0: Got phy packet ctx=0 ... discarded
------------------------------------------------------

load module of sbp2, syslog says:
------------------------------------------------------
ieee1394: sbp2: Driver forced to serialize I/O (serialize_io = 1)
scsi2 : IEEE-1394 SBP-2 protocol driver
------------------------------------------------------
unplug of HD
replug of the HD
Gives quite the same message as above on plug and unplug


Reboot of the machine with the disk plugged in.
(Maybe reboot isn't needed)
Modules are loaded manually.

load of modules ieee1394, ohci1394
module ieee1394 doesn't give any message.
module ohci1394 gives a lot of message (in kern.debug), discuss with the
HD plugged in, gives info about it (30GB ..), loads the sbp2 module.
Here is what i have in kern.warn
------------------------------------------------------
Nov 28 08:19:27 test17-248 kernel: ieee1394: sbp2: Driver forced to serialize I/O (serialize_io = 1)
Nov 28 08:19:27 test17-248 kernel: ieee1394: sbp2: Node 1:1023: Max speed [S400] - Max payload [0x09/2048]
Nov 28 08:19:27 test17-248 kernel: Vendor: FUJITSU Model: MHN2300AT Rev: 7255
Nov 28 08:19:27 test17-248 kernel: Type: Direct-Access ANSI SCSI revision: 06
Nov 28 08:19:27 test17-248 kernel: Attached scsi disk sdb at scsi2, channel 0, id 0, lun 0
Nov 28 08:19:28 test17-248 kernel: SCSI device sdb: 58605120 512-byte hdwr sectors (30006 MB)
Nov 28 08:19:28 test17-248 kernel: sdb1
------------------------------------------------------

Now plug 1 more disk on the 1 of the 2 left plug on the ieee1394 pci card:
------------------------------------------------------
Nov 28 08:24:56 test17-248 kernel: ieee1394: ConfigROM quadlet transaction error for node 0:1023
Nov 28 08:24:57 test17-248 kernel: ieee1394: sbp2: Node 0:1023: Max speed [S400] - Max payload [0x09/2048]
Nov 28 08:25:12 test17-248 kernel: ieee1394: sbp2: Error logging into SBP-2 device - login timed-out
Nov 28 08:25:12 test17-248 kernel: ieee1394: sbp2: sbp2_login_device failed
Nov 28 08:25:12 test17-248 kernel: ieee1394: sbp2: Error reconnecting to SBP-2 device - reconnect failed
Nov 28 08:25:12 test17-248 kernel: ieee1394: sbp2: Node 2:1023: Max speed [S400] - Max payload [0x09/2048]
------------------------------------------------------

Now plug the last remainning slot:
------------------------------------------------------
Nov 28 08:32:09 test17-248 kernel: ieee1394: ConfigROM quadlet transaction error for node 0:1023
Nov 28 08:32:09 test17-248 kernel: ieee1394: sbp2: Node 1:1023: Max speed [S400] - Max payload [0x09/2048]
Nov 28 08:32:14 test17-248 kernel: ieee1394: sbp2: Node 0:1023: Max speed [S400] - Max payload [0x09/2048]
Nov 28 08:32:14 test17-248 kernel: ieee1394: sbp2: Node 2:1023: Max speed [S400] - Max payload [0x09/2048]
------------------------------------------------------

Now lets go for the unplug of the last plugged HD:
Nov 28 08:35:14 test17-248 kernel: ieee1394: sbp2: Node 1:1023: Max speed [S400] - Max payload [0x09/2048]

Now lets unplegged the next one:
Nov 28 08:36:01 test17-248 kernel: ieee1394: ConfigROM quadlet transaction error for node 1:1023
Nov 28 08:36:03 test17-248 kernel: ieee1394: sbp2: Node 0:1023: Max speed [S400] - Max payload [0x09/2048]

The unplug of the only working disk gives no message in kern.warn
The replug gives:
Nov 28 08:52:05 test17-248 kernel: ohci1394_0: SelfID received outside of bus reset sequence
Nov 28 08:52:10 test17-248 kernel: ieee1394: sbp2: Node 0:1023: Max speed [S400] - Max payload [0x09/2048]

Comments:
It seems that the hotplug is working only if the device is plugged before
the boot of the machine or loading the modules (just tested, don't need
to boot the machine with the devies plugged, just need to have plugged
the device before loading ohci1394 module).
This is not really hotplug, right ? Is this normal ?
The is really annoying because if I automatically load the module at boot
time, we need to have a device plugged on every machines what is really
not handy.
The other issue is that the only first device plugged is working.
This isn't really a problem because I need just 1 disk to be plugged but
is this normal (I think so)?
Sam


2001-11-28 12:20:06

by Kristian Hogsberg

[permalink] [raw]
Subject: Re: Ieee1394

Samuel Maftoul <[email protected]> writes:

> Hello everyone,
> Still me with my ieee1394 problems :)
>
> Workaround: My goal is to make ieee1394 HardDisk work in a production
> environment:
> User come on a machine, plug his disk, store his (experience
> results) datas on it, unplugs it and go away with it in his home
> institute where he processes his datas.

You should update to the latest cvs version, as it has some fixes for
sbp2 plug/unplug issues that hasn't yet made it into 2.4. Move your
drivers/ieee1394 directory out of the way and then checkout the cvs
drivers as described here:

http://linux1394.sourceforge.net/cvs.html

Kristian

2001-11-28 14:10:20

by Ben Collins

[permalink] [raw]
Subject: Re: Ieee1394

On Wed, Nov 28, 2001 at 10:32:56AM +0100, Samuel Maftoul wrote:
> Hello everyone,
> Still me with my ieee1394 problems :)
>
> Workaround: My goal is to make ieee1394 HardDisk work in a production
> environment:
> User come on a machine, plug his disk, store his (experience
> results) datas on it, unplugs it and go away with it in his home
> institute where he processes his datas.

I don't see any mention of the kernel version you are using, nor about
the specific ohci chipset, or the hardware (ppc, i386?).

Give me some details. I don't see this issue right now, but I'm using
linux1394 CVS.


Ben

--
.----------=======-=-======-=========-----------=====------------=-=-----.
/ Ben Collins -- Debian GNU/Linux \
` [email protected] -- [email protected] -- [email protected] '
`---=========------=======-------------=-=-----=-===-======-------=--=---'

2001-11-28 15:30:07

by Samuel Maftoul

[permalink] [raw]
Subject: Re: Ieee1394

On Wed, Nov 28, 2001 at 09:09:28AM -0500, Ben Collins wrote:
> On Wed, Nov 28, 2001 at 10:32:56AM +0100, Samuel Maftoul wrote:
> > Hello everyone,
> > Still me with my ieee1394 problems :)
> >
> > Workaround: My goal is to make ieee1394 HardDisk work in a production
> > environment:
> > User come on a machine, plug his disk, store his (experience
> > results) datas on it, unplugs it and go away with it in his home
> > institute where he processes his datas.
>
> I don't see any mention of the kernel version you are using, nor about
> the specific ohci chipset, or the hardware (ppc, i386?).
>
> Give me some details. I don't see this issue right now, but I'm using
> linux1394 CVS.
i386, AFW-4300, 2.4.16, ieee1394 from kernel (not CVS , but soon CVS :)
)
Most problems resolved.
Now I'm working on a script to automount and autoumount the HD.
This is so fucking hard 'cause we are not aware of what user wants to
use the disk (for mount -o user to let the user accessing his datas in
rw mode). Another problem is the umount: if the directory s busy, my
script isn't able to du "cd .." for the user ...
so crazy
Sam
>
>
> Ben
>
> --
> .----------=======-=-======-=========-----------=====------------=-=-----.
> / Ben Collins -- Debian GNU/Linux \
> ` [email protected] -- [email protected] -- [email protected] '
> `---=========------=======-------------=-=-----=-===-======-------=--=---'
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/