iamromulan / quectel-rgmii-toolkit

Quectel module RGMII toolkit
Other
40 stars 21 forks source link

wget error #14

Closed GhostRider5666 closed 3 months ago

GhostRider5666 commented 3 months ago

Resolving raw.githubusercontent.com... failed: Temporary failure in name resolution. wget: unable to resolve host address 'raw.githubusercontent.com'

iamromulan commented 3 months ago

Is the modem able to reach the internet? Is it a problem resolving hostnames, IP addresses, or both? within the modems shell see if you can reach google. Try ping google.com and ping 8.8.8.8 Ctrl-C should stop the ping

GhostRider5666 commented 3 months ago

Yes, I can do all of that? Ping works and everything but I can't download the file with wget?

iamromulan commented 3 months ago

If you indeed have Internet connectivity and can reach both 8.8.8.8 and google.com via ping that rules out any DNS issues.

Perhaps there really was some sort of temporary issue.

Also I forgot to ask, is that error the result of trying to install something from the toolkit or trying to run the toolkit in general?

Within the modems shell try running this again, it may very well have been a temporary issue: cd /tmp && wget -O RMxxx_rgmii_toolkit.sh https://raw.githubusercontent.com/iamromulan/quectel-rgmii-toolkit/main/RMxxx_rgmii_toolkit.sh && chmod +x RMxxx_rgmii_toolkit.sh && ./RMxxx_rgmii_toolkit.sh && cd /

GhostRider5666 commented 3 months ago

I get the same thing after running adb shell?

GhostRider5666 commented 3 months ago

Screenshot 2024-03-20 145946

iamromulan commented 3 months ago

Run the AT command AT+QMAPWAC? What number does it respond with?

iamromulan commented 3 months ago

Screenshot 2024-03-20 145946

Are you available on a private message platform? It's very odd that you can reach other sites but not GitHub. I'm willing to provide remote support to diagnose. Just download AnyDesk and have the modem connected by USB and give me the AnyDesk code. You'll want to private message me that though.

GhostRider5666 commented 3 months ago

Facebook?

GhostRider5666 commented 3 months ago

+QMAPWAC: 1

iamromulan commented 3 months ago

Facebook?

https://www.facebook.com/share/9rJNcaSKmsftfxcL/?mibextid=qi2Omg

iamromulan commented 3 months ago

Issue solved by flashing firmware. Tailscale messed with the resolv.conf file causing DNS issues.

Tailscale install process patched to prevent this in the future.