User Tools

Site Tools


packet:ninotnc-udev

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
packet:ninotnc-udev [2025/08/21 11:53] – [Software Prerequisites] gi3jmcpacket:ninotnc-udev [2025/08/21 13:49] (current) – [Arch/CachyOS/Manjaro/Endeavour] gi3jmc
Line 4: Line 4:
 This guide is intended to assist you in creating static devices for any number of NinoTNCs connected your Raspberry Pi.  The device nodes set up will remain constant across restarts, power cycles, and moving the NinoTNC usb cable to a different usb port. This guide is intended to assist you in creating static devices for any number of NinoTNCs connected your Raspberry Pi.  The device nodes set up will remain constant across restarts, power cycles, and moving the NinoTNC usb cable to a different usb port.
  
-This wiki article is **NOT** to be used as an exact key-for-key and click-for-click guide, and also assumes that you are comfortable using the command line.  If you are not using a Pi, the steps should also applicable to any Debian/Ubuntu derived system. +This wiki article is **NOT** to be used as an exact key-for-key and click-for-click guide, and also assumes that you are comfortable using the command line.  Software installation steps have been included for Debian, Fedora, and Arch and their derivative systems.
  
 ---- ----
Line 19: Line 18:
 As different linux distributions use different package management solutions, there are separate details below for systems based on Debian, Fedora, & Arch. As different linux distributions use different package management solutions, there are separate details below for systems based on Debian, Fedora, & Arch.
  
-=== Raspbarry OS/Debian/Ubuntu/Mint ===+=== Raspbarry OS/Debian/Ubuntu/Mint - APT Package Manager ===
  
 First, ensure you have a working git installation with the command ''sudo apt install git'' First, ensure you have a working git installation with the command ''sudo apt install git''
Line 25: Line 24:
 After git is installed/updated, get a copy of the MPC2221a settings utility using ''cd ~ && git clone https://github.com/g5dsg/2221aTool.git'' After git is installed/updated, get a copy of the MPC2221a settings utility using ''cd ~ && git clone https://github.com/g5dsg/2221aTool.git''
    
-The settings tool is written in the python language, and it needs a couple of extra support packages to be able to work.  To install the ''click'' and ''pyusb'' packages: ''sudo apt install python3-click python3-usb''+The settings tool is written in the python language, and it needs a couple of extra support packages to be able to work.\\ 
 +To install the ''click'' and ''pyusb'' packages: ''sudo apt install python3-click python3-usb''
  
-=== Fedora/Nobara/Red Hat Enterprise Linux ===+=== Fedora/Nobara/Red Hat Enterprise Linux - DNF Package Manager ===
  
 First, ensure you have a working git installation with the command ''sudo dnf install git'' First, ensure you have a working git installation with the command ''sudo dnf install git''
Line 33: Line 33:
 After git is installed/updated, get a copy of the MPC2221a settings utility using ''cd ~ && git clone https://github.com/g5dsg/2221aTool.git'' After git is installed/updated, get a copy of the MPC2221a settings utility using ''cd ~ && git clone https://github.com/g5dsg/2221aTool.git''
  
-The settings tool is written in the python language, and it needs a couple of extra support packages to be able to work.  To install the ''click'' and ''pyusb'' packages: ''sudo dnf install python3-click python3-pyusb''+The settings tool is written in the python language, and it needs a couple of extra support packages to be able to work.\\ 
 +To install the ''click'' and ''pyusb'' packages: ''sudo dnf install python3-click python3-pyusb''
  
-=== Arch/CachyOS/Manjaro/Endeavour ===+=== Arch/CachyOS/Manjaro/Endeavour - PACMAN Package Manager === 
 + 
 +First, ensure you have a working git installation with the command ''sudo pacman -S git'' 
 + 
 +After git is installed/updated, get a copy of the MPC2221a settings utility using ''cd ~ && git clone https://github.com/g5dsg/2221aTool.git''
  
-Currently being investigated.+The settings tool is written in the python language, and it needs a couple of extra support packages to be able to work.\\ 
 +To install the ''click'' and ''pyusb'' packages: ''sudo pacman -S python-click python-pyusb''
  
 ---- ----
packet/ninotnc-udev.1755777235.txt.gz · Last modified: by gi3jmc