WPA should work without an issue, are you certain you made the changes correctly? Can you maybe try to go back to an open network and see if it is working fine again? I assume you were using https://piratebox.cc/raspberry_pi:mods#enable_wpa_for_the_hotspot, correct?by Nargren - Raspberry Pi(rate)Box
Check out https://piratebox.cc/raspberry_pi:mods#enable_wpa_for_the_hotspot.by Nargren - Raspberry Pi(rate)Box
It sounds like a specific firewall/antivirus-related issue... Have you tried to connect via another device and see if it is running properly?by Nargren - Raspberry Pi(rate)Box
I have not tried personally, but I don't see why it would not work. You can simply generate QR code with the URL and display it to your students. Make sure they are connected to the network first thoughby Nargren - PirateBox (General)
Hi, are you familiar with vi? If no, refer to the vi cheatsheet: http://www.lagmonster.org/docs/vi.html tl;dr: to edit you have to press "i" exit edit mode with "ESC" write changes to file and close vi with ":x"by Nargren - Raspberry Pi(rate)Box
Hi, I would need to check, but its probably an ssh setting, https://www.shellhacks.com/setup-warning-message-banner-ssh/ I would check if there is an /etc/motd file.by Nargren - PirateBox (General)
Hi, you should be able to check on the back side of the router, what is the stock firmware's IP address. It "should be" 192.168.0.254, but please double-check. Are you connecting via cable? Can you make a connection at all? Make sure your computer either has an appropriate static IP address OR that it uses DHCP to get an address from the router itself.by Nargren - PirateBox (General)
I would say you can make the the root file system read-only in /etc/fstab. I am not sure how this would impact the chatbox function. You can check out e.g. https://raspberrypi.stackexchange.com/questions/5112/running-on-read-only-sd-card#9135by Nargren - Raspberry Pi(rate)Box
What device are you using? If its an OpenWRT router, you can use failsafe mode as suggested in the OpenWRT Troubleshooting https://piratebox.cc/openwrt:troubleshooting#i_can_t_access_my_piratebox_is_it_brickedby Nargren - PirateBox (General)
Merged the two topics. Please avoid double posting. MaStr can probably help you more, but this might be a clue what you can try: https://forum.piratebox.cc/read.php?9,20126 Check the "Uprading in general has a bug" part, it could be an old bug lurking around.by Nargren - Raspberry Pi(rate)Box
Are you editing with vi? If so, you have to press "i" to enter edit mode (once the file is opened), which you can later quit with "Esc" once you finished making the changes. A cheat sheet like this is always useful: http://www.lagmonster.org/docs/vi.htmlby Nargren - PirateBox (General)
QuoteIslandGhost cant access my PirateBox from a browser Do you see the WiFi Hotspot already? If Yes, can you conect to it? Or did you SSH over ethernet? Did you run the box_init_setup.sh or were you just wainting for OpenWRT to finish installing?by Nargren - PirateBox OpenWrt
Hi, see this post from before https://forum.piratebox.cc/read.php?7,16901,16910#msg-16910. To change the landing page (UI) you have to change the index file with a text editor. You can find a lot of info online how to delete etc. files under Linux. Example: LINK Basically after you ssh into the RPi you can remove a file with, rm /path/to/file.txtby Nargren - Raspberry Pi(rate)Box
Hi, you probably commented out the line #hw_mode=g which would cause the issue. So to enable the wifi network again, simply remove the #, so change to hw_mode=g Then if you want to enable WPA, you have to remove the # signs form the lines at the end of the file as well, so wpa=1 auth_algs=1 wpa_key_mgmt=WPA-PSK wpa_pairwise=TKIP CCMP rsn_pairwise=CCMP wpa_passphrase=taco Forby Nargren - Raspberry Pi(rate)Box
Hi, The error suggests that your wifi card does not support AP mode, "Could not find an AP enabled WiFi card..." What do you mean you can "scan with iwlist", scan for nearby SSIDs? Can you check with iw list the supported modes of the card? AP should be one of them.by Nargren - Raspberry Pi(rate)Box
Hello 1. For the redirect, https:// sites are not redirected. Could you try and see if akjhergh.com works for example? 2. Telnet/SSH: does your computer get a valid IP address from the box? Does it show that it has connected to something? If not, then probably it is an IP issue. Perhaps you have an invalid static IP set on your LAN interface? You can try setting a new static IP in the approprby Nargren - PirateBox OpenWrt
I didn't know they also show PirateBoxes. I learned something newby Nargren - PirateBox (General)
/etc/init.d/network reload is specific to OpenWRT. On Debian-based distros for the RPi you can use service networking restart or /etc/init.d/networking restartby Nargren - Raspberry Pi(rate)Box
Check out https://forum.piratebox.cc/read.php?7,20274 It should work with the on-board Wi-Fi chip.by Nargren - PirateBox (General)
Quotemuhackl I would like to access the interface of OpenWRT again - as I was able before installing Piratebox on it. I'm sorry, I don't get this. OpenWRT does have an interface - called luci - but it does not ship with PirateBox by default. The interface you first accessed was the original firmware (Guide Step 4/a). You then replaced it with a custom version of OpenWRT to run Piratby Nargren - PirateBox (General)
Hm, interesting issue. Can you confirm that it is not just the browser displaying the same file twice? Do the files actually appear twice on the USB drive as well?by Nargren - PirateBox OpenWrt
Hi, if you have installed PirateBox it means that the original TP-Link firmware (router software) is gone. The PirateBox itself doesn't have a browser-based configuration interface. You can, however, use telnet or ssh to connect to the box as per described in the HowTo. If you want the original router firmware back, you can re-flash it, however it is an "either-or" situation,by Nargren - PirateBox (General)
Hello, there used to be a map of available PirateBoxes, but as far as I know it went down and is not available any more. If you have anything in mind, you would be more than welcome to contribute in this front.by Nargren - PirateBox (General)
Hi, could you please post the output of the commands as per requested above by Matthias? We need it for helping you troubleshoot.by Nargren - PirateBox OpenWrt
Hello, do I understand correctly that someone will make a new Piratebox for you and you don't want them to see what files are on the USB drive that you give them? If so, then you can just copy your files on the finished PB USB drive after it has been installed by the third party and they have no longer access to it.by Nargren - PirateBox OpenWrt
Hello, the DIY mentions a USB adapter for Wi-Fi as the RPi 1 for example didn't have an on-board adapter. I do not have an RPi3, but after a quick search I think the BCM43438 chip can operate in AP mode and therefore should work. Installation therefore should be as described, using the image for the RPi3. Did you follow the guide step-by-step?A common issue is that a step gets left outby Nargren - Raspberry Pi(rate)Box
This thread: https://forum.piratebox.cc/read.php?16,16198 might help.by Nargren - PirateBox (General)
Reported on this forum for MR3020: https://forum.piratebox.cc/read.php?2,2076,2146by Nargren - PirateBox (General)
It is tricky. By default PirateBox redirects all traffic to a single site.You would need to split traffic and send some to the internet and e.g. piratebox.lan to the piratebox. At this point you are getting into turning PirateBox into a website. I'm not even sure how to go about bridging the Ethernet and WiFi interface of the Piratebox, but specify that not all traffic should be bridged.by Nargren - Raspberry Pi(rate)Box
Sorry, maybe I have misunderstood the question. The Raspberry Pi broadcasts both WiFi signals or there is a "school router" that gives you internet? Do you want to access the Piratebox from the school WiFi by connecting the school router to the Raspberry Pi?by Nargren - Raspberry Pi(rate)Box