Hello,
I am attempting to use dvgrab to capture footage from my Sony HDR FX1 camera via firewire on a Raspberry pi 5. I am currently on linux kernel version 6.12.28-v8-16k+ on Raspian OS.
The output of 'lspci' is as follows:
0001:00:00.0 PCI bridge: Broadcom Inc. and subsidiaries BCM2712 PCIe Bridge (rev 21)
0001:01:00.0 PCI bridge: Texas Instruments XIO2213A/B/XIO2221 PCI Express to PCI Bridge [Cheetah Express] (rev 01)
0001:02:00.0 FireWire (IEEE 1394): Texas Instruments XIO2213A/B/XIO2221 IEEE-1394b OHCI Controller [Cheetah Express] (rev 01)
0002:00:00.0 PCI bridge: Broadcom Inc. and subsidiaries BCM2712 PCIe Bridge (rev 21)
0002:01:00.0 Ethernet controller: Raspberry Pi Ltd RP1 PCIe 2.0 South Bridge
I know my firewire card works as I have tested it on a different linux computer with my Sony camera and it works perfectly. I have also tried using a different firewire card -
FireWire (IEEE 1394): VIA Technologies, Inc. VT6306/7/8 [Fire II(M)] IEEE 1394 OHCI Controller (rev 80) - which yields the same result as the other card on the Raspberry pi.
The output of 'dmesg | grep firewire' is :
[ 2.461857] firewire_ohci 0001:02:00.0: enabling device (0000 -> 0002)
[ 2.461902] firewire_ohci 0001:02:00.0: probe with driver firewire_ohci failed with error -12
[ 2.621208] Modules linked in: brcmfmac snd_soc_hdmi_codec hci_uart brcmutil btbcm drm_display_helper bluetooth cfg80211 cec aes_ce_blk drm_dma_helper aes_ce_cipher rpi_hevc_dec pisp_be ghash_ce gf128mul snd_soc_core sha2_ce ecdh_generic sha256_arm64 ecc v4l2_mem2mem snd_compress sha1_ce videobuf2_dma_contig snd_pcm_dmaengine snd_pcm firewire_ohci(+) rfkill videobuf2_memops videobuf2_v4l2 libaes firewire_core v3d snd_timer videodev sha1_generic snd gpu_sched raspberrypi_hwmon videobuf2_common mc drm_shmem_helper spi_bcm2835 gpio_keys drm_kms_helper i2c_brcmstb raspberrypi_gpiomem rp1_mailbox rp1_adc nvmem_rmem uio_pdrv_genirq uio drm i2c_dev ledtrig_pattern fuse drm_panel_orientation_quirks backlight dm_mod ip_tables x_tables ipv6
[ 2.706995] pc : ar_context_release+0x24/0x80 [firewire_ohci]
[ 2.712766] lr : release_ohci+0x28/0x58 [firewire_ohci]
[ 2.795396] ar_context_release+0x24/0x80 [firewire_ohci]
[ 2.800813] release_ohci+0x28/0x58 [firewire_ohci]
[ 2.853075] fw_ohci_init+0x54/0x3ff8 [firewire_ohci]
Thanks