Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRDA Regulatory update #5

Open
jrspruitt opened this issue Aug 25, 2015 · 1 comment
Open

CRDA Regulatory update #5

jrspruitt opened this issue Aug 25, 2015 · 1 comment

Comments

@jrspruitt
Copy link
Member

Bootup messages

 cfg80211: Calling CRDA to update world regulatory domain
 ... (10 Times waiting for timeout)
 cfg80211: Exceeded CRDA call max attempts. Not calling CRDA

This is an attempt by the Wifi system to get the regulatory parameters for the country it is configured for. In this case, it is All or 00. The userspace is missing the necessary tools crda and wireless-regdb, included with these there should also be a udev rule that triggers on KERNEL=="regulatory*" and runs the crda app. Doing so manually does not work.

There may need to be a COUNTRY=<code> environment variable or entry in wpa_supplicant set also, this part I am not sure of, as it is sometimes possible to get the info from the router you're connecting to.

-Jason

@jrspruitt
Copy link
Member Author

This issue is solved with Debian by installing the CRDA package through apt-get.

For Buildroot this seems to be an issue with mdev not catching the kernel event. Using udev instead probably would solve this, along with adding the necessary target packages.

@jkent jkent added the NanoPi label Jan 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants