Matthew-Hsu / PiPass

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

driver issue/hostapad #25

Closed ghost closed 9 years ago

ghost commented 9 years ago

2015-06-08 10:53:13,951 - main - INFO - PiPass is now running. 2015-06-08 10:53:32,508 - main - WARNING - A possible WiFi driver issue has been detected. 2015-06-08 10:53:32,510 - main - ERROR - Unable to start hostapd. 2015-06-08 10:53:32,512 - main - INFO - PiPass has been shutdown with an error.

=\

using http://www.amazon.com/gp/product/B008XVAVAW/ref=as_li_tl?ie=UTF8&camp=1789&creative=390957&creativeASIN=B008XVAVAW&linkCode=as2&tag=matthew08b-20&linkId=IN557BBG3PJEAU7M

nagledb commented 9 years ago

A few ideas to try if you haven't already:

Try rebooting the system. If that works, then maybe it didn't pick up the wifi dongle when it booted for some reason.

Try moving the wifi dongle to a different usb port. (Be sure to reboot after, it won't automatically detect changes I don't think.) If that works, then perhaps one of your usb ports has an issue.

ghost commented 9 years ago

Fixed it. Incorrectly put in the MAC address. Thanks ^_^