Jump to content

Search the Community

Showing results for tags 'modem'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Talk
    • Everything Else
    • Gaming
    • Questions
    • Business and Enterprise IT
    • Security
    • Hacks & Mods
    • Applications & Coding
    • Trading Post
  • Hak5 Gear
    • Hak5 Cloud C²
    • New USB Rubber Ducky
    • WiFi Pineapple
    • Bash Bunny
    • Key Croc
    • Packet Squirrel
    • Shark Jack
    • Signal Owl
    • LAN Turtle
    • Screen Crab
    • Plunder Bug
    • WiFi Coconut
  • O.MG (Mischief Gadgets)
    • O.MG Cable
    • O.MG DemonSeed EDU
  • Legacy Devices
    • Classic USB Rubber Ducky
    • WiFi Pineapple TETRA
    • WiFi Pineapple NANO
    • WiFi Pineapple Mark V
    • WiFi Pineapple Mark IV
    • Pineapple Modules
    • WiFi Pineapples Mark I, II, III
  • Hak5 Shows
  • Community
    • Forums and Wiki
    • #Hak5
  • Projects
    • SDR - Software Defined Radio
    • Community Projects
    • Interceptor
    • USB Hacks
    • USB Multipass
    • Pandora Timeshifting

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 8 results

  1. While doing some digging for non-serial modem info, I stumbled onto some HUAWEI API info along with SMS examples using CURL. I had to do a couple of minor tweaks to get them to work reliably on my HUAWEI HiLink E3131 and E303 - attached is the result and may or may not be of interest to others. - usage for sendsms & sendsms2 = ./sendsms 0123456789 "text to send" get3sms getsms sendsms sendsms2 session.sh token.sh
  2. Hello! I know; there's lotsa older discussions related/around modem support for MK IV, but not with this particular modem. Anyone tested with this model (Huawei E5776s-32) ? It certainly finds the device, but only as storage - makes me wonder: Does the dongle drive modem through the USB at all? Thanks.
  3. I guys, I have a Huawei E587 modem which is not supported out of the box (as it seems) by the MKV, I'm following this guide, so my steps were: - Install cdc_ncm package. opkg -nodeps install http://galapago.sakura.ne.jp/openwrt/12_09_rc1/kmod-usb-net-cdc-ncm_3.3.8-1_ar71xx.ipk - Install modeswitch's parameter file for E587 cd /etc/usbmodeswitch.d wget -O 12d1:1c1b http://galapago.sakura.ne.jp/openwrt/12_09_rc1/12d1_1c1b Now when I plug the device to the usb port, I see the following dmesg: [ 1938.820000] usb 1-1.2: new high-speed USB device number 14 using ehci-platform [ 1938.970000] option 1-1.2:1.0: GSM modem (1-port) converter detected [ 1938.970000] usb 1-1.2: GSM modem (1-port) converter now attached to ttyUSB0 [ 1938.980000] scsi9 : usb-storage 1-1.2:1.1 [ 1939.000000] usb 1-1.2: MAC-Address: 0x0c:0x5b:0x8f:0x27:0x9a:0x64 [ 1939.010000] cdc_ncm 1-1.2:1.2: wwan0: register 'cdc_ncm' at usb-ehci-platform-1.2, Mobile Broadband Network Device, 0c:5b:8f:27:9a:64 [ 1939.980000] scsi 9:0:0:0: CD-ROM HUAWEI Mass storage ffff PQ: 0 ANSI: 2 [ 1939.990000] scsi 9:0:0:0: Attached scsi generic sg0 type 5 [ 1939.990000] scsi 9:0:0:1: Direct-Access HUAWEI Mass storage ffff PQ: 0 ANSI: 2 [ 1940.000000] sd 9:0:0:1: Attached scsi generic sg1 type 0 [ 1940.030000] sd 9:0:0:1: [sda] Attached SCSI removable disk ( The cd-rom stuff it's normal, the device has a built in partition with softwares for windows ). So far so good, if I execute ifconfig -a I see the interface with the right mac address: wwan0 Link encap:Ethernet HWaddr 0C:5B:8F:27:9A:64 BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) Now, since the protocol ncm is not in the list of the mobile configuration web ui, if I try to put it as a custom protocol nothing happens ( pppd is not launched basically ), if I try other configs such as: config interface 'wan2' option proto '3g' option device '/dev/ttyUSB0' option service 'umts' option apn 'MY_APN' option username 'MY_USERNAME' option password 'MY_PASSWORD' option defaultroute '1' I get the following (error) logs from pppd: Jan 1 00:51:24 Pineapple daemon.notice pppd[24955]: pppd 2.4.5 started by root, uid 0 Jan 1 00:51:25 Pineapple local2.info chat[24971]: abort on (BUSY) Jan 1 00:51:25 Pineapple local2.info chat[24971]: abort on (NO CARRIER) Jan 1 00:51:25 Pineapple local2.info chat[24971]: abort on (ERROR) Jan 1 00:51:25 Pineapple local2.info chat[24971]: report (CONNECT) Jan 1 00:51:25 Pineapple local2.info chat[24971]: timeout set to 10 seconds Jan 1 00:51:25 Pineapple local2.info chat[24971]: send (AT&F^M) Jan 1 00:51:25 Pineapple local2.info chat[24971]: expect (OK) Jan 1 00:51:25 Pineapple local2.info chat[24971]: AT&F^M^M Jan 1 00:51:25 Pineapple local2.info chat[24971]: OK Jan 1 00:51:25 Pineapple local2.info chat[24971]: -- got it Jan 1 00:51:25 Pineapple local2.info chat[24971]: send (ATE1^M) Jan 1 00:51:25 Pineapple local2.info chat[24971]: expect (OK) Jan 1 00:51:25 Pineapple local2.info chat[24971]: ^M Jan 1 00:51:29 Pineapple local2.info chat[24971]: ATE1^M^M Jan 1 00:51:29 Pineapple local2.info chat[24971]: ^BOOT:478988,0,0,0,99^M Jan 1 00:51:30 Pineapple local2.info chat[24971]: ^M Jan 1 00:51:30 Pineapple local2.info chat[24971]: ^RSSI:10^M Jan 1 00:51:30 Pineapple local2.info chat[24971]: ^M Jan 1 00:51:30 Pineapple local2.info chat[24971]: ^CSNR:-93,-7^M Jan 1 00:51:33 Pineapple local2.info chat[24971]: ^M Jan 1 00:51:33 Pineapple local2.info chat[24971]: ^RSSI:10^M Jan 1 00:51:33 Pineapple local2.info chat[24971]: ^M Jan 1 00:51:33 Pineapple local2.info chat[24971]: ^CSNR:-96,-10^M Jan 1 00:51:35 Pineapple local2.info chat[24971]: alarm Jan 1 00:51:35 Pineapple local2.info chat[24971]: Failed Jan 1 00:51:35 Pineapple daemon.err pppd[24955]: Connect script failed Jan 1 00:51:36 Pineapple daemon.info pppd[24955]: Exit. Jan 1 00:51:36 Pineapple daemon.notice netifd: Interface 'wan2' is now down Can you help me please? Thanks :)
  4. Hey guys! I just got a USB 4G LTE Novatel U679 and have been trying to set it up with my pineapple, I have my settings as follows: network.wan2=interface network.wan2.ifname=ppp0 network.wan2.proto=3g network.wan2.service=umts network.wan2.device=/dev/ttyUSB0 network.wan2.apn=inet.bell.ca network.wan2.username= network.wan2.password= network.wan2.defaultroute=1 network.wan2.ppp_redial=persist network.wan2.peerdns=1 network.wan2.dns=8.8.8.8 network.wan2.keepalive=1 network.wan2.pppd_options=debug And this is not working. The odd thing is that when I first plug it into my pineapple the led ON THE STICK flashes for 10-20 seconds, then just goes out. whereas when it is plugged into my computer (even if not connected to a network) it is always on. Also I have tried nearly every "service" to no success, could it be that the stick is 4g and the "protocol" is 3g? I know this isn't a "supported" device. But I would appreciate any help you guys can give me :)
  5. Hello! I have a wifi pineapple mark V that fights with me, it don't want to work.. It disconnects sometimes. I use the pineapple with an 3g modem and i have the logs if somebody want to check it out for me, THANKS! Logs: Syslog Output:Sep 24 21:50:38 Pineapple daemon.info hostapd: wlan0: STA 00:22:fa:55:7d:72 WPA: group key handshake completed (RSN) Sep 24 21:50:26 Pineapple daemon.info dnsmasq[2093]: using local addresses only for domain lan Sep 24 21:50:26 Pineapple daemon.info dnsmasq[2093]: using nameserver 8.8.8.8#53 Sep 24 21:50:26 Pineapple daemon.info dnsmasq[2093]: using nameserver 8.8.8.8#53 Sep 24 21:50:26 Pineapple daemon.info dnsmasq[2093]: using nameserver 195.54.122.221#53 Sep 24 21:50:26 Pineapple daemon.info dnsmasq[2093]: using nameserver 195.54.122.211#53 Sep 24 21:50:26 Pineapple daemon.info dnsmasq[2093]: reading /tmp/resolv.conf.auto Sep 24 21:50:25 Pineapple user.notice firewall: Reloading firewall due to ifup of wan2 (3g-wan2) Sep 24 21:50:25 Pineapple daemon.debug pppd[15135]: Script /lib/netifd/ppp-up finished (pid 15158), status = 0x1 Sep 24 21:50:24 Pineapple daemon.notice netifd: Interface 'wan2' is now up Sep 24 21:50:24 Pineapple daemon.debug pppd[15135]: Script /lib/netifd/ppp-up started (pid 15158) Sep 24 21:50:24 Pineapple daemon.notice pppd[15135]: secondary DNS address 195.54.122.211 Sep 24 21:50:24 Pineapple daemon.notice pppd[15135]: primary DNS address 195.54.122.221 Sep 24 21:50:24 Pineapple daemon.notice pppd[15135]: remote IP address 10.64.64.64 Sep 24 21:50:24 Pineapple daemon.notice pppd[15135]: local IP address 46.194.125.212 Sep 24 21:50:24 Pineapple daemon.warn pppd[15135]: Could not determine remote IP address: defaulting to 10.64.64.64 Sep 24 21:50:24 Pineapple daemon.debug pppd[15135]: rcvd [iPCP ConfAck id=0x6 ] Sep 24 21:50:24 Pineapple daemon.debug pppd[15135]: sent [iPCP ConfAck id=0x61] Sep 24 21:50:24 Pineapple daemon.debug pppd[15135]: rcvd [iPCP ConfReq id=0x61] Sep 24 21:50:24 Pineapple daemon.debug pppd[15135]: sent [iPCP ConfReq id=0x6 ] Sep 24 21:50:24 Pineapple daemon.debug pppd[15135]: rcvd [iPCP ConfNak id=0x5 ] Sep 24 21:50:24 Pineapple daemon.debug pppd[15135]: sent [iPCP ConfNak id=0x60 ] Sep 24 21:50:24 Pineapple daemon.debug pppd[15135]: rcvd [iPCP ConfReq id=0x60] Sep 24 21:50:23 Pineapple daemon.debug pppd[15135]: sent [iPCP ConfReq id=0x5 ] Sep 24 21:50:23 Pineapple daemon.debug pppd[15135]: rcvd [iPCP ConfNak id=0x4 ] Sep 24 21:50:22 Pineapple daemon.debug pppd[15135]: sent [iPCP ConfReq id=0x4 ] Sep 24 21:50:22 Pineapple daemon.debug pppd[15135]: rcvd [iPCP ConfNak id=0x3 ] Sep 24 21:50:21 Pineapple daemon.debug pppd[15135]: sent [iPCP ConfReq id=0x3 ] Sep 24 21:50:21 Pineapple daemon.debug pppd[15135]: rcvd [iPCP ConfNak id=0x2 ] Sep 24 21:50:20 Pineapple daemon.debug pppd[15135]: sent [iPCP ConfReq id=0x2 ] Sep 24 21:50:20 Pineapple daemon.debug pppd[15135]: rcvd [iPCP ConfNak id=0x1 ] Sep 24 21:50:19 Pineapple daemon.debug pppd[15135]: sent [iPCP ConfReq id=0x1 ] Sep 24 21:50:19 Pineapple daemon.notice pppd[15135]: CHAP authentication succeeded Sep 24 21:50:19 Pineapple daemon.info pppd[15135]: CHAP authentication succeeded Sep 24 21:50:19 Pineapple daemon.debug pppd[15135]: rcvd [CHAP Success id=0x1 ""] Sep 24 21:50:19 Pineapple daemon.debug pppd[15135]: rcvd [LCP EchoRep id=0x0 magic=0xad46dc8 13 96 3e 4b] Sep 24 21:50:19 Pineapple daemon.debug pppd[15135]: sent [CHAP Response id=0x1 , name = "shwkad"] Sep 24 21:50:19 Pineapple daemon.debug pppd[15135]: rcvd [CHAP Challenge id=0x1 <36c94fc6f05d23a0b289ec718c3f4460>, name = "UMTS_CHAP_SRVR"] Sep 24 21:50:19 Pineapple daemon.debug pppd[15135]: rcvd [LCP DiscReq id=0x4a magic=0xad46dc8] Sep 24 21:50:19 Pineapple daemon.debug pppd[15135]: sent [LCP EchoReq id=0x0 magic=0x13963e4b] Sep 24 21:50:19 Pineapple daemon.debug pppd[15135]: sent [LCP ConfAck id=0x49 ] Sep 24 21:50:19 Pineapple daemon.debug pppd[15135]: rcvd [LCP ConfReq id=0x49 ] Sep 24 21:50:19 Pineapple daemon.debug pppd[15135]: rcvd [LCP ConfAck id=0x1 ] Sep 24 21:50:19 Pineapple daemon.debug pppd[15135]: sent [LCP ConfRej id=0x48 ] Sep 24 21:50:19 Pineapple daemon.debug pppd[15135]: rcvd [LCP ConfReq id=0x48 ] Sep 24 21:50:19 Pineapple daemon.debug pppd[15135]: sent [LCP ConfReq id=0x1 ] Sep 24 21:50:18 Pineapple daemon.notice pppd[15135]: Connect: 3g-wan2 <--> /dev/ttyUSB0 Sep 24 21:50:18 Pineapple daemon.info pppd[15135]: Using interface 3g-wan2 Sep 24 21:50:18 Pineapple daemon.debug pppd[15135]: using channel 102 Sep 24 21:50:18 Pineapple daemon.info pppd[15135]: Serial connection established. Sep 24 21:50:18 Pineapple daemon.debug pppd[15135]: Script USE_APN=internet.telenor.se /usr/sbin/chat -t5 -v -E -f /etc/chatscripts/3g.chat finished (pid 15138), status = 0x0 Sep 24 21:50:18 Pineapple local2.info chat[15139]: send ( ^M) Sep 24 21:50:18 Pineapple local2.info chat[15139]: -- got it Sep 24 21:50:18 Pineapple local2.info chat[15139]: CONNECT Sep 24 21:50:18 Pineapple local2.info chat[15139]: ATD*99***1#^M^M Sep 24 21:50:18 Pineapple local2.info chat[15139]: ^M Sep 24 21:50:18 Pineapple local2.info chat[15139]: expect (CONNECT) Sep 24 21:50:18 Pineapple local2.info chat[15139]: send (ATD*99***1#^M) Sep 24 21:50:18 Pineapple local2.info chat[15139]: -- got it Sep 24 21:50:18 Pineapple local2.info chat[15139]: OK Sep 24 21:50:18 Pineapple local2.info chat[15139]: AT+CGDCONT=1,"IP","internet.telenor.se"^M^M Sep 24 21:50:18 Pineapple local2.info chat[15139]: ^M Sep 24 21:50:18 Pineapple local2.info chat[15139]: expect (OK) Sep 24 21:50:18 Pineapple local2.info chat[15139]: timeout set to 30 seconds Sep 24 21:50:18 Pineapple local2.info chat[15139]: send (AT+CGDCONT=1,"IP","internet.telenor.se"^M) Sep 24 21:50:18 Pineapple local2.info chat[15139]: -- got it Sep 24 21:50:18 Pineapple local2.info chat[15139]: OK Sep 24 21:50:18 Pineapple local2.info chat[15139]: ATE1^M^M Sep 24 21:50:18 Pineapple local2.info chat[15139]: ^M Sep 24 21:50:18 Pineapple local2.info chat[15139]: expect (OK) Sep 24 21:50:18 Pineapple local2.info chat[15139]: send (ATE1^M) Sep 24 21:50:18 Pineapple local2.info chat[15139]: -- got it Sep 24 21:50:18 Pineapple local2.info chat[15139]: OK Sep 24 21:50:18 Pineapple local2.info chat[15139]: AT&F^M^M Sep 24 21:50:18 Pineapple local2.info chat[15139]: expect (OK) Sep 24 21:50:18 Pineapple local2.info chat[15139]: send (AT&F^M) Sep 24 21:50:18 Pineapple local2.info chat[15139]: timeout set to 10 seconds Sep 24 21:50:18 Pineapple local2.info chat[15139]: report (CONNECT) Sep 24 21:50:18 Pineapple local2.info chat[15139]: abort on (ERROR) Sep 24 21:50:18 Pineapple local2.info chat[15139]: abort on (NO CARRIER) Sep 24 21:50:18 Pineapple local2.info chat[15139]: abort on (BUSY) Sep 24 21:50:17 Pineapple daemon.notice pppd[15135]: pppd 2.4.5 started by root, uid 0 Sep 24 21:50:16 Pineapple daemon.notice netifd: wan2 (15115): Trying to set mode Sep 24 21:50:14 Pineapple daemon.notice netifd: Interface 'wan2' is now down Sep 24 21:50:14 Pineapple daemon.info pppd[14409]: Exit. Sep 24 21:50:13 Pineapple daemon.notice pppd[14409]: Connection terminated. Sep 24 21:50:13 Pineapple daemon.notice pppd[14409]: Modem hangup Sep 24 21:50:12 Pineapple daemon.debug pppd[14409]: sent [iPCP ConfReq id=0x8 ] Sep 24 21:50:12 Pineapple daemon.debug pppd[14409]: rcvd [iPCP ConfNak id=0x7 ] Sep 24 21:50:11 Pineapple daemon.debug pppd[14409]: sent [iPCP ConfReq id=0x7 ] Sep 24 21:50:11 Pineapple daemon.notice pppd[14409]: CHAP authentication succeeded Sep 24 21:50:11 Pineapple daemon.info pppd[14409]: CHAP authentication succeeded Sep 24 21:50:11 Pineapple daemon.debug pppd[14409]: rcvd [CHAP Success id=0x1 ""] Sep 24 21:50:11 Pineapple daemon.debug pppd[14409]: rcvd [LCP EchoRep id=0x0 magic=0xad44ea1 3e 3a 82 65] Sep 24 21:50:11 Pineapple daemon.debug pppd[14409]: sent [CHAP Response id=0x1 <3b1668dae2f95e391b35e54599064dc3>, name = "shwkad"] Sep 24 21:50:11 Pineapple daemon.debug pppd[14409]: rcvd [CHAP Challenge id=0x1 , name = "UMTS_CHAP_SRVR"] Sep 24 21:50:11 Pineapple daemon.debug pppd[14409]: rcvd [LCP DiscReq id=0x47 magic=0xad44ea1] Sep 24 21:50:11 Pineapple daemon.debug pppd[14409]: sent [LCP EchoReq id=0x0 magic=0x3e3a8265] Sep 24 21:50:11 Pineapple daemon.debug pppd[14409]: sent [LCP ConfAck id=0x46 ] Sep 24 21:50:11 Pineapple daemon.debug pppd[14409]: rcvd [LCP ConfReq id=0x46 ] Sep 24 21:50:11 Pineapple daemon.debug pppd[14409]: rcvd [LCP ConfAck id=0x2 ] Sep 24 21:50:11 Pineapple daemon.debug pppd[14409]: sent [LCP ConfRej id=0x45 ] Sep 24 21:50:11 Pineapple daemon.debug pppd[14409]: rcvd [LCP ConfReq id=0x45 ] Sep 24 21:50:11 Pineapple daemon.debug pppd[14409]: sent [LCP ConfReq id=0x2 ] Sep 24 21:50:10 Pineapple daemon.notice pppd[14409]: Connect: 3g-wan2 <--> /dev/ttyUSB0 Sep 24 21:50:10 Pineapple daemon.info pppd[14409]: Using interface 3g-wan2 Sep 24 21:50:10 Pineapple daemon.debug pppd[14409]: using channel 100 Sep 24 21:50:10 Pineapple daemon.info pppd[14409]: Serial connection established. Sep 24 21:50:10 Pineapple daemon.debug pppd[14409]: Script USE_APN=internet.telenor.se /usr/sbin/chat -t5 -v -E -f /etc/chatscripts/3g.chat finished (pid 15083), status = 0x0 Sep 24 21:50:10 Pineapple local2.info chat[15084]: send ( ^M) Sep 24 21:50:10 Pineapple local2.info chat[15084]: -- got it Sep 24 21:50:10 Pineapple local2.info chat[15084]: CONNECT Sep 24 21:50:10 Pineapple local2.info chat[15084]: ATD*99***1#^M^M Sep 24 21:50:10 Pineapple local2.info chat[15084]: ^M Sep 24 21:50:10 Pineapple local2.info chat[15084]: expect (CONNECT) Sep 24 21:50:10 Pineapple local2.info chat[15084]: send (ATD*99***1#^M) Sep 24 21:50:10 Pineapple local2.info chat[15084]: -- got it Sep 24 21:50:10 Pineapple local2.info chat[15084]: OK Sep 24 21:50:10 Pineapple local2.info chat[15084]: AT+CGDCONT=1,"IP","internet.telenor.se"^M^M Sep 24 21:50:10 Pineapple local2.info chat[15084]: ^M Sep 24 21:50:10 Pineapple local2.info chat[15084]: expect (OK) Sep 24 21:50:10 Pineapple local2.info chat[15084]: timeout set to 30 seconds Sep 24 21:50:10 Pineapple local2.info chat[15084]: send (AT+CGDCONT=1,"IP","internet.telenor.se"^M) Sep 24 21:50:10 Pineapple local2.info chat[15084]: -- got it Sep 24 21:50:10 Pineapple local2.info chat[15084]: OK Sep 24 21:50:10 Pineapple local2.info chat[15084]: ATE1^M^M Sep 24 21:50:10 Pineapple local2.info chat[15084]: ^M Sep 24 21:50:10 Pineapple local2.info chat[15084]: expect (OK) Sep 24 21:50:10 Pineapple local2.info chat[15084]: send (ATE1^M) Sep 24 21:50:10 Pineapple local2.info chat[15084]: -- got it Sep 24 21:50:10 Pineapple local2.info chat[15084]: OK Sep 24 21:50:10 Pineapple local2.info chat[15084]: AT&F^M^M Sep 24 21:50:10 Pineapple local2.info chat[15084]: expect (OK) Sep 24 21:50:10 Pineapple local2.info chat[15084]: send (AT&F^M) Sep 24 21:50:10 Pineapple local2.info chat[15084]: timeout set to 10 seconds Sep 24 21:50:10 Pineapple local2.info chat[15084]: report (CONNECT) Sep 24 21:50:10 Pineapple local2.info chat[15084]: abort on (ERROR) Sep 24 21:50:10 Pineapple local2.info chat[15084]: abort on (NO CARRIER) Sep 24 21:50:10 Pineapple local2.info chat[15084]: abort on (BUSY) Sep 24 21:49:40 Pineapple daemon.info dnsmasq[2093]: using local addresses only for domain lan Sep 24 21:49:40 Pineapple daemon.info dnsmasq[2093]: using nameserver 8.8.8.8#53 Sep 24 21:49:40 Pineapple daemon.info dnsmasq[2093]: reading /tmp/resolv.conf.auto Sep 24 21:49:39 Pineapple daemon.debug pppd[14409]: Script /lib/netifd/ppp-down finished (pid 15042), status = 0x1 Sep 24 21:49:39 Pineapple daemon.notice netifd: Interface 'wan2' has lost the connection Sep 24 21:49:39 Pineapple daemon.notice pppd[14409]: Connection terminated. Sep 24 21:49:39 Pineapple daemon.notice pppd[14409]: Modem hangup Sep 24 21:49:39 Pineapple daemon.debug pppd[14409]: sent [LCP TermAck id=0x44] Sep 24 21:49:39 Pineapple daemon.debug pppd[14409]: Script /lib/netifd/ppp-down started (pid 15042) Sep 24 21:49:39 Pineapple daemon.info pppd[14409]: Sent 1182292 bytes, received 47287650 bytes. Sep 24 21:49:39 Pineapple daemon.info pppd[14409]: Connect time 18.3 minutes. Sep 24 21:49:39 Pineapple daemon.info pppd[14409]: LCP terminated by peer Sep 24 21:49:39 Pineapple daemon.debug pppd[14409]: rcvd [LCP TermReq id=0x44] Sep 24 21:40:38 Pineapple daemon.info hostapd: wlan0: STA 00:22:fa:55:7d:72 WPA: group key handshake completed (RSN) Sep 24 21:32:09 Pineapple daemon.info hostapd: wlan0: STA 20:54:76:4e:cc:af IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE) Sep 24 21:32:08 Pineapple daemon.info hostapd: wlan0: STA 20:54:76:4e:cc:af IEEE 802.11: disassociated Sep 24 21:31:32 Pineapple daemon.info dnsmasq[2093]: using local addresses only for domain lan Sep 24 21:31:32 Pineapple daemon.info dnsmasq[2093]: using nameserver 8.8.8.8#53 Sep 24 21:31:32 Pineapple daemon.info dnsmasq[2093]: using nameserver 8.8.8.8#53 Sep 24 21:31:32 Pineapple daemon.info dnsmasq[2093]: using nameserver 195.54.122.221#53 Sep 24 21:31:32 Pineapple daemon.info dnsmasq[2093]: using nameserver 195.54.122.211#53 Sep 24 21:31:32 Pineapple daemon.info dnsmasq[2093]: reading /tmp/resolv.conf.auto Sep 24 21:31:25 Pineapple user.notice firewall: Reloading firewall due to ifup of wan2 (3g-wan2) Sep 24 21:31:25 Pineapple daemon.debug pppd[14409]: Script /lib/netifd/ppp-up finished (pid 14437), status = 0x1 Sep 24 21:31:25 Pineapple daemon.notice netifd: Interface 'wan2' is now up Sep 24 21:31:25 Pineapple daemon.debug pppd[14409]: Script /lib/netifd/ppp-up started (pid 14437) Sep 24 21:31:25 Pineapple daemon.notice pppd[14409]: secondary DNS address 195.54.122.211 Sep 24 21:31:25 Pineapple daemon.notice pppd[14409]: primary DNS address 195.54.122.221 Sep 24 21:31:25 Pineapple daemon.notice pppd[14409]: remote IP address 10.64.64.64 Sep 24 21:31:25 Pineapple daemon.notice pppd[14409]: local IP address 46.194.113.61 Sep 24 21:31:25 Pineapple daemon.warn pppd[14409]: Could not determine remote IP address: defaulting to 10.64.64.64 Sep 24 21:31:25 Pineapple daemon.debug pppd[14409]: rcvd [iPCP ConfAck id=0x6 ] Sep 24 21:31:25 Pineapple daemon.debug pppd[14409]: sent [iPCP ConfAck id=0x5f] Sep 24 21:31:25 Pineapple daemon.debug pppd[14409]: rcvd [iPCP ConfReq id=0x5f] Sep 24 21:31:25 Pineapple daemon.debug pppd[14409]: sent [iPCP ConfReq id=0x6 ] Sep 24 21:31:25 Pineapple daemon.debug pppd[14409]: rcvd [iPCP ConfNak id=0x5 ] Sep 24 21:31:25 Pineapple daemon.debug pppd[14409]: sent [iPCP ConfNak id=0x5e ] Sep 24 21:31:25 Pineapple daemon.debug pppd[14409]: rcvd [iPCP ConfReq id=0x5e] 0.0.0.0> 195.54.122.211> 195.54.122.221> 46.194.113.61> 195.54.122.211> 195.54.122.221> 46.194.113.61> 195.54.122.211> 195.54.122.221> 46.194.113.61> 0x3e3a8265> 0x0> 0xad44ea1> chap md5> 0x0> 0x3e3a8265> 0x0> 0xad44ea1> chap md5> 0x0> 0xad44ea1> chap md5> 0x0> 0.0.0.0> 0.0.0.0> 46.194.113.61> 10.11.12.14> 10.11.12.13> 10.11.12.14> 10.11.12.13> 46.194.113.61> 0x13963e4b> 0x0> 0xad46dc8> chap md5> 0x0> 0x13963e4b> 0x0> 0xad46dc8> chap md5> 0x0> 0xad46dc8> chap md5> 0x0> 0.0.0.0> 0.0.0.0> 0.0.0.0> 10.11.12.14> 10.11.12.13> 10.11.12.14> 10.11.12.13> 0.0.0.0> 10.11.12.14> 10.11.12.13> 10.11.12.14> 10.11.12.13> 0.0.0.0> 10.11.12.14> 10.11.12.13> 10.11.12.14> 10.11.12.13> 0.0.0.0> 10.11.12.14> 10.11.12.13> 10.11.12.14> 10.11.12.13> 0.0.0.0> 0.0.0.0> 195.54.122.211> 195.54.122.221> 46.194.125.212> 195.54.122.211> 195.54.122.221> 46.194.125.212> 195.54.122.211> 195.54.122.221> 46.194.125.212>
  6. Hi there, I've been searching around the forum but can't find any definitive information.. I saw there are two wiki pages dedicated to this, but they don't contain information yet: http://wiki.wifipineapple.com/index.php/Modems http://wiki.wifipineapple.com/index.php/Compatible_Modems Can anyone recommend any 21 Mbps (HSPA+) 3G dongle that works out of the box with the WiFi Pineapple? Or with a readily available script? :) Preferably one that allows an external antenna to be attached to it. Thanks a bunch in advance, ocn^
  7. Hi guys, I just bought a Huawei E303C USB modem, does anybody knows the configuration for that model, I already search at http://www.draisberghof.de/usb_modeswitch/device_reference.txt but I could't find it. Thanks !
  8. Hi, Got lovely new MkIV Pinaapple. It's yummy :-) 3g working fine with two different USB modems Huawei E353 and Vodafone (Huawei) K3565. All very happy. I'd like to add some more storage. So I've got one of the little powered USB Hubs and a Cruzer 4Gb from The HakShop (Thanks). But... No matter what I try, I can't get either of the modems to dial successfully when connected via the hub. Even without the Cruzer connected. There's no shortage of power (2.1A to the Hub and 1.2A to the Pinapple). Pineapple sees the modem, loads drivers etc. but dialing fails with a timeout! I've also tried a pasive 2 Port Hub with the modem powered seperetely via a "bodge lead" that I whipped up. Exactly the same result :-( Am I missing something? Much googling and hair pulling but still no joy. Any pointers would be very much apreciated. Ta
×
×
  • Create New...