From: Stefan Richter <stefanr@s5r6.in-berlin.de>
To: linux-kernel@vger.kernel.org, linux1394-devel@lists.sourceforge.net
Cc: "Andrew Morton" <akpm@osdl.org>, "Rogério Brito" <rbrito@ime.usp.br>
Subject: Re: Problems with Firewire and -mm kernels
Date: Tue, 28 Jun 2005 09:42:08 +0200 [thread overview]
Message-ID: <42C0FF50.7080300@s5r6.in-berlin.de> (raw)
In-Reply-To: <20050627202226.43ebd761.akpm@osdl.org>
Andrew Morton wrote:
> -ieee1394: Node added: ID:BUS[0-00:1023] GUID[0050c501e00010e8]
> +ieee1394: Node added: ID:BUS[0-01:1023] GUID[0050c501e00010e8]
> +ieee1394: The root node is not cycle master capable; selecting a new root node and resetting...
> +ieee1394: Node changed: 0-01:1023 -> 0-00:1023
> ieee1394: Node changed: 0-00:1023 -> 0-01:1023
The IDs are assigned to nodes everytime they are attached to the bus in
a random order. It is a pure hardware thing; I cannot imagine any
influnce of the kernel to this procedure.
If the node with the highest ID does not fulfill certain criteria, Linux
tries to get the highest ID moved to the local node. This function is
unrelated to SBP-2 (it is necessary to let streaming devices like
cameras work) but it has been observed that it disturbs a few SBP-2
devices. But again, I don't see how -mm and the stock kernel should
differ to that respect.
You could load ieee1394 with a new parameter that supresses the "Root
node is not cycle master capable..." routine:
# modprobe ieee1394 disable_irm=1
before ohci1394 and the other 1394 related drivers are loaded.
> SCSI subsystem initialized
> sbp2: $Rev: 1219 $ Ben Collins <bcollins@debian.org>
> @@ -300,14 +308,6 @@
> ieee1394: sbp2: Logged into SBP-2 device
> ieee1394: Node 0-00:1023: Max speed [S400] - Max payload [2048]
> Vendor: ST316002 Model: 1A Rev: 3.06
> - Type: Direct-Access ANSI SCSI revision: 06
> -SCSI device sda: 312581808 512-byte hdwr sectors (160042 MB)
> -sda: asking for cache data failed
> -sda: assuming drive cache: write through
> -SCSI device sda: 312581808 512-byte hdwr sectors (160042 MB)
> -sda: asking for cache data failed
> -sda: assuming drive cache: write through
> - sda: [mac] sda1 sda2 sda3 sda4
> -Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
> + Type: Unknown ANSI SCSI revision: 04
There was a discussion in May about discovery of devices which implement
the RBC command set: http://marc.theaimsgroup.com/?t=111620896500001 I
am not sure if the discussed change went into one or both of the kernels
in question.
> ieee1394: Node changed: 0-01:1023 -> 0-00:1023
> ieee1394: Node suspended: ID:BUS[0-00:1023] GUID[0050c501e00010e8]
What caused these two messages? Did you disconnect the drive at this point?
--
Stefan Richter
-=====-=-=-= -==- ===--
http://arcgraph.de/sr/
next prev parent reply other threads:[~2005-06-28 7:50 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-06-26 11:03 2.6.12-mm2 Andrew Morton
2005-06-26 11:42 ` 2.6.12-mm2 Russell King
2005-06-26 23:17 ` 2.6.12-mm2 Grant Coady
2005-06-27 8:11 ` 2.6.12-mm2 Russell King
2005-06-26 12:04 ` 2.6.12-mm2 Michał Piotrowski
2005-06-27 2:50 ` Problems with Firewire and -mm kernels (was: Re: 2.6.12-mm2) Rogério Brito
2005-06-27 23:45 ` Andrew Morton
2005-06-28 1:00 ` Rogério Brito
2005-06-28 2:22 ` Rogério Brito
2005-06-28 3:22 ` Andrew Morton
2005-06-28 4:00 ` Ben Collins
2005-06-28 6:12 ` Rogério Brito
2005-06-28 16:15 ` Ben Collins
2005-07-01 1:01 ` Problems with Firewire and -mm kernels Rogério Brito
2005-07-01 1:12 ` Ben Collins
2005-07-01 2:23 ` Rogério Brito
2005-07-01 2:28 ` Problems with Firewire and -mm kernels (and vanilla 2.6.13-rc1) Rogério Brito
2005-07-01 2:44 ` Problems with Firewire and -mm kernels Rogério Brito
2005-07-01 3:18 ` Ben Collins
2005-07-01 4:01 ` Dan Dennedy
2005-07-01 4:37 ` Stefan Richter
2005-07-01 4:12 ` Stefan Richter
2005-07-01 4:30 ` Rogério Brito
2005-07-01 5:15 ` Ben Collins
2005-06-28 7:42 ` Stefan Richter [this message]
2005-06-28 7:46 ` Andrew Morton
2005-06-28 8:37 ` Rogério Brito
2005-06-28 16:25 ` Ben Collins
2005-06-28 16:38 ` Giuseppe Bilotta
2005-06-28 8:18 ` Rogério Brito
2005-06-28 18:47 ` Stefan Richter
2005-06-30 0:43 ` Rogério Brito
2005-06-26 14:04 ` ACPI-based PCI resources: PCMCIA bugfix, but resources missing in trees Dominik Brodowski
2005-06-26 19:17 ` Andrew Morton
2005-06-26 19:34 ` Russell King
2005-06-26 20:14 ` Dominik Brodowski
2005-06-27 20:18 ` Rajesh Shah
2005-06-27 20:26 ` Dominik Brodowski
2005-06-27 1:38 ` Grant Coady
2005-06-27 5:59 ` Dominik Brodowski
2005-06-27 8:55 ` Grant Coady
2005-06-26 14:18 ` 2.6.12-mm2 Adam Kropelin
2005-06-26 19:25 ` 2.6.12-mm2 Andrew Morton
2005-06-26 19:39 ` 2.6.12-mm2 Vojtech Pavlik
2005-06-27 13:13 ` 2.6.12-mm2 Vojtech Pavlik
2005-06-26 16:05 ` [-mm patch] kernel/irq/autoprobe.c: remove an unused variable Adrian Bunk
2005-06-26 19:51 ` 2.6.12-mm2 Brice Goglin
2005-06-27 0:44 ` 2.6.12-mm2 J.A. Magallon
2005-06-27 0:56 ` 2.6.12-mm2 Andrew Morton
2005-06-29 0:31 ` [sparc32] Kconfig fixups (was Re: 2.6.12-mm2) William Lee Irwin III
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=42C0FF50.7080300@s5r6.in-berlin.de \
--to=stefanr@s5r6.in-berlin.de \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux1394-devel@lists.sourceforge.net \
--cc=rbrito@ime.usp.br \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®