# pub_scm_utils_ieee1394_linux-firewire-utils **Repository Path**: mirrors_git_kernel_org/pub_scm_utils_ieee1394_linux-firewire-utils ## Basic Information - **Project Name**: pub_scm_utils_ieee1394_linux-firewire-utils - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-26 - **Last Updated**: 2026-01-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ======================== 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 `_ Installation ============ This package uses `Meson Build system `_; 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 `_, currently forked and maintained by Takashi Sakamoto for further integration in `git.kernel.org `_. License ======= GNU GPL v2; see the file COPYING. Links ===== Report bugs to linux1394-devel@lists.sourceforge.net. home page: ``_ How to make DEB package ======================= - Please refer to ``_.