Jump to content

Sebkinne

Root Admin
  • Posts

    3,978
  • Joined

  • Days Won

    331

Everything posted by Sebkinne

  1. Hi Smerk, You are right - if you have an AP121U with the ALFA firmware there is nothing you can do to make it simple. You will need to purchase a serial adapter and follow the clean-flash instructions on our website. I should say, that if you get stock OpenWRT shipped with your unit you can telnet + SSH into it. Sadly, Alfa doesn't seem to be selling those anymore, they ship the devices with their own, locked down firmware.
  2. --Nick--, Please refrain from spamming a thread with useless comments. If you read the thread you would have your answer.
  3. Hey, don't worry, I am really glad it worked out for you! Best, Sebkinne
  4. Open a new tab, go to http://172.16.42.1:1471/ It helps reading the changelogs ;)
  5. I'm sorry, we usually lock any threads that ask "please help me hack". Therefore, this thread has been locked. Reading your posts, I can understand where you are coming from but it still doesn't warrant anyone breaking in. If there isn't a contract there isn't much you can do. Learn from your mistake ;) If you wish to discuss how one would go against clients doing this (in terms of law), feel free to open a new thread. Best Regards, Sebkinne
  6. Yes, this is a bug - good find. We will get that fixed asap.
  7. Sorry that this happened, but you seem to have a brick. The easiest way to fix it is to buy a USB UART serial adapter. You will find the correct one on the wiki / in threads on this forums (there are plenty).
  8. Hmm, quite interesting indeed - great job. I would love to see the code for this. What I do wonder is when exactly I would use this.. Still neat ;)
  9. Only issue I see is the fact that a lot of San Disk Fit drives (all sizes) are affected of this odd read-only bug. The company is aware of it and exchanges devices.. still a pain. Just wanted to put that out there.
  10. The GUI is what you should use. It takes care of a few extra things.. The reason it could fail is because either: JS is disabled, you are using IE, you are disabling scripts or similar. Could also be a bug in an old version.. but yeah.
  11. The upgrade usually only takes 5 minutes. 2.4.1 may have some issues, so go with the manual upgrade instructions. Best Regards, Sebkinne
  12. In theory just blacklist the MAC of the drone.
  13. The pineapples still ship with 2.4.1 / 2.5.0. Not 2.6.x or even 2.7.0 yet - afaik. So it kind of makes sense.. But yeah, it should be changed and I am sure it will soon.
  14. No, no root is required as long as your phone supports wired tethering. All mine did and I have used my fair share of android devices. As long as you do wired tethering you can tether your WiFi or 3g (it chooses WiFi over 3g). If you do WiFi tethering (again, not all phones have this) then obviously only 3g will be able to be shared. If your phone doesn't support any tethering by default (just google your device and how to USB tether), you can always root and download "an app for that". The fact that you do not need root on most devices makes this such a great option!
  15. Yup, I can confirm this. You will need to enable USB tethering on your android phone. It is possible that you need to execute these three commands on the pineapple for ICS to work: iptables -t nat -A POSTROUTING -s 172.16.42.0/24 -o usb0 -j MASQUERADE iptables -A FORWARD -s 172.16.42.0/24 -o usb0 -j ACCEPT iptables -A FORWARD -d 172.16.42.0/24 -m state --state ESTABLISHED,RELATED -i usb0 -j ACCEPT [/CODE]
  16. I agree. But it doesn't seem like it will be a good alternative hardware wise.
  17. Hardware wise no. Software wise, yeah. The bootloader shipped with the boards doesn't support anything higher than we use for the pineapple.
  18. The roadblock I hit was really just time. I'll push out a basic version before christmas I hope. That gives me time to work on some other things we have planned!
  19. I have a feeling you messed something else up along the way though. 1. root@(none) is always bad. 2. There should already be something inside the rc.local file that you should not touch. You can paste things below there though. Comments inside will help.
×
×
  • Create New...