[Bug 744356] New: syslog (/var/log/messages) filled with Calling CRDA for country
https://bugzilla.novell.com/show_bug.cgi?id=744356 https://bugzilla.novell.com/show_bug.cgi?id=744356#c0 Summary: syslog (/var/log/messages) filled with Calling CRDA for country Classification: openSUSE Product: openSUSE 12.1 Version: Final Platform: x86-64 OS/Version: openSUSE 12.1 Status: NEW Severity: Normal Priority: P5 - None Component: Network AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: spamblock_2000@yahoo.de QAContact: qa@suse.de Found By: --- Blocker: --- Created an attachment (id=473576) --> (http://bugzilla.novell.com/attachment.cgi?id=473576) Errordescription and Howto Fix inside User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1 A few time iwondered about the following messges in /var/log/messages: |Jan 30 20:45:08 robertmobil kernel: [ 771.064685] cfg80211: Calling CRDA for country: 97 |Jan 30 20:45:11 robertmobil kernel: [ 774.211411] cfg80211: Calling CRDA to update world regulatory domain |Jan 30 20:45:11 robertmobil kernel: [ 774.214268] cfg80211: World regulatory domain updated: |Jan 30 20:45:11 robertmobil kernel: [ 774.214271] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) |Jan 30 20:45:11 robertmobil kernel: [ 774.214273] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) |Jan 30 20:45:11 robertmobil kernel: [ 774.214275] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) |Jan 30 20:45:11 robertmobil kernel: [ 774.214277] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) |Jan 30 20:45:11 robertmobil kernel: [ 774.214278] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) |Jan 30 20:45:11 robertmobil kernel: [ 774.214280] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) |Jan 30 20:45:11 robertmobil kernel: [ 774.214295] cfg80211: Calling CRDA for country: 97 |Jan 30 20:45:15 robertmobil kernel: [ 777.361615] cfg80211: Calling CRDA to update world regulatory domain |Jan 30 20:45:15 robertmobil kernel: [ 777.365285] cfg80211: World regulatory domain updated: |Jan 30 20:45:15 robertmobil kernel: [ 777.365287] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) |Jan 30 20:45:15 robertmobil kernel: [ 777.365290] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) and so on... Reproducible: Always Steps to Reproduce: out of the box :-) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=744356 https://bugzilla.novell.com/show_bug.cgi?id=744356#c kk zhang <kkzhang@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kkzhang@novell.com AssignedTo|bnc-team-screening@forge.pr |wstephenson@suse.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=744356 https://bugzilla.novell.com/show_bug.cgi?id=744356#c1 Petr Ostadal <postadal@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mguertler@suse.com --- Comment #1 from Petr Ostadal <postadal@suse.com> 2013-03-18 11:07:29 CET --- *** Bug 745689 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=745689 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=744356 https://bugzilla.novell.com/show_bug.cgi?id=744356#c2 Petr Ostadal <postadal@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |postadal@suse.com --- Comment #2 from Petr Ostadal <postadal@suse.com> 2013-03-18 11:08:28 CET --- I have same problem with 12.2 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=744356 https://bugzilla.novell.com/show_bug.cgi?id=744356#c3 Petr Ostadal <postadal@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #3 from Petr Ostadal <postadal@suse.com> 2013-03-18 14:07:34 CET --- Important thing is that crda ude rule tries to set non existent country 97, I don't know who sends this request and 'iw reg get' reports country 00. I found that I still use EU regulator domain for cfg80211 module which is probably no longer valid. The strange is that new value CZ didn't help at all. If I removed this ieee80211_regdom option then it started to work and probably Network Manager or something else set correct regulator domain CZ IMHO derived from my timezone (only one localization which I used in my desktop environment. Solution is to remove ieee80211_regdom from cfg80211 module. check current regulator domain `iw reg get` grep -r ieee80211_regdom /etc/modprobe.d/ remove ieee80211_regdom attribute or whole line reload cfg80211 module check your current regulator domain `iw reg get` in the meantime I found duplicate report with same solution bnc#700159 *** This bug has been marked as a duplicate of bug 700159 *** http://bugzilla.novell.com/show_bug.cgi?id=700159 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com