PDA

View Full Version : ieee1394 - Ricoh R5C832 - worked with bt2


SherifEldeeb
03-12-2008, 03:35 PM
My firewire controller is not working even it's working with BT2, Ubuntu and fedora out of the box, It's a DELL 1520 Inspiron
here's the output of "lspci":

00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 0c)
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c)
00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c)
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Contoller #4 (rev 02)
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 02)
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 02)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 02)
00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f2)
00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA IDE Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 02)
03:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02)
03:01.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 05)
03:01.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 22)
03:01.2 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 12)
03:01.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 12)
03:01.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 12)
0c:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)

and here's the output of "lsmod" - no ohci, no ieee1394, no firewire:

Module Size Used by
i915 25216 0
drm 74516 1 i915
snd_seq_dummy 6660 0
snd_seq_oss 32768 0
snd_seq_midi_event 10112 1 snd_seq_oss
snd_seq 49872 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 10508 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 42656 0
snd_mixer_oss 17920 2 snd_pcm_oss
pcmcia 35244 0
pcmcia_core 36628 1 pcmcia
capability 7304 0
commoncap 9344 1 capability
fuse 41876 4
lp 13864 0
parport_pc 27940 0
parport 34888 2 lp,parport_pc
pcspkr 6400 0
psmouse 38792 0
arc4 5888 2
ecb 6656 2
hci_usb 18588 0
b44 26636 0
iwl3945 169060 0
mac80211 154760 1 iwl3945
sdhci 18828 0
bluetooth 52964 1 hci_usb
mii 8704 1 b44
mmc_core 25988 1 sdhci
cfg80211 9352 1 mac80211
serio_raw 9220 0
snd_hda_intel 20248 1
snd_hda_codec 211712 1 snd_hda_intel
snd_pcm 71428 3 snd_pcm_oss,snd_hda_intel,snd_hda_codec
snd_timer 22276 2 snd_seq,snd_pcm
snd 46692 9 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd _mixer_oss,snd_hda_intel,snd_hda_codec,snd_pcm,snd _timer
sg 30364 0
soundcore 9824 2 snd
snd_page_alloc 11400 2 snd_hda_intel,snd_pcm
intel_agp 25500 1
agpgart 31304 3 drm,intel_agp
shpchp 33300 0
i2c_i801 11536 0
ata_generic 9220 0
evdev 12032 5


I've gone to the /usr/src/linux-2.6.21.5/ then " make menuconfig " but couldn't find anything that looked like it'll help.

I know that this linux kernel has native support for the ieee1394, but don't know what's wrong.

Any Ideas?

hatake_kakashi
03-16-2008, 11:28 AM
Its just a matter of you finding what you need, firewire is supported but only specific chipsets. This goes with every other bits and pieces of computer hardware.