PDA

View Full Version : Firewire external HDD



Guy
01-24-2003, 05:33 PM
I'm running Knoppix (various versions, up to 3.1 1/1/2003) from CD on a machine with one internal HDD and an external one (in a Firewire/USB 1.1 enclosure) connected through Firewire. It seems the Orange Micro Firewire/USB2.0 PCI host card I'm using isn't recognized, as the drive never pops up under Knoppix, in contrast to the internal IDE HDD. I could try connecting the external drive via the mainboard USB 1.1 or 2.0 ports on the Orange Micro card of course, but will never get decent throughput as firewire is the only fast connection I've got on the external drive enclosure. Any data on available/missing firewire host card drivers in Knoppix. and what to do about that?

thanks,

Guy (guy underscore hermans at hotmail dot com)

lilliput
01-24-2003, 09:39 PM
to load the modules

modprobe ohci1394
modprobe raw1394

to check if your device is online
gscanbus
download this script
http://www.garloff.de/kurt/linux/rescan-scsi-bus.sh

give it tthe execution right on root
after mount the partition
mount /dev/sda1 /mnt/subdirectories
if it's a cdrom
mount /dev/scd2 /mnt/...

abacad
01-25-2003, 02:13 PM
This is how I got mine to work:


Method:
1-> Login as the administrator
2-> Edit the /etc/devices/drivers file
3-> Add the line 50 ieee1394
4-> Add the line 51 ohci1394
5-> Add the line 52 sbp2
6-> Save the file
7-> run the command gscanbus
8-> Restart the machine

I then created the mount points for each of the 4 partitions and added them to /etc/fstab.
I think the raw1394 module is only required if you are going to connect a Video Camera

Jim :)

lilliput
01-25-2003, 04:29 PM
witthout the raw module my hdd is not know.. but i will ttry your method..
thanks

abacad
01-25-2003, 07:46 PM
It should be fine as I spent about two weeks on various other forums and Google looking for a solution. I could get the HDD recognized, but had to remount them each time I rebooted the system. By modifying /etc/devices/drivers it allowed the HDD to mount automatically after each reboot.

Jim :)

copeloa
09-21-2003, 04:09 AM
Hello Guy:

I have a similar problem and so far I have not been able to resolve. Would you please post if you were able to resolve this or not? And if yes, How did you do it?

Thanks and regards

Copeloa

P.S.- I have tried using abacad's method, but was not succesfull doing it. Actually, I was able to see the driver file at all. Perhaps I did something wrong here, and will check it again.

@ lilliput: I already have the modules loaded, actually, I could not load the raw 1394, but have ohci1394 and ieee1394 loaded, but system did not allow me to mount the devices as per you post.

Edit>- Monday 22. I loaded the raw 1394, however, I still have problems mounting the external hard drive..........I just noticed that there is a new vesion, I am going to try the new version, and the firewire may work here for me...........

copeloa
09-22-2003, 10:11 PM
abacad:

As yo can gathered by my posts and this question, I am a new linux user, and in trying to follow you recommendations:

Method:
1-> Login as the administrator
2-> Edit the /etc/devices/drivers file
3-> Add the line 50 ieee1394
4-> Add the line 51 ohci1394
5-> Add the line 52 sbp2
6-> Save the file
7-> run the command gscanbus
8-> Restart the machine
have a basic question for you:
I find myself not knowing how to do that.
1.- I can go to the root shell, but do not know how to liging as the administrator.
2.- What commands do I need to run the /etc/devices/drivers file?, "Edit" is not working for me.

Thanks

Copeloa

berlind
10-27-2004, 08:27 AM
i have the same problem, my external firewire-hdd is not regocnized by the system, has anyone one more idea?

i can not find the /etc/devices/drivers file!

ewangr
10-30-2004, 05:10 PM
Situation HDInstall of Knoppix 3.6

During the boot, I see the message that firewire is recognized and being managed by hotplug. Going into lsmod I see all the 1394 modules, but not the sbp2 module. I modprobe that, and then run gscanbus.

gscanbus then returns the error:
couldn't set port: Invalid argument

Any ideas?

probono
11-05-2004, 06:34 PM
Be sure that ohci1934 is loaded.

Greetins,
probono

ewangr
11-05-2004, 07:46 PM
I assume you mean OHCI-1394 rather than 1934

Yes, raw1394, ohci-1394, and sbp2 are all showing up in lsmod. But the card is not recognized beyond the initial notification that firewire has been found and is being managed by hotplug.

Any other ideas I should check?