Matthew-Hsu / PiPass

Nintendo 3DS Homepass for the Raspberry Pi
149 stars 20 forks source link

Pi can use WiFi adapter, but PiPass won't start? #65

Closed ghost closed 1 month ago

ghost commented 8 years ago

I've just freshly installed using the image file on a brand new Pi 2 I got today. (Complete noob)

Remoting into the PiPass Dashboard fine, and entered the MAC for my DS, but no matter how many times I try clicking Refresh or Start, the PiPass always says "PiPass is not running". I'm (ignorantly) assuming that this is something to do with the WiFi dongle I've plugged into the Pi as I hadn't previously attempted to connect to the internet via WiFi.

Doing an iwlist scan on the command line shows me all the networks in range, so surely that means the Pi is successfully using the WiFi dongle? Why can't PiPass, then?

DebuRanger commented 8 years ago

See Issue number 64. I think I had to run piPass manually in /opt.

ghost commented 8 years ago

Thanks for the reply, DebuRanger

I took a look at the issue you mentioned, but sorry to say I can make very little sense of it (like I said, I'm a noob).

From what I can gather, you were unable to get the GUI. I can get it fine, it's just the "Start PiPass" doesn't seem to be doing anything.

Loreinator commented 8 years ago

Can you post the logs from the gui page? That may help us identify the cause. On Mar 11, 2016 5:40 AM, "mrllamatastic" notifications@github.com wrote:

Thanks for the reply, DebuRanger

I took a look at the issue you mentioned, but sorry to say I can make very little sense of it (like I said, I'm a noob).

From what I can gather, you were unable to get the GUI. I can get it fine, it's just the "Start PiPass" doesn't seem to be doing anything.

— Reply to this email directly or view it on GitHub https://github.com/Matthew-Hsu/PiPass/issues/65#issuecomment-195312793.

ghost commented 8 years ago

2016-03-12 07:56:42,794 - main - INFO - PiPass is now running. 2016-03-12 07:57:03,113 - main - WARNING - A possible WiFi driver issue has been detected. 2016-03-12 07:57:03,114 - main - ERROR - Unable to start hostapd. 2016-03-12 07:57:03,117 - main - INFO - PiPass has been shutdown with an error.

This is what the log's saying

ghost commented 8 years ago

^ I'm guessing this means that while the WiFi adapter may be fine for the Pi itself, it's not compatible with PiPass?

ghost commented 8 years ago

UPDATE: I ordered the WiFi adapter that was recommended in the ReadMe rather than using the one that came bundled with my Pi, and no everything's working fine. Just posting this so that people getting similar errors know what to do!