V
V
vinogradoff2015-05-28 16:38:19
Debian
vinogradoff, 2015-05-28 16:38:19

How to make ZTE MF823D modem work in Bananian?

There is a Bananian latest build. And the new ZTE MF823D modem from Beeline
When connected to a Banana (BananaPi), it is correctly recognized as a usb0 interface.
Next, I raise dhcpcd usb0 - an IP is assigned to it and everything seems to be fine, but there is no Internet at all.
Even Google does not respond:

[email protected] ~ # ping -I usb0 8.8.8.8 
PING 8.8.8.8 (8.8.8.8) from 192.168.0.182 usb0: 56(84) bytes of data.
From 192.168.0.182 icmp_seq=1 Destination Host Unreachable
From 192.168.0.182 icmp_seq=2 Destination Host Unreachable
From 192.168.0.182 icmp_seq=3 Destination Host Unreachable

Although everything is OK with the local
[email protected] ~ # ping -I eth0 8.8.8.8                                                                                                                    :(
PING 8.8.8.8 (8.8.8.8) from 192.168.1.166 eth0: 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_req=1 ttl=51 time=17.8 ms
64 bytes from 8.8.8.8: icmp_req=2 ttl=51 time=17.8 ms

[email protected] ~ # cat /etc/network/interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback

auto eth0

# dhcp configuration
iface eth0 inet dhcp

# static ip configuration
#iface eth0 inet static
#	address 192.168.6.241
#	netmask 255.255.255.0
#	gateway 192.168.6.1

I think that the cant is in the network settings, but the skill is not enough to deal with it.
PS: Everything connects and works correctly on my laptop, there is Internet. If you send a CGI command from the device to activate the network, then in response it writes an error:
[email protected] ~ # curl http://192.168.0.1/goform/goform_set_cmd_process?goformId=CONNECT_NETWORK
{"result":"failure"}#

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question