I am trying to setup the Pi as a wifi hotspot so I can give instructions to a PiBot using wireless.
I have been working on this issue for days using various online tools/information to include:
Penguin Tutor - Design and build a Raspberry Pi robot
Lady Ada's - Adafruit Learn - Setting up a Raspberry Pi as a WiFi access point - Last updated on 2014-12-08 09:00:19 PM EST.
The Adafruit guide got me almost to the finish line; I ran into the following problem:
The problem may involve the Adafruit down load:
wget http: //adafruitdownload.s3.amazonaws.com/adafruit_hostapd_14128.zip
When the First Test is run after downloading, unzipping, etc. hostapd_14128.zip file the following code line appears about 16 lines down:
ioctl[RTL_IOCTL_HOSTAPD]: Invalid argument it appears the "C" is missing right after the "[" (bracket)
I believe this error is why the following error message is observed when rebooting the Pi
[failed] startpar: services returned failure: isc-dhcp-server ... failed!
This situation results in the Pi Hotspot being seen by other devices; however, the Pi is not issuing IP addresses to devices that want to join the Access Point.
I do not possess the skills to fix this problem myself.
Any help would be greatly appreciated.