jpbrock n00b
Joined: 19 Sep 2004 Posts: 6
|
Posted: Sun Oct 02, 2005 4:03 pm Post subject: Firewire notebook adapter (Belkin F5U512-APL) not working |
|
|
I recently purchased a Belkin F5U512-APL pcard adaptor to use in my Thinkpad T43. I can't get the kernel to properly use the adapter. The Belkin F5U512 version of the card is on the list of compatible devices, but the APL version is not. Is there any way to get this card working?
/var/log/messages card insertion messages:
Code: | Oct 2 17:21:36 tux ohci1394: $Rev: 1250 $ Ben Collins <bcollins@debian.org>
Oct 2 17:21:36 tux PCI: Enabling device 0000:05:00.0 (0000 -> 0002)
Oct 2 17:21:36 tux ACPI: PCI Interrupt 0000:05:00.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
Oct 2 17:21:36 tux PCI: Setting latency timer of device 0000:05:00.0 to 64
Oct 2 17:21:36 tux ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[11] MMIO=[40404000-404047ff] Max Packet=[2048]
Oct 2 17:21:36 tux ieee1394.agent[11159]: ... no drivers for IEEE1394 product 0x/0x/0x
Oct 2 17:21:37 tux ieee1394: Host added: ID:BUS[0-00:1023] GUID[000030bd00000000]
Oct 2 17:21:37 tux ieee1394.agent[11182]: ... no drivers for IEEE1394 product 0x/0x/0x
|
Kernel version: 2.6.12-gentoo-r10
CONFIG_PCCARD=y
CONFIG_PCMCIA=y
CONFIG_CARDBUS=y
CONFIG_IEEE1394=m
CONFIG_IEEE1394_OHCI1394=m
emerged hotplug and pcmcia-cs and started the daemons
lspci -vv output:
Code: | 0000:04:00.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev 8d)
Subsystem: IBM: Unknown device 056c
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 168
Interrupt: pin A routed to IRQ 11
Region 0: Memory at a8400000 (32-bit, non-prefetchable) [size=4K]
Bus: primary=04, secondary=05, subordinate=08, sec-latency=176
Memory window 0: 40000000-403ff000 (prefetchable)
Memory window 1: 40400000-407ff000
I/O window 0: 00005000-000050ff
I/O window 1: 00005400-000054ff
BridgeCtl: Parity- SERR- ISA- VGA- MAbort- >Reset- 16bInt- PostWrite+
16-bit legacy interface ports at 0001
0000:05:00.0 FireWire (IEEE 1394): Texas Instruments TSB43AB23 IEEE-1394a-2000 Controller (PHY/Link) (prog-if 10 [OHCI])
Subsystem: Belkin: Unknown device 1799
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 64 (500ns min, 1000ns max)
Interrupt: pin A routed to IRQ 11
Region 0: Memory at 40404000 (32-bit, non-prefetchable) [size=2K]
Region 1: Memory at 40400000 (32-bit, non-prefetchable) [size=16K]
Capabilities: [44] Power Management version 2
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME+
|
lspci -nvv output:
Code: | 0000:04:00.0 Class 0607: 1180:0476 (rev 8d)
Subsystem: 1014:056c
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 168
Interrupt: pin A routed to IRQ 11
Region 0: Memory at a8400000 (32-bit, non-prefetchable) [size=4K]
Bus: primary=04, secondary=05, subordinate=08, sec-latency=176
Memory window 0: 40000000-403ff000 (prefetchable)
Memory window 1: 40400000-407ff000
I/O window 0: 00005000-000050ff
I/O window 1: 00005400-000054ff
BridgeCtl: Parity- SERR- ISA- VGA- MAbort- >Reset- 16bInt- PostWrite+
16-bit legacy interface ports at 0001
0000:05:00.0 Class 0c00: 104c:8024 (prog-if 10)
Subsystem: 1799:1799
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 64 (500ns min, 1000ns max)
Interrupt: pin A routed to IRQ 11
Region 0: Memory at 40404000 (32-bit, non-prefetchable) [size=2K]
Region 1: Memory at 40400000 (32-bit, non-prefetchable) [size=16K]
Capabilities: [44] Power Management version 2
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME+
|
|
|