Matthew-Hsu / PiPass

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

WiFi driver issue #83

Open purrfectlyme opened 7 years ago

purrfectlyme commented 7 years ago

Hi,

When i go Settings --> Input MAC Address --> Save, it shows this error

2017-03-10 23:04:33,723 - main - INFO - PiPass is now running. 2017-03-10 23:04:57,080 - main - WARNING - A possible WiFi driver issue has been detected. 2017-03-10 23:04:57,083 - main - ERROR - Unable to start hostapd. 2017-03-10 23:04:57,090 - main - INFO - PiPass has been shutdown with an error.

But after that, if i go to PiPass --> Start

The log shows this

2017-03-10 23:45:07,704 - main - INFO - PiPass is now running.

Is it an issue saving my MAC address?

Using Ralink RT5370 WiFi Dongle Raspberry Pi Model B+ 512MB

Have tried Resetitng Network, Restarting PiPass, Connecting to a different Ethernet Port, Connecting my WiFi Dongle to a different USB.

Any ideas?

Billtopia commented 7 years ago

You could try and replace your pipass.py file with this one and see if it helps. (you will need to be root with pipass shut down to do it)

https://github.com/Billtopia/PiPass/blob/patch-1/opt/PiPass/piPass.py

Maverynthia commented 7 years ago

I had the same problem, this fixed it so :3

Billtopia commented 7 years ago

I am glad it helped... I am going to make a few more tweaks to it as it seems to have a few rare instances where it can still bug out... (I have seen it do it like 5 times in 1 week @5 mins per zone) but it is 99.9% reliable right now.