Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't enable telnet on device #193

Open
AzhdarMamedov opened this issue Jul 5, 2023 · 1 comment
Open

Can't enable telnet on device #193

AzhdarMamedov opened this issue Jul 5, 2023 · 1 comment
Labels
question Further information is requested

Comments

@AzhdarMamedov
Copy link

AzhdarMamedov commented Jul 5, 2023

Hello !

I was trying to use your code to enable Telnet on Huawei B310s-22, but this function doesn't work for me:

huawei_lte_api.exceptions.ResponseErrorNotSupportedException: 100002: No support

But i can got modem info:
MODEM INFORMATION:

{'DeviceName': 'B310s-22', 'SerialNumber': 'NBH7S15910013750', Msisdn': None, 'HardwareVersion': 'WL1B310FM03', 'SoftwareVersion': '21.333.01.00.00', 'WebUIVersion': '17.100.09.00.03', 'MacAddress1': '7C:7D:3D:0E:ED:B9', 'MacAddress2': None, 'ProductFamily': 'LTE', 'Classify': 'cpe', 'supportmode': None, 'workmode': 'LTE', 'WanIPv6Address': None}

Part of code:

            client = Client(connection)
            print("MODEM INFORMATION:")
            print("\n \n")
            output = client.device.information()
            print(output)
            telnet = client.device.mode(ModeEnum.ENABLE_TELNET)
@Salamek
Copy link
Owner

Salamek commented Dec 13, 2023

Probably different version of FW?

I have tested this on B310s-22:
Hardware version: WL1B310FM03
Software version: 21.311.06.03.55
Web UI version: 17.100.09.00.03

@Salamek Salamek added the question Further information is requested label Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants