-
Firewire HD
Hi guys, I have a question - another one :). I recently bought a firewire/USB enclosure for HD's, but the Firewire HD isn't recognized by Linux :(. I already checked on the SuSE support page (http://portal.suse.com/sdb/en/2003/0..._firewire.html) for more info, and also on the Linux Firewire site (http://www.linux1394.org/index.php). So this is what I did (according to the info I found):
a load of modprobe commands, none of which returned any output (which should mean al the modules are loaded, right?):
Code:
linux:/home/stijn # modprobe ieee1394
linux:/home/stijn # modprobe sbp2
linux:/home/stijn # modprobe -r sbp2
linux:/home/stijn # modprobe ohci1394
These ones returned an error message though, but I don't know what to do with it:
Code:
linux:/home/stijn # /sbin/insmod ieee1394
insmod: can't read 'ieee1394': No such file or directory
linux:/home/stijn # cat /proc/bus/ieee1394/devices
cat: /proc/bus/ieee1394/devices: Onbekend bestand of map
I have 3 internal HD's (2 S-ATA, sda & sdb, and one P-ATA, hda); this is what I get from the following command:
Code:
linux:/home/stijn # hwinfo --disk
27: IDE 00.0: 10600 Disk
[Created at block.187]
Unique ID: Fffu.wtn9m_tKwg1
Parent ID: WL76.rwV8JTbQ6E2
SysFS ID: /block/hda
SysFS BusID: 0.0
SysFS Device Link: /devices/pci0000:00/0000:00:09.0/ide0/0.0
Hardware Class: disk
Model: "WDC WD2000JB-32EVA0"
Vendor: "WDC"
Device: "WD2000JB-32EVA0"
Revision: "15.05R15"
Serial ID: "WD-WMAEH1034956"
Driver: "AMD_IDE", "ide-disk"
Device File: /dev/hda
Device Number: block 3:0-3:63
Geometry (Physical): CHS 16383/16/63
Geometry (Logical): CHS 24321/255/63
Size: 390721968 sectors a 512 bytes
Cache: 8192 kb
Config Status: cfg=yes, avail=yes, need=no, active=unknown
Attached to: #17 (IDE interface)
30: SCSI 00.0: 10600 Disk
[Created at block.187]
Unique ID: _q_W.0b5D2TNjO25
Parent ID: LQQB.RFnPD3DuWg0
SysFS ID: /block/sda
SysFS BusID: 0:0:0:0
SysFS Device Link: /devices/pci0000:00/0000:00:08.0/0000:01:0b.0/host0/0:0:0:0
Hardware Class: disk
Model: "Maxtor 6Y080M0"
Vendor: "Maxtor"
Device: "6Y080M0"
Revision: "YAR5"
Serial ID: "Y2GTZKZE"
Driver: "sata_sil", "sd"
Device File: /dev/sda (/dev/sg0)
Device Number: block 8:0-8:15 (char 21:0)
Geometry (Logical): CHS 9964/255/63
Size: 160086528 sectors a 512 bytes
Config Status: cfg=yes, avail=yes, need=no, active=unknown
Attached to: #22 (RAID bus controller)
31: SCSI 100.0: 10600 Disk
[Created at block.187]
Unique ID: R0Fb.37Ow1kMITG5
Parent ID: LQQB.RFnPD3DuWg0
SysFS ID: /block/sdb
SysFS BusID: 1:0:0:0
SysFS Device Link: /devices/pci0000:00/0000:00:08.0/0000:01:0b.0/host1/1:0:0:0
Hardware Class: disk
Model: "Maxtor 6Y080M0"
Vendor: "Maxtor"
Device: "6Y080M0"
Revision: "YAR5"
Serial ID: "Y2186QEE"
Driver: "sata_sil", "sd"
Device File: /dev/sdb (/dev/sg1)
Device Number: block 8:16-8:31 (char 21:1)
Geometry (Logical): CHS 9964/255/63
Size: 160086528 sectors a 512 bytes
Config Status: cfg=yes, avail=yes, need=no, active=unknown
Attached to: #22 (RAID bus controller)
The output of 'dmesg', I'm not gonna post it completely, but this is what I found about ieee or ohci1394:
Code:
device-mapper: 4.1.0-ioctl (2003-12-10) initialised: dm@uk.sistina.com
ohci_hcd: 2004 Feb 02 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
ACPI: PCI interrupt 0000:00:02.0[A] -> GSI 3 (level, low) -> IRQ 3
ohci_hcd 0000:00:02.0: OHCI Host Controller
PCI: Setting latency timer of device 0000:00:02.0 to 64
ohci_hcd 0000:00:02.0: irq 3, pci mem f8830000
ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 1
usb usb1: Product: OHCI Host Controller
usb usb1: Manufacturer: Linux 2.6.8-24.14-default ohci_hcd
usb usb1: SerialNumber: 0000:00:02.0
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 3 ports detected
ACPI: PCI interrupt 0000:00:02.1[B] -> GSI 7 (level, low) -> IRQ 7
ohci_hcd 0000:00:02.1: OHCI Host Controller
PCI: Setting latency timer of device 0000:00:02.1 to 64
ohci_hcd 0000:00:02.1: irq 7, pci mem f8842000
ohci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 2
usb usb2: Product: OHCI Host Controller
usb usb2: Manufacturer: Linux 2.6.8-24.14-default ohci_hcd
usb usb2: SerialNumber: 0000:00:02.1
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 3 ports detected
ACPI: PCI interrupt 0000:00:02.2[C] -> GSI 5 (level, low) -> IRQ 5
ehci_hcd 0000:00:02.2: EHCI Host Controller
PCI: Setting latency timer of device 0000:00:02.2 to 64
ehci_hcd 0000:00:02.2: irq 5, pci mem f8806000
ehci_hcd 0000:00:02.2: new USB bus registered, assigned bus number 3
PCI: cache line size of 64 is not supported by device 0000:00:02.2
ehci_hcd 0000:00:02.2: USB 2.0 enabled, EHCI 1.00, driver 2004-May-10
usb usb3: Product: EHCI Host Controller
usb usb3: Manufacturer: Linux 2.6.8-24.14-default ehci_hcd
usb usb3: SerialNumber: 0000:00:02.2
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 6 ports detected
ohci_hcd 0000:00:02.0: wakeup
ohci_hcd 0000:00:02.1: wakeup
I have an Asus A7N8X-E motherboard, with nVidia MCP Firewire controller; the enclosure is an 'Icy Box', from RaidSonic http://www.raidsonic.de.
Thanks in advance for reading al this stuff :)
-