<div dir="ltr"><p style="font-size:13px">Hi,</p><p style="font-size:13px"> Am trying to compile hostapd 2.3 as radius server on ubuntu 14.0.4. Have enabled, CONFIG_DRIVER_WIRED=y, CONFIG_DRIVER_NONE=y, CONFIG_RADIUS_SEREVER=y in the defconfig file.(Complete defconfig file is enclosed)</p><p style="font-size:13px">(Hostapd code works fine as AP+built in authenticator on the same system with the same driver). It has kernel 3.17.3 + b43 driver.</p><p style="font-size:13px">Its connected to AP via ethernet cable with static IP configuration.(AP ubuntu machine and this machine running radius can ping each other)</p><p style="font-size:13px">When hostapd is launched as radius server, it fails with:</p><p style="font-size:13px"><b>&quot;Failed to set interface 3 to mode 2: -19(No such device)&quot;</b></p><p style="font-size:13px"> Version of hostapd code - 2.3. In 2.0, I don’t see this issue .</p><p style="font-size:13px"></p><p style="font-size:13px"> <b>What could be the potential issue?</b></p><p style="font-size:13px">Appreciate your time on this.</p><p style="font-size:13px"></p><p style="font-size:13px"><b>Hostapd.conf:</b><br></p><p style="font-size:13px"></p><p style="font-size:13px">Interface=eth0</p><p style="font-size:13px">eap_server=1</p><p style="font-size:13px">eap_user_file=hostapd2.hotspot</p><p style="font-size:13px">ca_cert=cas.pem</p><p style="font-size:13px">server_cert=server.pem</p><p style="font-size:13px">private_key=server.key</p><p style="font-size:13px">radius_server_clients=radius_clients</p><p style="font-size:13px">radius_server_auth_port=1813</p><p style="font-size:13px"> </p><p style="font-size:13px">Thanks,</p><p style="font-size:13px">Sarah</p></div>