Issue:Will Not Connect
Setup: New RPi Kit
Server: NAM1
Details: I setup my new gateway about a week ago but it will not connect. When I look at the command line during startup I see it open /dev/ttyAMA0 for GPS, but then it tries to open /dev/ACM0 which does not exist. It exits after this. Any help would be appreciated.
*Screen dump follows
pi@rak-gateway:~ $ sudo systemctl status ttn-gateway.service
● ttn-gateway.service - The Things Network Gateway
Loaded: loaded (/lib/systemd/system/ttn-gateway.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Fri 2023-03-10 02:41:14 UTC; 754ms ago
Process: 7776 ExecStart=/opt/ttn-gateway/packet_forwarder/lora_pkt_fwd/start.sh (code=exited, status=1/FAILURE)
Main PID: 7776 (code=exited, status=1/FAILURE)
CPU: 42ms
Mar 10 02:41:14 rak-gateway ttn-gateway[7800]: INFO: packets received with a valid CRC will be forwarded
Mar 10 02:41:14 rak-gateway ttn-gateway[7800]: INFO: packets received with a CRC error will NOT be forwarded
Mar 10 02:41:14 rak-gateway ttn-gateway[7800]: INFO: packets received with no CRC will NOT be forwarded
Mar 10 02:41:14 rak-gateway ttn-gateway[7800]: This is uart for GPS.
Mar 10 02:41:14 rak-gateway ttn-gateway[7800]: INFO: [main] TTY port /dev/ttyAMA0 open for GPS synchronization
Mar 10 02:41:14 rak-gateway ttn-gateway[7800]: Opening USB communication interface
Mar 10 02:41:14 rak-gateway ttn-gateway[7800]: ERROR: failed to open COM port /dev/ttyACM0 - No such file or directory
Mar 10 02:41:14 rak-gateway ttn-gateway[7800]: ERROR: [main] failed to start the concentrator
Mar 10 02:41:14 rak-gateway systemd[1]: ttn-gateway.service: Main process exited, code=exited, status=1/FAILURE
Mar 10 02:41:14 rak-gateway systemd[1]: ttn-gateway.service: Failed with result ‘exit-code’.
pi@rak-gateway:~ $