On Wed, Dec 24, 2008 at 9:28 AM, Fabio Rossi <rossi.f@xxxxxxxxx> wrote: > It seems strange to me, on the other PC I'm using the ath5k driver with a PCI > wireless NIC and the interface enters in ad-hoc mode without complaining > (CRDA is not installed). > > I'll try to install also CRDA to see if something changes, maybe there is a > difference between the ath5k and p54 drivers. Most distributions are using >= 2.6.28 kernels with CONFIG_WIRELESS_OLD_REGULATORY which means the US is the default regulatory domain and its built statically into the kernel so the values are used CRDA does not have to be queried. If CRDA is present the regulatory domain is just updated with CONFIG_WIRELESS_OLD_REGULATORY. To find out the details of your channel configuration install iw and then do: iw list http://wireless.kernel.org/en/users/Documentation/iw For example for my dual band card I get (after running iw reg set US though) for the frequencies: Frequencies: * 2412 MHz * 2417 MHz * 2422 MHz * 2427 MHz * 2432 MHz * 2437 MHz * 2442 MHz * 2447 MHz * 2452 MHz * 2457 MHz * 2462 MHz * 2467 MHz (disabled) * 2472 MHz (disabled) * 2484 MHz (disabled) Frequencies: * 5180 MHz * 5200 MHz * 5220 MHz * 5240 MHz * 5260 MHz (radar detection) * 5280 MHz (radar detection) * 5300 MHz (radar detection) * 5320 MHz (radar detection) * 5500 MHz (radar detection) * 5520 MHz (radar detection) * 5540 MHz (radar detection) * 5560 MHz (radar detection) * 5580 MHz (radar detection) * 5600 MHz (radar detection) * 5620 MHz (radar detection) * 5640 MHz (radar detection) * 5660 MHz (radar detection) * 5680 MHz (radar detection) * 5700 MHz (radar detection) * 5745 MHz * 5765 MHz * 5785 MHz * 5805 MHz * 5825 MHz Luis -- 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