palmer Guru
Joined: 17 Nov 2004 Posts: 322 Location: Berkeley, CA
|
Posted: Thu Apr 28, 2005 1:13 am Post subject: Firewire PCMCIA card and 2.6.11-gentoo-r4 |
|
|
I am using kernel 2.6.11-gentoo-r4
I am using udev
The card hooks up through PCMCIA
It uses the ALi chipset, not the TI one (that is for the built in port on the back of my laptop)
I am trying to get my cheap (compUSA brand name) firewire and USB2 card to work
I am trying to mount a HDD
The USB part works great (device showed up as /dev/sda1)
When I put in the firewire drive (same drive), no device comes up
dmesg (with unrelevent parts cut out):
Code: |
ohci1394: fw-host1: OHCI-1394 1.1 (PCI): IRQ=[11] MMIO=[40803000-408037ff] Max Packet=[2048]
eth1394: eth1: IEEE-1394 IPv4 over 1394 Ethernet (fw-host1)
...
ieee1394: Host added: ID:BUS[1-00:1023] GUID[0090e625000002bc]
...
ieee1394: Node added: ID:BUS[1-00:1023] GUID[0010b920007ae925]
ieee1394: Node changed: 1-00:1023 -> 1-01:1023
scsi2 : SCSI emulation for IEEE-1394 SBP-2 Devices
ohci1394: fw-host1: SelfID received, but NodeID invalid (probably new bus reset occurred): 0000FFFF
ieee1394: sbp2: Error logging into SBP-2 device - login timed-out
sbp2: probe of 0010b920007ae925-1 failed with error -16
ieee1394: Current remote IRM is not 1394a-2000 compliant, resetting...
|
lspci -v:
Code: |
0000:02:04.1 FireWire (IEEE 1394): Texas Instruments PCI4510 IEEE-1394 Controller (prog-if 10 [OHCI])
Subsystem: Dell: Unknown device 015f
Flags: bus master, medium devsel, latency 32, IRQ 11
Memory at faffb800 (32-bit, non-prefetchable)
Memory at faff4000 (32-bit, non-prefetchable) [size=16K]
Capabilities: [44] Power Management version 2
0000:03:00.0 USB Controller: ALi Corporation USB 1.1 Controller (rev 03) (prog-if 10 [OHCI])
Subsystem: Unknown device 1835:5237
Flags: bus master, 66Mhz, medium devsel, latency 16, IRQ 11
Memory at 40800000 (32-bit, non-prefetchable)
Capabilities: [60] Power Management version 2
0000:03:00.1 USB Controller: ALi Corporation USB 1.1 Controller (rev 03) (prog-if 10 [OHCI])
Subsystem: Unknown device 1835:5237
Flags: bus master, 66Mhz, medium devsel, latency 16, IRQ 11
Memory at 40801000 (32-bit, non-prefetchable)
Capabilities: [60] Power Management version 2
0000:03:00.2 USB Controller: ALi Corporation USB 1.1 Controller (rev 03) (prog-if 10 [OHCI])
Subsystem: Unknown device 1835:5237
Flags: bus master, 66Mhz, medium devsel, latency 16, IRQ 11
Memory at 40802000 (32-bit, non-prefetchable)
Capabilities: [60] Power Management version 2
0000:03:00.3 USB Controller: ALi Corporation USB 2.0 Controller (rev 01) (prog-if 20 [EHCI])
Subsystem: Unknown device 1835:1902
Flags: bus master, 66Mhz, medium devsel, latency 64, IRQ 11
Memory at 40803800 (32-bit, non-prefetchable)
Capabilities: [50] Power Management version 2
Capabilities: [58] #0a [2090]
0000:03:00.4 FireWire (IEEE 1394): ALi Corporation M5253 P1394 OHCI 1.1 Controller (prog-if 10 [OHCI])
Subsystem: Unknown device 1835:5253
Flags: bus master, 66Mhz, medium devsel, latency 64, IRQ 11
Memory at 40803000 (32-bit, non-prefetchable) [size=1028M]
Expansion ROM at 00010000 [disabled]
Capabilities: [80] Power Management version 2
|
I have another firewire port (built in), but I do not have a 6-pin to 4-pin cable with which to connect the HDD
Anybody know if this can be made to work?
If not, does anyone have a good card to reccomend (preferably 2xUSB and 1xFW, ~$25)
-palmem |
|