Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Please help me get a firewire hard drive working (2.6.7-r11)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
TheQat
n00b
n00b


Joined: 08 Jul 2004
Posts: 8

PostPosted: Sat Jul 31, 2004 11:05 pm    Post subject: Please help me get a firewire hard drive working (2.6.7-r11) Reply with quote

I have a 160GB external hard drive formatted in ext3. It has USB 2.0 and Firewire capabilties. I am able to use it with USB 2.0, so this isn't really an urgent thing, but I would like to be able to use it with Firewire as well. I've been trying and searching the forums for solutions for a good while now (2 weeks? something like that), but nothing that helps has come up :(

The main thing in my way is the following message, which I get from the command "mount /mnt/externhd":

Code:
mount: /dev/sdb is not a valid block device


Here is /dev/sdb's fstab line:

Code:
/dev/sdb      /mnt/externhd   ext3      noatime            0 0


Here is some (maybe) relevant dmesg output:

Code:
ohci1394: $Rev: 1223 $ Ben Collins <bcollins@debian.org>
ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[21]  MMIO=[e4003000-e40037ff]  Max Packet=[2048]
ohci1394: fw-host1: OHCI-1394 1.1 (PCI): IRQ=[17]  MMIO=[e3005000-e30057ff]  Max Packet=[2048]
ieee1394: raw1394: /dev/raw1394 device initialized
 /dev/scsi/host0/bus0/target0/lun0:<3>ohci1394: fw-host0: SelfID received outside of bus reset sequence
ieee1394: Node added: ID:BUS[0-00:1023]  GUID[0050770e00071002]
ieee1394: Host added: ID:BUS[0-01:1023]  GUID[000000044b808003]
ieee1394: unsolicited response packet received - no tlabel match
scsi1 : 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]
ieee1394: sbp2: aborting sbp2 command
ieee1394: sbp2: aborting sbp2 command
ieee1394: sbp2: reset requested
ieee1394: sbp2: Generating sbp2 fetch agent reset
ieee1394: sbp2: aborting sbp2 command
ieee1394: sbp2: reset requested
ieee1394: sbp2: Generating sbp2 fetch agent reset
ieee1394: sbp2: aborting sbp2 command
ieee1394: sbp2: reset requested
ieee1394: sbp2: Generating sbp2 fetch agent reset
ieee1394: sbp2: aborting sbp2 command
ieee1394: Host added: ID:BUS[1-00:1023]  GUID[00023c0021006bef]


I've only had Linux installed for about a month and a half, so please explain things thoroughly if you have time :) If you need any other info to further diagnose my problem, I'm sure I can provide it.
Back to top
View user's profile Send private message
Ateo
Advocate
Advocate


Joined: 02 Jun 2003
Posts: 2021
Location: Republic of California

PostPosted: Sat Jul 31, 2004 11:45 pm    Post subject: Reply with quote

Your fstab entry is incorrect. You are telling fstab to mount the hard drive itself (logically) to your mount point. You need to tell it which partition *of* /dev/sdb, eg: /dev/sdb1 or /dev/sdb2, etc....
Back to top
View user's profile Send private message
TheQat
n00b
n00b


Joined: 08 Jul 2004
Posts: 8

PostPosted: Sun Aug 01, 2004 12:02 am    Post subject: Reply with quote

Thanks Ateo, I appreciate it. Unfortunately all this does is shift the focus of the problem: plugging in the Firewire drive doesn't result in a /dev/sdbx or /sdax, like plugging it in via USB 2.0 does.

In other words, when I plug the drive in via USB 2.0, ls /dev | grep "sd" returns

Code:

ptysd
sd
sda
sda1
ttysd


But when I plug it in via Firewire, ls /dev | grep "sd" returns

Code:

ptysd
sd
sda
ttysd


Further help needed :(
Back to top
View user's profile Send private message
Ateo
Advocate
Advocate


Joined: 02 Jun 2003
Posts: 2021
Location: Republic of California

PostPosted: Sun Aug 01, 2004 12:41 am    Post subject: Reply with quote

Ok. Then let's move on to your kernel. You should have the following enabled (or built as modules)
Code:
<*> IEEE 1394 (FireWire) support
---   Subsystem Options
[ ]   Excessive debugging output
[ ]   OUI Database built-in
[ ]   Build in extra config rom entries for certain functionality
---   Device Drivers
---   Texas Instruments PCILynx requires I2C
< >   OHCI-1394 support
---   Protocol Drivers
<*>   SBP-2 support (Harddisks etc.)
< >   Ethernet over 1394
<*>   Raw IEEE1394 I/O support
< >   IEC61883-1 Plug support


If this is how you have compiled your kernel.... well then... can you at least fdisk into /dev/sda when connected via firewire?
Back to top
View user's profile Send private message
TheQat
n00b
n00b


Joined: 08 Jul 2004
Posts: 8

PostPosted: Sun Aug 01, 2004 12:49 am    Post subject: Reply with quote

Prior to you posting that I had OHCI-1394 enabled. I recompiled the kernel with it off and now don't have /dev/sd, much less sda or sda1 :( Are you sure that's the right set of options?

EDIT: After re-adding OHCI-1394, it seems I cannot fdisk /dev/sda. It returns

Code:
Unable to open /dev/sda.
Back to top
View user's profile Send private message
TheQat
n00b
n00b


Joined: 08 Jul 2004
Posts: 8

PostPosted: Tue Aug 03, 2004 3:47 am    Post subject: Reply with quote

Anyone else out there able to help at all?
Back to top
View user's profile Send private message
ultimodruido
Apprentice
Apprentice


Joined: 11 Dec 2003
Posts: 253
Location: Muenchen

PostPosted: Wed Aug 04, 2004 3:50 pm    Post subject: Reply with quote

try this:
Code:
echo scsi add-single-device 0 0 0 0 > /proc/scsi/scsi

you should change the group "0 0 0 0" with the right number of host, bus, target and lun of your system
bye nic
_________________
Account Jabber: ultimodruido@jabber.linux.it
Back to top
View user's profile Send private message
sameerd
n00b
n00b


Joined: 28 Oct 2003
Posts: 5

PostPosted: Wed Aug 04, 2004 7:03 pm    Post subject: Reply with quote

I too have alot of problems with firewire and all the new 2.6 kernels. The problems are very similar to yours. To solve some of the "aborting sbp2 command" errors the linux1394 website says
http://www.linux1394.org/faq.php#sbp2abort
to load the sbp2 module using the serialize_io = 1 option.

Code:

modprobe sbp2 serialize_io=1


I did try this but it didnt seem to make much difference to me. I shifted back to the 2.4 kernels and I have no problems in 2.4.26.
Back to top
View user's profile Send private message
TheQat
n00b
n00b


Joined: 08 Jul 2004
Posts: 8

PostPosted: Sat Aug 07, 2004 9:41 pm    Post subject: Reply with quote

OK, I've gone back to 2.6.3 which I've read is the last kernel where firewire worked for some people. I'm still getting the same errors, mostly. I now need to know what to do about the "/dev/sda1 is not a valid block device" error, though. Please help :(
Back to top
View user's profile Send private message
sameerd
n00b
n00b


Joined: 28 Oct 2003
Posts: 5

PostPosted: Sun Aug 08, 2004 12:22 am    Post subject: Reply with quote

Try the latest 2.4 kernels.
Back to top
View user's profile Send private message
FuzzyOne
n00b
n00b


Joined: 08 Mar 2004
Posts: 21

PostPosted: Sun Aug 08, 2004 12:29 am    Post subject: firewire with 2.6.7 Reply with quote

i've had no problems with kernel 2.6.3 tru to 2.6.7 r11 using the ASUS P4C800-E. i don't have my exact kernel config handy , but i enabled the scsi drive stuff and the firewire stuff and everything works fine. (ext3 120G ide)
Back to top
View user's profile Send private message
ultimodruido
Apprentice
Apprentice


Joined: 11 Dec 2003
Posts: 253
Location: Muenchen

PostPosted: Sun Aug 08, 2004 1:06 pm    Post subject: Reply with quote

TheQat wrote:
I now need to know what to do about the "/dev/sda1 is not a valid block device" error, though. Please help :(

Hi, I'm trying to install Gentoo on an external FW HD. I'm using an initrd to recognize the Prolific Combo controller...
I can create the device only with this line in the linuxrc file in the initrd:
Code:
echo scsi add-single-device 0 0 0 0 > /proc/scsi/scsi
sleep 3
mknod /dev/root b 8 1

the major & minor value can be found in /proc/partitions
Code:
cat /proc/partitions
major minor  #blocks  name     rio rmerge rsect ruse wio wmerge wsect wuse running use aveq
 
  33     0   30018240 ide/host2/bus0/target0/lun0/disc 25694 21824 379352 179020 8353 8314 133570 525280 -1 1371470 42172052  33     1    4096543 ide/host2/bus0/target0/lun0/part1 0 0 0 0 0 0 0 0 0 0 0
  33     2    6144862 ide/host2/bus0/target0/lun0/part2 25685 21784 379248 178930 8352 8314 133568 525280 0 144530 704670
  33     4          1 ide/host2/bus0/target0/lun0/part4 0 0 0 0 0 0 0 0 0 0 0
  33     5    1044193 ide/host2/bus0/target0/lun0/part5 1 0 8 10 0 0 0 0 0 10 10
  33     6      16033 ide/host2/bus0/target0/lun0/part6 3 25 56 20 1 0 2 0 0 20 20
  33     7    3108546 ide/host2/bus0/target0/lun0/part7 0 0 0 0 0 0 0 0 0 0 0
  33     8   15607116 ide/host2/bus0/target0/lun0/part8 0 0 0 0 0 0 0 0 0 0 0

I hope this can solve your problem... to someone did... with me no! I have to warn you 'cause my kernel mow recognize /dev/sda1, but he stops with
Code:
sbp2: abort etc etc

when he's checking the filesystem (which has NO problem, I use it with the USB drive!)
Ciao nic
_________________
Account Jabber: ultimodruido@jabber.linux.it
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum