Hey all, I just tried out the Intrepid Ibex Alpha 6 and was able to create an ad-hoc network out of the box, but not through NetworkManager. My setup, MacBook 2,1 Atheros Communications Inc. AR5418 802.11abgn Wireless PCI Express Adapter [168c:0024] (rev 01) card. At first I tried setting wlan0 to ad-hoc mode and creating the network through NetworkManager, but the closest I got was stage 5, where it would fail: [code]Sep 28 07:12:48 ubuntu NetworkManager: Activation (wlan0) Stage 5 of 5 (IP Configure Commit) started... Sep 28 07:12:48 ubuntu avahi-daemon[6921]: Withdrawing address record for 169.254.5.255 on wlan0. Sep 28 07:12:48 ubuntu avahi-daemon[6921]: Leaving mDNS multicast group on interface wlan0.IPv4 with address 169.254.5.255. Sep 28 07:12:48 ubuntu avahi-daemon[6921]: Interface wlan0.IPv4 no longer relevant for mDNS. Sep 28 07:12:48 ubuntu avahi-daemon[6921]: Joining mDNS multicast group on interface wlan0.IPv4 with address 10.42.44.1. Sep 28 07:12:48 ubuntu avahi-autoipd(wlan0)[8273]: A routable address has been configured. Sep 28 07:12:48 ubuntu avahi-autoipd(wlan0)[8273]: Callout UNBIND, address 169.254.5.255 on interface wlan0 Sep 28 07:12:48 ubuntu avahi-daemon[6921]: New relevant interface wlan0.IPv4 for mDNS. Sep 28 07:12:48 ubuntu avahi-daemon[6921]: Registering new address record for 10.42.44.1 on wlan0.IPv4. Sep 28 07:12:48 ubuntu avahi-autoipd(wlan0)[8274]: client: RTNETLINK answers: Cannot assign requested address Sep 28 07:12:48 ubuntu avahi-autoipd(wlan0)[8274]: Script execution failed with return value 2 Sep 28 07:12:49 ubuntu NetworkManager: Executing: /sbin/iptables --table filter --insert INPUT --in-interface wlan0 --protocol tcp --destination-port 53 --jump ACCEPT Sep 28 07:12:49 ubuntu NetworkManager: Executing: /sbin/iptables --table filter --insert INPUT --in-interface wlan0 --protocol udp --destination-port 53 --jump ACCEPT Sep 28 07:12:49 ubuntu NetworkManager: Executing: /sbin/iptables --table filter --insert INPUT --in-interface wlan0 --protocol tcp --destination-port 67 --jump ACCEPT Sep 28 07:12:49 ubuntu NetworkManager: Executing: /sbin/iptables --table filter --insert INPUT --in-interface wlan0 --protocol udp --destination-port 67 --jump ACCEPT Sep 28 07:12:49 ubuntu NetworkManager: Executing: /sbin/iptables --table filter --insert FORWARD --in-interface wlan0 --jump REJECT Sep 28 07:12:49 ubuntu NetworkManager: Executing: /sbin/iptables --table filter --insert FORWARD --out-interface wlan0 --jump REJECT Sep 28 07:12:49 ubuntu NetworkManager: Executing: /sbin/iptables --table filter --insert FORWARD --in-interface wlan0 --out-interface wlan0 --jump ACCEPT Sep 28 07:12:49 ubuntu NetworkManager: Executing: /sbin/iptables --table filter --insert FORWARD --source 10.42.44.0/255.255.255.0 --in-interface wlan0 --jump ACCEPT Sep 28 07:12:49 ubuntu NetworkManager: Executing: /sbin/iptables --table filter --insert FORWARD --destination 10.42.44.0/255.255.255.0 --out-interface wlan0 --match state --state ESTABLISHED,RELATED --jump ACCEPT Sep 28 07:12:49 ubuntu NetworkManager: Executing: /sbin/iptables --table nat --insert POSTROUTING --source 10.42.44.0/255.255.255.0 --destination ! 10.42.44.0/255.255.255.0 --jump MASQUERADE Sep 28 07:12:49 ubuntu NetworkManager: start_sharing(): (wlan0): failed to start dnsmasq: Could not find dnsmasq binary. Sep 28 07:12:49 ubuntu NetworkManager: Executing: /sbin/iptables --table nat --delete POSTROUTING --source 10.42.44.0/255.255.255.0 --destination ! 10.42.44.0/255.255.255.0 --jump MASQUERADE Sep 28 07:12:49 ubuntu NetworkManager: Executing: /sbin/iptables --table filter --delete FORWARD --destination 10.42.44.0/255.255.255.0 --out-interface wlan0 --match state --state ESTABLISHED,RELATED --jump ACCEPT Sep 28 07:12:49 ubuntu NetworkManager: Executing: /sbin/iptables --table filter --delete FORWARD --source 10.42.44.0/255.255.255.0 --in-interface wlan0 --jump ACCEPT Sep 28 07:12:49 ubuntu NetworkManager: Executing: /sbin/iptables --table filter --delete FORWARD --in-interface wlan0 --out-interface wlan0 --jump ACCEPT Sep 28 07:12:49 ubuntu NetworkManager: Executing: /sbin/iptables --table filter --delete FORWARD --out-interface wlan0 --jump REJECT Sep 28 07:12:49 ubuntu NetworkManager: Executing: /sbin/iptables --table filter --delete FORWARD --in-interface wlan0 --jump REJECT Sep 28 07:12:49 ubuntu NetworkManager: Executing: /sbin/iptables --table filter --delete INPUT --in-interface wlan0 --protocol udp --destination-port 67 --jump ACCEPT Sep 28 07:12:49 ubuntu NetworkManager: Executing: /sbin/iptables --table filter --delete INPUT --in-interface wlan0 --protocol tcp --destination-port 67 --jump ACCEPT Sep 28 07:12:49 ubuntu NetworkManager: Executing: /sbin/iptables --table filter --delete INPUT --in-interface wlan0 --protocol udp --destination-port 53 --jump ACCEPT Sep 28 07:12:49 ubuntu NetworkManager: Executing: /sbin/iptables --table filter --delete INPUT --in-interface wlan0 --protocol tcp --destination-port 53 --jump ACCEPT Sep 28 07:12:49 ubuntu NetworkManager: nm_device_activate_stage5_ip_config_commit(): Activation (wlan0) Stage 5 of 5 (IP Configure Commit) start sharing failed. Sep 28 07:12:49 ubuntu NetworkManager: (wlan0): device state change: 7 -> 9 Sep 28 07:12:49 ubuntu NetworkManager: Activation (wlan0) failed for access point (linux) Sep 28 07:12:49 ubuntu NetworkManager: Marking connection 'linux' invalid. Sep 28 07:12:49 ubuntu NetworkManager: Activation (wlan0) failed. Sep 28 07:12:49 ubuntu NetworkManager: Activation (wlan0) Stage 5 of 5 (IP Configure Commit) complete. Sep 28 07:12:49 ubuntu NetworkManager: (wlan0): device state change: 9 -> 3 Sep 28 07:12:49 ubuntu NetworkManager: (wlan0): deactivating device. Sep 28 07:12:49 ubuntu NetworkManager: nm_device_wifi_set_ssid(): error setting SSID to '(null)' for device wlan0: Invalid argument [/code] So I tried it manually following the instructions from https://help.ubuntu.com/community/WifiDocs/Adhoc and it worked. I'm able to connect to the network from my phone. Hope this helps some of you... -- jon