Jump to content

deathdealerxx

Active Members
  • Posts

    270
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by deathdealerxx

  1. Good job. Its a great feeling I know ahah enjoy it. lol
  2. Go into the fstab file and look for this and add the sleep 15 start() { . /lib/functions/mount.sh sleep 15 config_load fstab mkdir -p /var/lock lock /var/lock/fstab.lck [ -e /tmp/fstab ] || { echo '# WARNING: this is an auto generated file, please use uci to set defined filesystems' > /tmp/fstab } lock -u /var/lock/fstab.lck config_foreach do_swapon swap config_foreach do_mount mount config_foreach do_swapon swap # do swap a second time so that swap on filesystems is enabled }
  3. boom got my modem to work and ended up going over my data limit : ) biatches

  4. https://forums.hak5.org/index.php?/topic/26108-huawei-modems-with-a-pineapple-iv/page-2 towards the bottom it shows you where you need to put the file.
  5. I was able to get my MF691 ZTE modem to work with my sd card, all I had to do was add sleep 15 to the fstab file. No other changes were made.
  6. To tether one pineapple to the other all you need to do is the following. 1st Pineapple everything is default. 2nd Pineapple set your ipaddr to 172.16.42.2 and gateway to 172.16.42.1. That's it. You have to connect PoE/Lan to PoE/Lan http://www.youtube.com/watch?v=DHBd-2yI6M0
  7. Here are some other post one of which is mine. This one is mine and my logs. https://forums.hak5.org/index.php?/topic/30090-t-mobile-mf691-3g-modem-help/ Not mine. https://forums.hak5.org/index.php?/topic/30142-e392-huawei-on-firmware-30/ E180 HSDPA 7.2 HSUPA 5.76 12d1:1414 12d1:1003 1 0 2 - serial So you modem should be detected as 12d1:1414 then switch to 12d1:1003, according to your logs it looks as if its doing it backwards. Remove the 12d1:1003 as it will continue to switch back and forth. I had the same problem. If you cat /etc/usb_modeswitch.d/12d1:1414 it will show # Huawei E180 TargetClass=0xff HuaweiMode=1 Try making look like this. # Huawei E180 DefaultVendor= 0x12d1 DefaultProduct= 0x1414 TargetVendor= 0x12d1 TargetProduct= 0x1003 TargetClass=0xff HuaweiMode=1
  8. So frustrating, feels like I spent a lot of money on a decoration with blue lights I know how you feel, I am going to install kmod-usb-acm on my other pineapple and see if I can fix it the same way I did previously. Then I will report back! Did you change your 3g configuration from /dev/ttyUSB0 to /dev/ttyACM0? Also Idk if you saw this under the 3g modem page in the Pineapple Wiki Page. If you dont have this in your /etc/usb_modeswitch folder you might have to add it. UPDATED 3g modem page. https://github.com/WiFiPineapple/web-interface/wiki/mk4guide3gmodem
  9. When I tried to install via ssh I got the same error, I tried it with the opkg manager infusion and it still showed an error but was successfully installed.
  10. I believe I have a fix for you.... So in my case the issue was the kmod-usb-acm module. Try going to the pineapple bar and downloading opkg manager and look for kmod-usb-acm and see if it shows it as installed. If not then you need to install it ( I installed mine to root) and reboot. Once I did that my modem stopped showing up as /dev/ttyUSB0 and shows up as /dev/ttyACM0.. Once that happened the chatscript made the connection and I was online. Let me know if you need anymore help.
  11. First thing use the search option :) since your new here are the links you need. https://github.com/WiFiPineapple/web-interface/wiki https://forums.hak5.org/index.php?/topic/29969-announcing-the-wifi-pineapples-next-generation-platform-300/
  12. That's a good way to not get any help around here.
  13. No I'm pretty sure you need to use tftp.. Well first on your windows pc make sure you have no 3rd party antivirus or malware protection on, If it is then disable it. After that make sure you have the windows firewall OFF or disabled. You will not be able to transfer anything if you still have firewalls enabled.
  14. I am first on the list! I would love to try this out when you get it ready!
  15. I beleive the pineapples POE port is only capable of handling 12v and other POE ports can output 24v.
  16. omg I hope I can use this setup to get my modem to work!!!!! will test soon
  17. You can use the anker e5, as long as it supplies 5-12v @ 1-2amp I know it does 5v so you'll be fine.
  18. Most people either use the Pineapple Juice or something like an Anker 3e from ebay or amazon.
  19. Yes that is normal. Ok so to do what you want you will have to hook up an dhcp enabled router via ethernet to your wan/lan port on your pineapple, then download Wifi Manager and find the tab that says ics and enable it to share from eth1 to eth0 and you should a pass through connection through your pineapple.
  20. Fixed:: Ok so later today I was installing infusions and installed the new opkg manager for the Pineapple firmware 3.0 and I discovered that kmod-usb-acm was not installed....hmmm. So I installed the ipk file to my pineapple and checked on my chatscript file and restarted and sure enough the 3g chatscript worked and my modem had a solid blue light!!! Hopefully this helps anyone else with issues similar to my experience. Hey guys I recently bought a 3g modem (tmobile ZTE MF691) and I am having some trouble setting it up to work with my pineapple. I have been working on this day and night trying to figure out what I am doing wrong. This modem has a built in micro sd slot which I am not using. So I went here https://github.com/WiFiPineapple/web-interface/wiki/mk4guide3gmodem and read and re-read the guide trying to find the solution. So if I understand this correctly, when I plug in my modem the initial drive is recognized as 0x19d2:0x1201 and the modem is 0x19d2:0x1203. So if you go into the usb_modeswitch.d file there is and entry labeled as 19d2:1201. However there isn't a file named as 19d2:1203 so I created a file named 19d2:1203 and inserted the following:: this is from my dmesg log I am unable to get the modem to switch from cdrom to the modem feature. I have also tried adding the PID/VID to /etc/modules.d/60-usb-serial. This has been driving me crazy, if anyone is willing to help please let me know, I could really use another set of eyes lol It seems that the modem is switching from 19d2:1201 to 19d2:1203 but then it tries to switch back again. Mobile Broadband Config Thanks. When I issue the ls /dev command it lists: sda, sg0, sg1. I cant get it to switch to /dev/ttyUSB* I have also tried this command: sdparm command=eject /dev/sg0 Update:(8/20/13) So I realized that the modem is switching at boot from 19d2:1201 to 19d2:1203 so I removed the 19d2:1203 file from usb_modeswitch and I am now getting this in my logs. I have tried using powered usb hubs and the 12v ac adapter for the pineapple. 2nd update. so I have made some more progress, I was browsing through the ui and accidently click on the reset option and reset all the settings on my pineapple. Well in doing so after the reboot I issued ls /dev/tty* and I was able to see the ttyUSB0 & ttyUSB1 listed. So thats as far as I've got. I am having problems with the 3g.chat script failing. I tried changing ATD*99***1# to ATD*99# as well as just *99# with either option being successful. New logs. I am able to see /dev/ttyUSB0 and /dev/ttyUSB1 but the connect script is failing?
  21. A powered usb hub like this one http://hakshop.myshopify.com/products/usb-powered-hub or this one http://www.amazon.com/D-Link-Hi-Speed-4-Port-Powered-DUB-H4/dp/B00006B7DA/ref=sr_1_1?ie=UTF8&qid=1376723987&sr=8-1&keywords=dhub4 Personally I prefer the Dlink hub, but I have not used the hub from the HakShop so I have no idea on how it performs.
  22. working on getting my 3g dongle to work right :)

×
×
  • Create New...