https://bugzilla.novell.com/show_bug.cgi?id=700159 https://bugzilla.novell.com/show_bug.cgi?id=700159#c1 Stefan Seyfried <seife@novell.slipkontur.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vbotka@novell.com --- Comment #1 from Stefan Seyfried <seife@novell.slipkontur.de> 2011-06-16 08:34:24 CEST --- I found, that "chmod -x /sbin/crda" makes this go away. reading the code in net/wireless/reg.c static int call_crda(const char *alpha2) { if (!is_world_regdom((char *) alpha2)) pr_info("Calling CRDA for country: %c%c\n", alpha2[0], alpha2[1]); else pr_info("Calling CRDA to update world regulatory domain\n"); /* query internal regulatory database (if it exists) */ reg_regdb_query(alpha2); return kobject_uevent(®_pdev->dev.kobj, KOBJ_CHANGE); } it somehow looks like the update does not work... Did anything change recently wrt. crda? -- 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.