Matthew-Hsu/PiPass

Cannot get PiPass to work

Opened this issue · 5 comments

I have a Raspberry Pi 2 and cannot get PiPass to work.

I've tried the manual and automatic installs and whenever I go to the IP address I get the Apache2 Debian Default Page.

I've tried the PiPass image and I can access the page, but it keeps erroring out with "unable to start hostapd"

I've used a Ralink RT5370 and a Edimax Realtek RTL8188CUS wireless adapter.

Also, after rebooting when the PiPass install is done the Raspberry Pi no longer detects any wireless adapter.

Got it working. I was using Jessie, tried Wheezy and it started working.

I have the same problem. Where did you get Wheezy from? I can't find it anywhere.

There was a link on the Raspberry Pi's site for older version downloads, but it looks like they took it down. I did find a site that has a list of mirrors that do have Wheezy available for download. https://www.raspbian.org/RaspbianMirrors

Rasbian Wheezy is no longer available on that link, but you can download the last version of it here: https://downloads.raspberrypi.org/raspbian/images/raspbian-2015-05-07/

if you get the default apache page you have to go to the /etc/apache2/sites-available folder and edit the 000-default.conf file

change
DocumentRoot /var/www/html to DocumentRoot /var/www and it should work