trescomban1 Posted September 1, 2012 Share Posted September 1, 2012 Hellow, Can give me the configuration of this modem 3g to conect to internet? Mi configuration is: *19d2:0124*) echo "ZTE MUDERFUCKER DETECTED. Attempting mode switch" 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/ttyUSB0 uci set network.wan2.apn=movistar.es uci set network.wan2.username=movistar uci set network.wan2.password=movistar uci set network.wan2.defaultroute=1 uci commit network #usb_modeswitch -v 19d2 -p 0124 -V 19d2 -P 0149 -M 5553424312345678000000000000061e000000000000000000000000000000 sleep 10; rmmod usbserial sleep 3; insmod usbserial vendor=0x19d2 product=0x0124 sleep 5; /etc/init.d/firewall disable; /etc/init.d/firewall stop logger "3G: firewall stopped" 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 ;; And the log: 00:01:33 Pineapple local2.info chat[2025]: timeout set to 10 seconds 00:01:33 Pineapple local2.info chat[2025]: send (AT&F^M) 00:01:33 Pineapple local2.info chat[2025]: report (CONNECT) 00:01:33 Pineapple local2.info chat[2025]: expect (OK) 00:01:33 Pineapple local2.info chat[2025]: abort on (NO CARRIER) 00:01:33 Pineapple local2.info chat[2025]: abort on (ERROR) 00:01:33 Pineapple local2.info chat[2025]: abort on (BUSY) 00:01:32 Pineapple daemon.notice pppd[2021]: pppd 2.4.5 started by root, uid 0 00:01:29 Pineapple kern.info kernel: [ 89.790000] usbserial_generic 1-1.1:1.4: generic converter detected 00:01:29 Pineapple kern.info kernel: [ 89.780000] usbserial_generic 1-1.1:1.3: generic converter detected 00:01:29 Pineapple kern.info kernel: [ 89.780000] usb 1-1.1: generic converter now attached to ttyUSB3 00:01:29 Pineapple kern.info kernel: [ 89.770000] usbserial_generic 1-1.1:1.2: generic converter detected 00:01:29 Pineapple kern.info kernel: [ 89.770000] usb 1-1.1: generic converter now attached to ttyUSB2 00:01:29 Pineapple kern.info kernel: [ 89.760000] usb 1-1.1: generic converter now attached to ttyUSB1 00:01:29 Pineapple kern.info kernel: [ 89.750000] usbserial_generic 1-1.1:1.1: generic converter detected 00:01:29 Pineapple kern.info kernel: [ 89.750000] usb 1-1.1: generic converter now attached to ttyUSB0 00:01:29 Pineapple kern.info kernel: [ 89.740000] usbserial_generic 1-1.1:1.0: generic converter detected 00:01:29 Pineapple kern.info kernel: [ 89.740000] USB Serial support registered for generic 00:01:29 Pineapple kern.info kernel: [ 89.730000] usbcore: registered new interface driver usbserial 00:01:26 Pineapple kern.info kernel: [ 86.690000] usbcore: deregistering interface driver usbserial 00:01:26 Pineapple kern.info kernel: [ 86.690000] USB Serial deregistering driver generic 00:01:26 Pineapple kern.info kernel: [ 86.680000] usbcore: deregistering interface driver usbserial_generic 00:01:22 Pineapple user.notice usb-modeswitch: 1-1.1:1.6: Manufacturer=ZTE,Incorporated Product=ZTE_WCDMA_Technologies_MSM Serial=P671A2TMED010000 00:01:22 Pineapple user.notice usb-modeswitch: 1-1.1:1.5: Manufacturer=ZTE,Incorporated Product=ZTE_WCDMA_Technologies_MSM Serial=P671A2TMED010000 00:01:21 Pineapple user.notice usb-modeswitch: 1-1.1:1.4: Manufacturer=ZTE,Incorporated Product=ZTE_WCDMA_Technologies_MSM Serial=P671A2TMED010000 00:01:21 Pineapple user.notice usb-modeswitch: 1-1.1:1.3: Manufacturer=ZTE,Incorporated Product=ZTE_WCDMA_Technologies_MSM Serial=P671A2TMED010000 00:01:21 Pineapple user.notice usb-modeswitch: 1-1.1:1.2: Manufacturer=ZTE,Incorporated Product=ZTE_WCDMA_Technologies_MSM Serial=P671A2TMED010000 00:01:21 Pineapple user.notice usb-modeswitch: 1-1.1:1.1: Manufacturer=ZTE,Incorporated Product=ZTE_WCDMA_Technologies_MSM Serial=P671A2TMED010000 00:01:21 Pineapple user.notice usb-modeswitch: 1-1.1:1.0: Manufacturer=ZTE,Incorporated Product=ZTE_WCDMA_Technologies_MSM Serial=P671A2TMED010000 00:01:16 Pineapple user.info sysinit: ZTE MUDERFUCKER DETECTED. Attempting mode switch 00:01:16 Pineapple user.info sysinit: 1d6b:0002 05e3:0608 19d2:0124 0951:1607 00:01:13 Pineapple user.notice root: 3G: Connection Script here, searching for modems 00:01:13 Pineapple user.info sysinit: Searching for attached 3G Modems What are i'm doing bad? Thank you soo much Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.