On Wed, Dec 20, 2023 at 12:23:56PM +0100, Jan van Hulzen wrote:
> Bitte teilen Sie mir mit, wie ich das raw1394 Kernel Modul aktivieren kann.
> Damit ich meine dv Kamera über das Kino Programm benutzen kann. Als
> Betriebssystem benutze ich Ubuntu.

Hallo Jan, this kernel module has not existed in a very long time:

https://www.kernel.org/doc/Documentation/ABI/removed/raw1394

That file suggests the libraw1394 library may be able to help. Try:

apt-cache search libraw1394
sudo apt install libraw1394-11 # or whatever version number was returned

You might also need to install libraw1394-dev and rebuild your
application.

Good luck.

Thanks

Attachment: signature.asc
Description: PGP signature

-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss

Reply via email to