Well I've spent most of the day and some of yesterday on this, and haven't solved the issue. Could swear I've searched the entirety of what the internet has to offer me in regards to this issue - not that there seemed much to find. Sometimes my Pi boots and 192.168.42.1 is allocated to wlan0 fine; a...
I'm following this guide to make a wireless access point: https://learn.adafruit.com/setting-up-a-raspberry-pi-as-a-wifi-access-point/install-software I have followed the guide completely, but I'm having issues at the "Set up wlan0 for static IP". If I type sudo ifdown wlan0 sudo ifconfig wlan0 192....
I have followed this guide in setting up a wireless access point: https://learn.adafruit.com/setting-up-a-raspberry-pi-as-a-wifi-access-point/install-software And it is completely successful. However when using the follow-up guide to install Tor: https://learn.adafruit.com/onion-pi/install-tor I run...
Thanks for the replies. To make more use of this I've tried to install tor using https://learn.adafruit.com/onion-pi/install-tor guide, having set-up the wlan with the guide Hove suggested. I can't seem to get Tor to work, everything seems to be set-up correctly, but my iPhone's IP-address doesn't c...
Take a look here - there's something about hostapd and that specific dongle. You only need to get to the bit about installing the updated hostapd: http://www.daveconroy.com/turn-your-raspberry-pi-into-a-wifi-hotspot-with-edimax-nano-usb-ew-7811un-rtl8188cus-chipset/ Thanks for the reply, that worke...
Following a magazine's guide on how to setup a wireless access point with my Pi (Raspberry Pi The complete Manual), I'm running in to issues with starting hostapd. Everytime I start sudo service hostapd start I get [FAIL] Starting advanced IEEE 802.11 management: hostapd failed! I'm not entirely wha...
Trying to follow a guide on how to gain remote desktop access to your Raspberry Pi. It tells me to first to install and run tightvncserver: $ sudo apt-get update $ sudo apt-get install tightvncserver $ tightvncserver And then create a file to make sure the VNC server runs every time the Pi loads up,...
Hi, I'm following the book by Upton and I'm coming across using wordpress on my Pi, set-up as a web server. Using Raspbian, I follow all the steps up to and including wordpress and entering the line sudo ln -s /etc/wordpress/config-localhost.php /etc/wordpress/config-192.168.0.115.php Then it asks m...