Still, I get the following error:
Code: Select all
testbox ~ # /usr/sbin/hostapd -d /etc/hostapd/hostapd.conf
Configuration file: /etc/hostapd/hostapd.conf
Opening raw packet socket for ifindex 6
ioctl(SIOCGIFINDEX): No such device
prism54 driver initialization failed.
rmdir[ctrl_interface]: No such file or directory
My /etc/conf.d/hostapd file:
Code: Select all
INTERFACES="eth1"
CONFIGS="/etc/hostapd/hostapd.conf"
OPTIONS="-B"
Code: Select all
interface=eth1
driver=prism54
logger_syslog=-1
logger_syslog_level=2
logger_stdout=-1
logger_stdout_level=2
debug=0
dump_file=/tmp/hostapd.dump
ctrl_interface=/var/run/hostapd
ctrl_interface_group=0
ssid=test
macaddr_acl=0
auth_algs=3
eap_authenticator=0
eap_message=hello
eapol_key_index_workaround=0
own_ip_addr=10.1.2.231
wpa=1
wpa_passphrase=testing123
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP CCMP

