Hi,<div><br></div><div>I am trying to get a working AP in my alix board with a Mikrotik r52n-m minipci card (atheros ar9280 chipset using ath9k driver) using voyage 0.7</div><div><br></div><div>I have tried to follow this guide without success:</div>
<div><a href="http://www.punknix.com/dnma92-ath9k-and-hostapd-with-voyage-linux">http://www.punknix.com/dnma92-ath9k-and-hostapd-with-voyage-linux</a></div><div><br></div><div>Also tried to do small modifications to the the hostapd.conf file in that guide and also tried this reduced config but couldn´t get it working</div>
<div><div><br></div><div>interface=wlan0</div><div>driver=nl80211</div><div>ssid=yourssidhere</div><div>hw_mode=g</div><div>ieee80211n=1</div></div><div><br></div><div>This is my /etc/default/hostapd  file:</div><div><br>
</div><div>DAEMON_CONF="/etc/hostapd/hostapd.conf</div><div>DAEMON_OPTS="-dd"</div><div><br></div><div>And in my /etc/network/interfaces I have this:</div><div><br></div><div><div>auto wlan0</div><div>iface wlan0 inet static</div>
<div>       address 10.5.30.1</div><div>       netmask 255.255.255.0</div><div>       broadcast 10.5.30.255</div><div>        up nat.sh wlan0 eth0 "<a href="http://10.5.30.0/24">10.5.30.0/24</a>"</div></div><div>
<br></div><div>also tried to add the line "hostapd /etc/hostapd/hostapd.conf" in the wlan0 section in /etc/network/interfaces file after reading this post (without success)</div><div><a href="http://marc.info/?l=voyage-linux&m=129999678907115&w=2">http://marc.info/?l=voyage-linux&m=129999678907115&w=2</a></div>
<div><br></div><div>My wireless card never gets the ssid. This is the output that I get from "iwconfig" command</div><div><br></div><div>  </div><div><div>wlan0     IEEE 802.11abgn  Mode:Master  Frequency:2.462 GHz  Tx-Power=20 dBm   </div>
<div>          Retry  long limit:7   RTS thr:off   Fragment thr:off</div><div>          Power Management:on</div><div>          </div><div>mon.wlan0  IEEE 802.11abgn  Mode:Monitor  Frequency:2.462 GHz  Tx-Power=20 dBm   </div>
<div>          Retry  long limit:7   RTS thr:off   Fragment thr:off</div><div>          Power Management:off</div></div><div><br></div><div><br></div><div>¿anyone could post a working hostapd.conf file? ¿maybe is a problem with my wireless card? ¿or with country code? ¿maybe I need to install any extra package? I am quite lost right now as I don´t know of any other place or config file to look at. I purchased this minipci card to switch to wifiN but it seems I will have to keep using my older wifiG atheros cards which worked great. </div>
<div><br></div><div>many thanks for any help.</div><div><br></div>