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/20 12:51] – [Product Description names] gi3jmcpacket:ninotnc-udev [2025/08/20 12:54] (current) – [Product Description names] gi3jmc
Line 87: Line 87:
 SUBSYSTEM=="tty", ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="00dd", ATTRS{product}=="NinoTNC-GB7BMY-HF", SYMLINK+="NinoTNC-HF-40M" SUBSYSTEM=="tty", ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="00dd", ATTRS{product}=="NinoTNC-GB7BMY-HF", SYMLINK+="NinoTNC-HF-40M"
 </file> </file>
-<code>jonathan@GB7BMY /dev> ls -lah tnc-* +<code>jonathan@GB7BMY /dev> ls -lah NinoTNC-* 
-lrwxrwxrwx 1 root root 7 Aug 20 13:23 tnc-2m -> ttyACM0 +lrwxrwxrwx 1 root root 7 Aug 20 13:23 NinoTNC-VHF-2M -> ttyACM0 
-lrwxrwxrwx 1 root root 7 Aug 20 13:23 tnc-40m -> ttyACM1</code>+lrwxrwxrwx 1 root root 7 Aug 20 13:23 NinoTNC-HF-40M -> ttyACM1</code>
  
 This format could also be used in place of the two lines above, and would create the devices in ''/dev'' named with the exact product description.  It is not recommended to have spaces in the product description if you use this method. This format could also be used in place of the two lines above, and would create the devices in ''/dev'' named with the exact product description.  It is not recommended to have spaces in the product description if you use this method.
Line 95: Line 95:
 SUBSYSTEM=="tty", ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="00dd", SYMLINK+="%s{product}" SUBSYSTEM=="tty", ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="00dd", SYMLINK+="%s{product}"
 </file> </file>
-<code>jonathan@GB7BMY /dev> ls -lah tnc-* +<code>jonathan@GB7BMY /dev> ls -lah NinoTNC-* 
-lrwxrwxrwx 1 root root 7 Aug 20 13:23 tnc-2m -> ttyACM0 +lrwxrwxrwx 1 root root 7 Aug 20 13:23 NinoTNC-GB7BMY-VHF-2m -> ttyACM0 
-lrwxrwxrwx 1 root root 7 Aug 20 13:23 tnc-40m -> ttyACM1</code>+lrwxrwxrwx 1 root root 7 Aug 20 13:23 NinoTNC-GB7BMY-HF -> ttyACM1</code>
 ==== Final Steps ==== ==== Final Steps ====
  
 To activate the newly-created rules you can either remove and reconnect the NinoTNC USB cable, or use the command ''sudo udevadm trigger'' Once either has been carried out, the new devices will be visible in ''/dev'' for use in your application. To activate the newly-created rules you can either remove and reconnect the NinoTNC USB cable, or use the command ''sudo udevadm trigger'' Once either has been carried out, the new devices will be visible in ''/dev'' for use in your application.
packet/ninotnc-udev.1755694262.txt.gz · Last modified: by gi3jmc