On Sun, Jul 19, 2009 at 10:55:16AM -0700, Philip A. Prindeville wrote: > Bob Copeland wrote: > > On Fri, Jul 17, 2009 at 9:27 PM, Philip A. > >> + iw dev wlan0 interface add ap0 type managed > >> + ip link set ap0 up > >> + iw dev ap0 connect xxxx > >> command failed: Operation not supported (-95) > > > > Why are you adding another interface? Should be able to use "iw dev wlan0..." > > Because I might want to run two access points (two SSIDs, anyway) on the same > radio... one with WEP on one VLAN (for Wifi SIP handsets), and one with > WPA-PSK2 on another VLAN (for laptops, etc). Hmm, I don't know if it matters, but you were creating it as a managed interface. Anyway I don't believe ath5k supports that yet - ath9k might. Someone on ath5k-devel was porting the ath9k virtual wiphy stuff to ath5k but I haven't heard anything recently. > But, if you think there's still a doubt, what to look for in the modinfo? If it says "depends: mac80211,cfg80211,ath" then it is probably the right one. It just sounds like this bug: http://bugzilla.kernel.org/show_bug.cgi?id=12315 The fix was merged after 2.6.30, IIRC, but it should definitely be in compat-wireless. Also check your modules directory for an old ath5k.ko sitting in drivers/.../wireless/ath5k. It should now be in ath/ath5k. HTH! -- Bob Copeland %% www.bobcopeland.com -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html