LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-18-2005, 05:17 PM   #1
iota
LQ Newbie
 
Registered: Sep 2005
Location: Berks, UK
Distribution: Fedora Core 4
Posts: 2

Rep: Reputation: 0
Second firewire external hdd enclosure fails to appear as a scsi device;


looks like I'm having the same problem as /questions/showthread.php?s=&threadid=187792
to which nobody had an answer...

Essentially I have two near identical, pretty generic USB 2.0 & Firewire external HDD boxes, both with 80gb NTFS drives in them. If I plug either one into the (single) firewire port on my computer, it appears as /dev/sda without a problem. If I plug one into USB and one into firewire they're both there as /dev/sda and /dev/sdb - the problem arises with daisy chaining; both these enclosures have 2 firewire ports on for daisychaining, however, while the second drive will generate a load of spaff in dmesg, it refuses to get recognised as a hdd.

Sequence of events follows:

Plug 1st enclosure into firewire on pc, power on drive,
it appears as /dev/sda, and the following spaff in dmesg:
Code:
[root@jericho /]# dmesg -c
ieee1394: Error parsing configrom for node 0-01:1023
ieee1394: The root node is not cycle master capable; selecting a new root node and resetting...
ieee1394: Error parsing configrom for node 0-00:1023
ieee1394: Node changed: 0-00:1023 -> 0-01:1023
ieee1394: Node resumed: ID:BUS[0-00:1023]  GUID[0050770e00071002]
ieee1394: unsolicited response packet received - no tlabel match
scsi7 : SCSI emulation for IEEE-1394 SBP-2 Devices
ieee1394: sbp2: Logged into SBP-2 device
ieee1394: Node 0-00:1023: Max speed [S400] - Max payload [2048]
  Vendor: WDC WD80  Model: 0JB-00CRA1        Rev:
  Type:   Direct-Access                      ANSI SCSI revision: 06
SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB)
SCSI device sda: drive cache: write through
SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB)
SCSI device sda: drive cache: write through
 sda: sda1
Attached scsi disk sda at scsi7, channel 0, id 0, lun 0
[root@jericho /]#
At this point it can be mounted no problem.

The second enclosure is plugged into the spare firewire port on the first enclosure (currently connected one) and powered on restulting in the following spaff from dmesg and an utter lack of /dev/sdb:

Code:
[root@jericho /]# dmesg -c
ieee1394: Error parsing configrom for node 0-00:1023
ieee1394: Node changed: 0-00:1023 -> 0-01:1023
ieee1394: Node changed: 0-01:1023 -> 0-02:1023
ieee1394: unsolicited response packet received - no tlabel match
ieee1394: Reconnected to SBP-2 device
ieee1394: Node 0-01:1023: Max speed [S400] - Max payload [2048]
ieee1394: Node changed: 0-01:1023 -> 0-00:1023
ieee1394: Node changed: 0-00:1023 -> 0-01:1023
ieee1394: unsolicited response packet received - no tlabel match
ieee1394: unsolicited response packet received - no tlabel match
ieee1394: Reconnected to SBP-2 device
ieee1394: Node 0-01:1023: Max speed [S400] - Max payload [2048]
[root@jericho /]#
My thinking here is that my firewire controller is either crap, or unsupported. It *is* quite a recent motherboard (Via EPIA MII 12000) So I'm more enclined to think it's unsupported in some way. I, however, know nothing of these things If it helps at all;
Code:
[root@jericho /]# uname -a
Linux jericho.oneiria.co.uk 2.6.11-1.1369_FC4 #1 Thu Jun 2 22:55:56 EDT 2005 i686 i686 i386 GNU/Linux
I can't find anything on the net and nobody on irc seems to have any clues other than "it might be a driver problem". I'm pretty new to any serious use of linux, and while the post above seems to be having exactly the same problem as me (albeit quite a while ago)... I am completely and utterly stumped.

Help very much appreciated
Ta
David

Last edited by iota; 09-18-2005 at 05:21 PM.
 
Old 09-18-2005, 06:29 PM   #2
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
Does which hard drive you plug in first impact the results you see? Do you have any non-drive firewire devices that can verify that the daisy-chaining works at all?
 
Old 09-18-2005, 06:30 PM   #3
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
I'm not sure if this is relevant, but you may also wish to look at this thread online: http://forums.whirlpool.net.au/forum...fm/387670.html
 
Old 09-18-2005, 06:38 PM   #4
iota
LQ Newbie
 
Registered: Sep 2005
Location: Berks, UK
Distribution: Fedora Core 4
Posts: 2

Original Poster
Rep: Reputation: 0
Doesn't appear to make any difference what order they're in

Code:
First one,

[root@jericho /]# dmesg -c
ieee1394: Error parsing configrom for node 0-01:1023
ieee1394: The root node is not cycle master capable; selecting a new root node and resetting...
ieee1394: Error parsing configrom for node 0-00:1023
ieee1394: Node changed: 0-00:1023 -> 0-01:1023
ieee1394: Node resumed: ID:BUS[0-00:1023]  GUID[0050770e00071002]
ieee1394: unsolicited response packet received - no tlabel match
scsi8 : SCSI emulation for IEEE-1394 SBP-2 Devices
ieee1394: sbp2: Logged into SBP-2 device
ieee1394: Node 0-00:1023: Max speed [S400] - Max payload [2048]
  Vendor: WDC WD80  Model: 0JB-00CRA1        Rev:
  Type:   Direct-Access                      ANSI SCSI revision: 06
SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB)
SCSI device sda: drive cache: write through
SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB)
SCSI device sda: drive cache: write through
 sda: sda1
Attached scsi disk sda at scsi8, channel 0, id 0, lun 0
ieee1394: Error parsing configrom for node 0-00:1023
ieee1394: Node changed: 0-00:1023 -> 0-01:1023
ieee1394: Node changed: 0-01:1023 -> 0-02:1023
ieee1394: unsolicited response packet received - no tlabel match
ieee1394: Reconnected to SBP-2 device
ieee1394: Node 0-01:1023: Max speed [S400] - Max payload [2048]
ieee1394: Node changed: 0-01:1023 -> 0-00:1023
ieee1394: Node changed: 0-00:1023 -> 0-01:1023
ieee1394: unsolicited response packet received - no tlabel match
ieee1394: unsolicited response packet received - no tlabel match
ieee1394: Reconnected to SBP-2 device
ieee1394: Node 0-01:1023: Max speed [S400] - Max payload [2048]

Powered down, swapped wires round

[root@jericho /]# dmesg -c
ieee1394: Node changed: 0-01:1023 -> 0-00:1023
ieee1394: Node changed: 0-02:1023 -> 0-01:1023
ieee1394: unsolicited response packet received - no tlabel match
ieee1394: Reconnected to SBP-2 device
ieee1394: Node 0-00:1023: Max speed [S400] - Max payload [2048]
ieee1394: Node changed: 0-01:1023 -> 0-00:1023
ieee1394: Node suspended: ID:BUS[0-00:1023]  GUID[0050770e00071002]

Second one,

[root@jericho /]# dmesg -c
ieee1394: Error parsing configrom for node 0-01:1023
ieee1394: The root node is not cycle master capable; selecting a new root node and resetting...
ieee1394: Error parsing configrom for node 0-00:1023
ieee1394: Node changed: 0-00:1023 -> 0-01:1023
ieee1394: Node resumed: ID:BUS[0-00:1023]  GUID[0050770e00071002]
ieee1394: unsolicited response packet received - no tlabel match
scsi9 : SCSI emulation for IEEE-1394 SBP-2 Devices
ieee1394: sbp2: Logged into SBP-2 device
ieee1394: Node 0-00:1023: Max speed [S400] - Max payload [2048]
  Vendor: ST380011  Model: A                 Rev:
  Type:   Direct-Access                      ANSI SCSI revision: 06
SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB)
SCSI device sda: drive cache: write through
SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB)
SCSI device sda: drive cache: write through
 sda: sda1
Attached scsi disk sda at scsi9, channel 0, id 0, lun 0
ieee1394: Error parsing configrom for node 0-00:1023
ieee1394: Node changed: 0-00:1023 -> 0-01:1023
ieee1394: Node changed: 0-01:1023 -> 0-02:1023
ieee1394: unsolicited response packet received - no tlabel match
ieee1394: Reconnected to SBP-2 device
ieee1394: Node 0-01:1023: Max speed [S400] - Max payload [2048]
ieee1394: Node changed: 0-01:1023 -> 0-00:1023
ieee1394: Node changed: 0-00:1023 -> 0-01:1023
ieee1394: unsolicited response packet received - no tlabel match
ieee1394: unsolicited response packet received - no tlabel match
ieee1394: Reconnected to SBP-2 device
ieee1394: Node 0-01:1023: Max speed [S400] - Max payload [2048]
[root@jericho /]#
I don't own any other firewire devices to verify that daisy chaining is working, I'm just unsure if this is a driver problem I can fix, or a problem with the chipset of the external hdd boxes, if they have the extra port *to* daisychain, and they're identical, so I'm thinking its more likely to be the former.
 
Old 04-05-2007, 09:07 PM   #5
sandeen
LQ Newbie
 
Registered: Apr 2007
Posts: 1

Rep: Reputation: 0
you have a duplicate GUID

google for 0050770e00071002 ... and see:

http: // sandeen.net/ fwfix/ index.html

silly linuxq won't let me post urls...
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with External Firewire HDD niikos Linux - Hardware 2 11-28-2005 03:23 AM
firewire or usb 2.0 for external hdd jfall Linux - Hardware 1 02-24-2005 03:38 AM
external (enclosure) ide box usb 2 and firewire dvd and cd writer captain-cat Linux - Hardware 2 10-28-2004 07:36 PM
external enclosure for hdd jcwalnut Linux - Hardware 2 09-22-2004 02:58 PM
How do I go into my External Firewire HDD? WhiteTornado Linux - Hardware 3 11-13-2003 04:07 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:29 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration