Jump to content

Just_a_User

Dedicated Members
  • Posts

    1,822
  • Joined

  • Last visited

  • Days Won

    54

Everything posted by Just_a_User

  1. Yeah the basement comment was more of a joke than a possibility :) That does seem weird behavior tho. The device data says its using output terminal USB (CMOS lvl) and uses NEMA protocol v3 http://www.holux.com/JCore/en/products/products_spec.jsp?pno=342 You were right its kismet-client not kismet_client from opkg just installed and removed it. opkg list | grep kismet kismet-client - 2013-03-R1b-1 - An 802.11 layer2 wireless network detector, sniffer, and intrusion detection system. This package contains the kismet text interface client. kismet-drone - 2013-03-R1b-1 - An 802.11 layer2 wireless network detector, sniffer, and intrusion detection system. This package contains the kismet remote sniffing.and monitoring drone. kismet-server - 2013-03-R1b-1 - An 802.11 layer2 wireless network detector, sniffer, and intrusion detection system. This package contains the kismet server. did you try gpsd side of things? although if theres nothing coming from cat maybe its a different serial device? hope you get it sorted
  2. Then I dont know. But just wondering if the GPS dongle is picking up satellites, how long did you leave it in/on and are you in a basement? :) try kismet_client on opkg not kismet-client. You could also try using gpsd - more details from this post
  3. Once your nano has internet access you can use the GUI via the manage modules view to view the available modules and also download and install them.
  4. Looks like your nano doesn't have Internet access. can you ping 8.8.8.8 from the nano shell for example? Also try running the connection script as sudo/root. The version your using looks like wp5.sh try getting the latest wp6.sh from www.wifipineapple.com/wp6.sh
  5. Don't know, you could try the factory reset/unbricking method in the wiki tho https://lanturtle.com/wiki/#!index.md
  6. 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
  7. Hi @cheeto Sounds like your dongle is serial. You can check for a /dev/ttyUSB0 or similar when its plugged in. Looks like you will have to wait for @Foxtrot's modem manager module If you cant wait and fancy a read there is some serial modem info found here https://wiki.openwrt.org/doc/recipes/3gdongle
  8. I have had mixed success with different 3G dongles and have settled on a couple that work with the nano (HUAWEI HiLink E303 and E3131) but there are for sure others. This info came from this post from a while back. If your getting a eth1 populated thats great news as it should just be a configuration issue, try editing /etc/config/network and /etc/config/firewall to include the following: - /etc/config/network config interface 'wan2' option ifname 'eth1' option proto 'dhcp' option dns '8.8.8.8, 8.8.4.4' If using the above and your still not getting an IP on the eth1 interface try a static IP in the same 3g dongle range - the example below is based on the dongle management page at IP 192.168.1.1 config interface 'wan2' option ifname 'eth1' option proto 'static' option ipaddr '192.168.1.2' option netmask '255.255.255.0' option gateway '192.168.1.1' option dns '8.8.8.8, 8.8.4.4' /etc/config/firewall config zone option name wan2 list network 'wan2' option input ACCEPT option output ACCEPT option forward ACCEPT option masq 1 option mtu_fix 1 and config forwarding option src lan option dest wan2 config forwarding option src wan2 option dest lan This got both dongles working for me and have been using them for a while. For those of you without an eth1 being populated this probably wont work and you may need additional drivers loaded into the nano, or change dongles. Hope this helps
  9. I may be wrong but what you describe sounds like a mixture of initial setup and firmware recovery. Initial setup to my knowledge (unless its changed) first confirms setup via wifi or not (quick or long press of reset button) then wants you to enter root password and SSID of management wifi details then follows on to the pineapple GUI. Where as firmware recovery requires startup of the pineapple while holding the reset button and requires different connection to 192.168.1.1 - then allows you to select and flash a factory firmware file. Upgrading firmware via the GUI doesn't allow selecting of a file to upgrade so im assuming your doing a firmware recovery? more details can be found here https://www.wifipineapple.com/pages/faq During the flash the new firmware is installed and the network is reset back to the normal pineapple 172.16.42.1:1471 - you shouldn't normally see the firmware recovery page while on that IP. hope this helps, if not please provide some more description to what you are doing as it might help a bit more.
  10. When you install an SD card you can install modules to the sd as well as some of the log files not to mention gaining a swap partition. To be honest I haven't run my NANO without a SD so am not sure what you should do exactly. I'm guessing you could remove a module or two to free up some room but ultimately you probably want to get a SD in there ASAP and go from there.
  11. I don't know personally, but i see examples using a user pass file combined with the http-proxy http-proxy [name of the proxyserver] [port of the proxyserver] [textfile with login data, username and password in two lines, if necessary]
  12. Haven't tried - would an alt tab bring it forward?
  13. Not sure whats happening for you, im changing time zone on the configuration view under general and it updates TZ immediately no reboot required.
  14. Temp workaround - Horst can be run in parallel with kismet using same wlan1mon and then shows up full channel range.
  15. Looks like your on the clients view. Try doing a recon scan, the deauth is on the recon side of things.
  16. thanks Foxtrot! i didn't realize that, every days a school day! Was it always that way?
  17. Also deauth only shows up for AP's with associated clients.
  18. Well sounds like PineAP is actually working but hasn't picked up much traffic. which is better than its not working at all. If you add a ssid to the pool and check the broadcast SSID box can you see the SSID on a phone/pc? to check its being broadcast. IF it is, can you join it manually? if you can join it manually does it show up on the connected clients page?
  19. Assuming there is traffic to pick up you would expect log to start showing up after a while. Have you formatted the SD on the advanced page under USB? and change log location to /sd/tmp/ Also, if you manually add a SSID to the pool, when you enable PineAP daemon and Broadcast SSID pool can you see the SSID on a device?
  20. With PineAP daemon enabled and log probes checked do you see probe requests in the logging page?
  21. Thank you for the info @HercMull makes sense. Will check it out. update:- I don't see a pre-compiled kmod specificly for the rtl8152, There are various kmod-usb-net but again nothing specific to the rtl8152. Will put this on a back burner as I don't need this specifically and would only be a "nice to have" - for me anyway.
  22. good point - I checked in my lanturtle and noticed i had clomac enabled in the modules. have disabled it now will try again. laptop dmesg [ 7950.188404] usb 8-1: new high-speed USB device number 17 using ehci-pci [ 7950.326151] usb 8-1: New USB device found, idVendor=0bda, idProduct=8152 [ 7950.326164] usb 8-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 7950.326170] usb 8-1: Product: USB 10/100 LAN [ 7950.326176] usb 8-1: Manufacturer: Realtek [ 7950.326182] usb 8-1: SerialNumber: 00E04C3611FE [ 7950.440320] usb 8-1: reset high-speed USB device number 17 using ehci-pci [ 7950.602599] r8152 8-1:1.0 eth1: v1.08.3 [ 7950.663186] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready [ 7950.720327] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready [ 7952.342170] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready laptop lsusb Bus 008 Device 017: ID 0bda:8152 Realtek Semiconductor Corp. nano dmesg [ 87.580000] usb 1-1.3: new high-speed USB device number 5 using ehci-platform nano lsusb Bus 001 Device 005: ID 0bda:8152 Realtek Semiconductor Corp.
  23. Hi, I noticed a PineAP update on the module manager yesterday as a system update. Maybe installing that resolves your problem. Can you SSH in and check /pineapple/modules/PineAP/module.info - latest is v1.3 Also in the past i see you have had SD card issues (not mounting) did you get those resolved? You say you cant add any SSID's to the pool, even manually using the GUI?
×
×
  • Create New...