1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
========================
Linux FireWire utilities
========================
2024/04/02 Takashi Sakamoto
What's this?
============
The linux-firewire-utils package contains Linux FireWire utilities for printing content of
configuration ROM (``config-rom-pretty-printer``), for listing devices (``lsfirewire``,
``lsfirewirephy``), and for querying and configuring devices (``firewire-request``,
``firewire-phy-command``).
The latest release is
`version 0.5.1 <https://git.kernel.org/pub/scm/utils/ieee1394/linux-firewire-utils.git/tag/?h=v0.5.1>`_
Installation
============
This package uses `Meson Build system <https://mesonbuild.com/>`_; you can use the standard installation
sequence.
::
$ meson setup (--prefix=directory-to-install) build
$ meson compile -C build
$ meson install -C build
Authors
=======
* Clemens Ladisch
* Stefan Richter
* Takashi Sakamoto
The utilities were originally maintained by Clemens Ladisch in
`github.com <https://github.com/cladisch/linux-firewire-utils>`_, currently forked and maintained
by Takashi Sakamoto for further integration in
`git.kernel.org <https://git.kernel.org/pub/scm/utils/ieee1394/linux-firewire-utils.git/>`_.
License
=======
GNU GPL v2; see the file COPYING.
Links
=====
Report bugs to linux1394-devel@lists.sourceforge.net.
home page: `<http://ieee1394.docs.kernel.org/>`_
How to make DEB package
=======================
- Please refer to `<https://salsa.debian.org/takaswie/linux-firewire-utils>`_.
|