Install paclink-unix
- Configure a single MTA
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
plu:example_config_files:systemd [2018/11/23 15:37] gunn [Files in /etc/ax25] |
plu:example_config_files:systemd [2018/11/23 15:55] (current) gunn |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== systemd files in /etc/systemd/system ===== | ===== systemd files in /etc/systemd/system ===== | ||
| + | * Up-to-date files can be found in nwdigitalradio/n7nix repo [[https://github.com/nwdigitalradio/n7nix/tree/master/systemd/sysd | here]] | ||
| === ax25dev.service === | === ax25dev.service === | ||
| <file> | <file> | ||
| Line 85: | Line 86: | ||
| </file> | </file> | ||
| ===== Files in /etc ===== | ===== Files in /etc ===== | ||
| + | * Up-to-date files can be found in nwdigitalradio/n7nix repo [[https://github.com/nwdigitalradio/n7nix/tree/master/systemd/sysd | here]] | ||
| === direwolf.conf === | === direwolf.conf === | ||
| <file> | <file> | ||
| Line 141: | Line 143: | ||
| </file> | </file> | ||
| ===== Files in /etc/ax25 ===== | ===== Files in /etc/ax25 ===== | ||
| + | * Up-to-date files can be found in nwdigitalradio/n7nix repo [[https://github.com/nwdigitalradio/n7nix/tree/master/systemd/ax25 | here]] | ||
| + | |||
| === ax25dev-parms === | === ax25dev-parms === | ||
| <file> | <file> | ||
| Line 208: | Line 212: | ||
| firmware_vendorfile="/sys/firmware/devicetree/base/hat/vendor" | firmware_vendorfile="/sys/firmware/devicetree/base/hat/vendor" | ||
| - | PROD_ID_NAMES=("INVALID" "INVALID" "UDRC" "UDRC II" "1WSpot") | + | PROD_ID_NAMES=("INVALID" "INVALID" "UDRC" "UDRC II" "DRAWS" "1WSpot") |
| NWDIG_VENDOR_NAME="NW Digital Radio" | NWDIG_VENDOR_NAME="NW Digital Radio" | ||
| Line 317: | Line 321: | ||
| ;; | ;; | ||
| 3|4) | 3|4) | ||
| - | echo "UDRC II installed" | + | echo "UDRC II or DRAWS installed" |
| # use port 2 with mkiss | # use port 2 with mkiss | ||
| pseudoterm=$($SBINDIR/mkiss $SERIALPORT_DIREWOLF /dev/ptmx /dev/ptmx | tail -1) | pseudoterm=$($SBINDIR/mkiss $SERIALPORT_DIREWOLF /dev/ptmx /dev/ptmx | tail -1) | ||