Jump to content

TonTon

Active Members
  • Posts

    7
  • Joined

  • Last visited

Recent Profile Visitors

743 profile views

TonTon's Achievements

Newbie

Newbie (1/14)

  1. Working Config for the "Option ICON 225": *0af0:6971*) echo "Option ICON 225 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=yourapn.tld uci set network.wan2.username=user uci set network.wan2.password=pass uci set network.wan2.pincode=xxxx uci set network.wan2.defaultroute=1 uci commit network usb_modeswitch -v 0af0 -p 6971 -R 1 -n 1 -s 20 sleep 10; rmmod usbserial sleep 3; insmod usbserial vendor=0x0af0 product=0x6971 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 ;;
  2. Hi, you should downgrade to firmware 2.5.0 which is the latest stable version, and do your test again with the 12v 4.5 A adapter. I had the same problem and it was a question of power. Another test you can do is to plug your usb modem on a computer and check your 3G signal, it happens sometimes when 3G signal is to weak, that the modem disconnect. I hope it could help.
  3. Hi, I had the same problem with the wifi range, after reading some posts, i tried to reseat the IPX-RPSMA connector, it was the same thing, until I bought a new one and replace it. Now i have a very good signal with karma an 3g running at the same time. I'm in europe so i didnt buy the pigtail from data-alliance.net but from www.fwt.fr Also be very careful with IPX-RPSMA connector on ebay you can find 10 for 20 box but it's crap.
  4. For info, the same key E1752 is shown as 12d1:141b on system with kernel 2.4 and shown as 12d1:1446 (with SD card working) on system with kernel 2.6 and higher (like openwrt or ubuntu) so maybe in next release ;-)
  5. Working with Huawei usb stick E1752, but the SD card is not working: *12d1:141b*) echo "Huawei E1752 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=your.apn.tld uci set network.wan2.username=user uci set network.wan2.password=pass uci set network.wan2.pincode=xxxx uci set network.wan2.defaultroute=1 uci commit network usb_modeswitch -v 12d1 -p 141b -H 1 -n 1 -s 20 sleep 10; rmmod usbserial sleep 3; insmod usbserial vendor=0x12d1 product=0x141b 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
  6. Hi, I have a similar problem with the 4Gb sandisk cruzer, more than a "read-only" problem, the device became "write-protected" , like if i have pushed a small button to enable this feature, but, the problem is, there are no button ... so unable to format again, device is write protected regadless the OS ... i am using a 4 Gb Lexar usb key and it works perfectly.
  7. Hello forum, I have a problem with my Huawei E1752 3G key, in fact the modem is working well, but I can't see the SD card, so unable to mount it. The SD card (a 4Gb SD) has been formated following Darren's tuto to enable mass storage. I am using Pineapple Mark 4 with fw 2.4.1 Thank you for your help ps:i don't have my pineapple and my 3g key for the moment, i'll post the result of "lsusb" an other if needed after work.
×
×
  • Create New...