Jump to content

3G - ZTE K3805-Z Issues


Vanguard4893

Recommended Posts

Hey guys, on hearing about the stable v2.8.0, I've upgraded my Pineapple, yet now the package cannot be found at all in the repo:


root@Pineapple:~# opkg update
Downloading http://cloud.wifipineapple.com/packages/2.8.0/Packages.gz.
Updated list of available packages in /var/opkg-lists/snapshots.
root@Pineapple:~# opkg install kmod-usb-acm
Unknown package 'kmod-usb-acm'.
Collected errors:
* opkg_install_cmd: Cannot install package kmod-usb-acm.

Could this package possibly be added?

Link to comment
Share on other sites

Many thanks guys, that did it. I can now successfully get a 3G connection.

For reference, here is my config:

*19d2:1003*) echo "ZTE K3805-Z HSDPA detected. Attempting to connect"
			 uci delete network.wan2
			 uci set network.wan2=interface
			 uci set network.wan2.ifname=ppp0
			 uci set network.wan2.proto=3g
			 uci set network.wan2.service=umts
			 uci set network.wan2.device=/dev/ttyACM0
			 uci set network.wan2.apn=giffgaff.com
			 uci set network.wan2.username=giffgaff
			 uci set network.wan2.password=password
			 uci set network.wan2.defaultroute=1
			 uci commit network
sleep 2; rmmod usbserial
sleep 10; insmod usbserial vendor=0x19d2 product=0x1003
iptables -t nat -A POSTROUTING -s 172.16.42.0/24 -o 3g-wan2 -j MASQUERADE
iptables -A FORWARD -s 172.16.42.0/24 -o 3g-wan2 -j ACCEPT
iptables -A FORWARD -d 172.16.42.0/24 -m state --state ESTABLISHED,RELATED -i 3g-wan2 -j ACCEPT
;;

All that needs installing is the kmod-usb-acm module & it then connects fine. It was a serial issue all along. :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...