View previous topic :: View next topic |
Author |
Message |
int2str Guru


Joined: 29 Sep 2003 Posts: 362
|
Posted: Mon Jun 21, 2004 7:08 am Post subject: Firewire hard drive not recognized / mountable |
|
|
Hey there!
I have a firewire hard drive which I have previously used with Gentoo. However, after a recent reinstall, I cannot access the drive anymore.
Here is the related dmsg output:
Code: | ieee1394: raw1394: /dev/raw1394 device initialized
ieee1394: Host added: ID:BUS[0-00:1023] GUID[000bcd009e53243d]
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
sbp2: $Rev: 1219 $ Ben Collins <bcollins@debian.org> |
Note that there is no further report from sbp2. Nothing happens.
I'm using kernel 2.6.7-mm1.
IEEE1394 related config options:
Code: | # IEEE 1394 (FireWire) support
CONFIG_IEEE1394=y
# CONFIG_IEEE1394_VERBOSEDEBUG is not set
CONFIG_IEEE1394_OUI_DB=y
# CONFIG_IEEE1394_EXTRA_CONFIG_ROMS is not set
CONFIG_IEEE1394_PCILYNX=y
CONFIG_IEEE1394_OHCI1394=y
CONFIG_IEEE1394_VIDEO1394=y
CONFIG_IEEE1394_SBP2=m
# CONFIG_IEEE1394_SBP2_PHYS_DMA is not set
# CONFIG_IEEE1394_ETH1394 is not set
CONFIG_IEEE1394_DV1394=y
CONFIG_IEEE1394_RAWIO=y
# CONFIG_IEEE1394_CMP is not set |
SCSI related:
Code: | CONFIG_BLK_DEV_IDESCSI=y
CONFIG_SCSI=y
CONFIG_SCSI_PROC_FS=y
CONFIG_BLK_DEV_SD=y |
Dont know what to do anymore
The firewire hard drive contains the backup of my previous gentoo installation. I *need* that data .
Thanks for your help... _________________ Adpot an unanswered post today! |
|
Back to top |
|
 |
teknomage1 Veteran


Joined: 05 Aug 2003 Posts: 1239 Location: Los Angeles, CA
|
Posted: Mon Jun 21, 2004 8:06 am Post subject: |
|
|
I'm sure this isn't the problem, but did you load the SBP2 module? Also did you check /proc/scsi/scsi? |
|
Back to top |
|
 |
cylgalad Veteran

Joined: 18 Apr 2003 Posts: 1327 Location: France
|
Posted: Mon Jun 21, 2004 9:56 am Post subject: |
|
|
Code: | wget http://www.garloff.de/kurt/linux/rescan-scsi-bus.sh
chmod +x rescan-scsi-bus.sh
./rescan-scsi-bus.sh
|
et voilà...
/usr/src/linux/drivers/ieee1394/sbp2.c :
|
|
Back to top |
|
 |
int2str Guru


Joined: 29 Sep 2003 Posts: 362
|
Posted: Mon Jun 21, 2004 5:27 pm Post subject: |
|
|
teknomage1 wrote: | I'm sure this isn't the problem, but did you load the SBP2 module? Also did you check /proc/scsi/scsi? |
Yes, as you can see from the DMESG line, sbp2 is loaded, but doesn't produce any further output. /proc/scsi/scsi shows now devices. _________________ Adpot an unanswered post today! |
|
Back to top |
|
 |
int2str Guru


Joined: 29 Sep 2003 Posts: 362
|
Posted: Mon Jun 21, 2004 5:28 pm Post subject: |
|
|
cylgalad:
Tried that. No devices found.
Also tried the "add-single-device" trick some suggested without succsess. _________________ Adpot an unanswered post today! |
|
Back to top |
|
 |
int2str Guru


Joined: 29 Sep 2003 Posts: 362
|
Posted: Mon Jun 21, 2004 11:32 pm Post subject: |
|
|
Update:
Tried every kernel back down to 2.6.3.
2.6.3 works fine, everything above that does not.
Cheers,
André _________________ Adpot an unanswered post today! |
|
Back to top |
|
 |
melanarchy n00b

Joined: 03 Dec 2002 Posts: 11 Location: New York
|
Posted: Tue Jun 29, 2004 2:42 pm Post subject: |
|
|
I have the same problem described here using 2.6.7-gentoo (perhaps previous kernels as well) I dislike the idea of having to downgrade kernels however and am interested in finding out why this is happening. I'll investigate bugzilla etc. and report back, but if anybody has any ideas as to where to look or what mightr be causing this problem I'd be appreciative. The drive I'm trying to mount happens to be an Ipod and I am sure that I had it working with some of the earlier versions of the 2.6 series. Another reason I don't wish to downgrade is my digital camera which didn't work with previous versions of 2.6 works with 2.6.7 |
|
Back to top |
|
 |
|