natecarlson / quectel-rgmii-configuration-notes

Notes on using a Quectel modem directly connected to Ethernet
80 stars 25 forks source link

TTL mod failing #6

Closed kameleon25 closed 1 year ago

kameleon25 commented 1 year ago

When I am following the directions to enable the TTL mod (after unlocking adb access) I get the following error:

c:\Users\Username\quectel-rgmii-configuration-notes\files>adb shell systemctl start ttl-override Job for ttl-override.service failed because the control process exited with error code. See "systemctl status ttl-override.service" and "journalctl -xe" for details.

So I run the systemctl command to see what is going on and get this:

`c:\Users\Username\quectel-rgmii-configuration-notes\files>adb shell systemctl status ttl-override.service

c:\Users\Username\quectel-rgmii-configuration-notes\files>`

I also enabled the service and get this: adb shell systemctl enable ttl-override.service Created symlink /etc/systemd/system/multi-user.target.wants/ttl-override.service -> /lib/systemd/system/ttl-override.service.

Even with that I get the c:\Users\Username\quectel-rgmii-configuration-notes\files>adb shell systemctl start ttl-override Job for ttl-override.service failed because the control process exited with error code. See "systemctl status ttl-override.service" and "journalctl -xe" for details.

Which then shows:

`adb shell systemctl status ttl-override.service

So I am not doing something right here. I am copying and pasting the commands so it should not be a fat finger issue. Any ideas?

kameleon25 commented 1 year ago

Disregard. I will leave this as a lesson for others though. My issue was I am using windows and when I downloaded the github repo, it put a ^M at the end of all the lines. I did a normal adb shell and used vi to manually delete the character on each line of both files. It now works.