On Mon, Jul 19, 2010 at 12:35 AM, Jonathan Guerin <jonathan@xxxxxxxxxxxx> wrote: > Hi, > > I'm trying to get my wireless nodes to associate in ad hoc mode. [...] > I've built and installed the compat package for this kernel version: > compat-wireless-2.6.32.16 Ok, I'm not sure which mainline kernel this corresponds to, but I just tested ath5k adhoc with success in the latest wireless-testing kernel. Here's what I did: (had dnsmasq running dhcp for 192.168.10.x, network manager disabled) $ su # modprobe -r ath5k # modprobe ath5k # iw dev wlan0 set type ibss # ifconfig wlan0 192.168.10.1 up # iw dev wlan0 ibss join myibss 2462 Then on the other machine (Vista) I just located 'myibss' (so beacons are working) and selected it, then successfully pinged 192.168.10.1. It may depend on which channel you are trying to use; are you on a channel that allows beaconing in your regulatory domain? -- 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