You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i"m using manjaro. i have installed python-pycryptodome and pyinstaller and i find that python-requests package is already installed.
this is what i get: python3 zte_factroymode.py telnet Traceback (most recent call last): File "/home/pc/Downloads/zte_modem_tools-main/zte_factroymode.py", line 3, in <module> import requests ModuleNotFoundError: No module named 'requests'
The text was updated successfully, but these errors were encountered:
No Luck!
`
the modem i'm trying to put in factory mode with Linux is: zte mf 253v
i think i need to have the default telnet root password of this modem
when i open 192.168.0.1 the panel just need a username to login which is by default: admin
there is no password needed
i"m using manjaro. i have installed python-pycryptodome and pyinstaller and i find that python-requests package is already installed.
this is what i get:
python3 zte_factroymode.py telnet Traceback (most recent call last): File "/home/pc/Downloads/zte_modem_tools-main/zte_factroymode.py", line 3, in <module> import requests ModuleNotFoundError: No module named 'requests'
The text was updated successfully, but these errors were encountered: