(resolved) calling CRDA many times and failing on boot.

Hi,

A bit of searching I thought that I found something useful, but no

http://askubuntu.com/questions/147066/how-can-i-change-an-atheros-wireless-nic-region-regulatory-domain-in-ubuntu

sudo apt-get install crda
sudo vi /etc/default/crda

then change the line REGDOMAIN= to your country code, eg.

REGDOMAIN=CA

I modified the file (country was blank before) as above and rebooted
dmesg was about the same - actually took longer to associate with the router but I don’t think that is associated with this problem.

Interestingly CRDA still is not set even though I added the country code :frowning:
root@dietpi:~# crda
COUNTRY environment variable not set.

Could this be set somewhere else?

Gordon Williams