Problem:
Unable to use Camcorder (Panasonic PV-GS70)
Kino loads OK but can not Capture (WARNING: raw1394 kernel module not loaded or failure to read/write /dev/raw1394!)
Ref:
opensuse Leap 15.3
Linux opensuse 5.3.18-150300.59.60-preempt
Kino 1.3.4
Present status:
In previous opensuse versions I was able to load Kino, and I had complete access to the camcorder. I have not use it for 2 or 3 years so I do not remember which opensuse was the last one to work.
/dev/raw1394 does not exist.
The following are files loaded in yast:
- dvgrab
- libraw1394-11 - A Firewire Interface library
(libraw1394 provides direct access to the connected 1394 buses to userspace. Through this library, applications can directly send to and receive from other nodes without requiring a kernel driver for the protocol in question.
libraw1394 abstracts the interface that is used to communicate with the kernel. It works with both the Juju stack (firewire-core.ko; /dev/fw*; present since Linux kernel 2.6.22) and the old Linux1394 (raw1394.ko; /dev/raw1394; present until 2.6.36).)
- libraw1394-tools - Command-line utilties to manipulate IEEE1394 devices
- libavc1394-0 - Programming Interface to the AV/C Specification
- libavc1394-tools - Utilities for AV/C 1394
*- libdc1394-22 *- 1394-based Digital Camera Control library
- libdc1394-tools - Command-line utilities from libdc1394
lsmod | grep 1394
nothing shows
grep FIREWIRE /boot/config-5.3.18-150300.59.60-preempt
CONFIG_FIREWIRE=m
CONFIG_FIREWIRE_OHCI=m
CONFIG_FIREWIRE_SBP2=m
CONFIG_FIREWIRE_NET=m
CONFIG_FIREWIRE_NOSY=m
CONFIG_SND_FIREWIRE=y
CONFIG_SND_FIREWIRE_LIB=m
CONFIG_SND_FIREWIRE_DIGI00X=m
CONFIG_SND_FIREWIRE_TASCAM=m
CONFIG_SND_FIREWIRE_MOTU=m
CONFIG_FIREWIRE_SERIAL=m
$ dvgrab
Error: no camera exists
$ kino runs ok but here when I press capture
------snip----------
>> Starting Capture
>> AV/C Enabled
>>> Using iec61883 capture
>>> iec61883Reader::StartThread on port 0
>>> iec61883Reader::StartThread on port 0
modprobe raw1394
modprobe: FATAL: Module raw1394 not found in directory /lib/modules/5.3.18-150300.59.60-preempt
Which probably make sense after reading the note (above) that comes with libraw1394-11.
I appreciate any suggestion.