| Summary: | wl module works but spews out error messages. | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | w unruh <unruh> |
| Component: | RPM Packages | Assignee: | José Jorge <lists.jjorge> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | normal | ||
| Priority: | Normal | CC: | lohmaier+mageia, tmb |
| Version: | Cauldron | ||
| Target Milestone: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | MGA5TOO | ||
| Source RPM: | broadcom-wl | CVE: | |
| Status comment: | |||
| Attachments: | /var/log/messages kernel warning dump on loading module | ||
|
Description
w unruh
2015-05-09 05:42:28 CEST
Created attachment 6482 [details]
/var/log/messages kernel warning dump on loading module
This is a kernel warning/error dump from /var/log/messages which occurs on loading the module.
David Walser
2015-05-09 12:17:17 CEST
CC:
(none) =>
tmb
Samuel Verschelde
2015-06-06 15:20:16 CEST
Assignee:
bugsquad =>
lists.jjorge Unfortunately this is a closed source driver with a big binary than only Broadcom can update to fix Kernel 3.19 compatibility. Feel free to report Upstream if you find a way to do it... Status:
NEW =>
RESOLVED Finaly it seems someone from Arch wrote a patch in the binary glue code that fixes also this bug : look at #16390 . Please try to update which is in testing. *** This bug has been marked as a duplicate of bug 16390 *** Resolution:
WONTFIX =>
DUPLICATE FYI: the flooding of the logs is caused by calls to iwconfig â net_applet does regularily poll the networks using that command. So every minute you get the log-spam...
Workaround is to disable the network applet.
/usr/bin/net_applet
in cronNetwork()
â checkWireless()
â network::monitor::list_wireless(â¦)
â /usr/lib/libDrakX/network/monitor.pm
â in list_wireless(â¦)
[â¦]
if ($current_ap && exists $networks{$current_ap}) {
foreach (`$::prefix/sbin/iwconfig $o_intf 2>/dev/null`) {
my $quality = $_ =~ $quality_match && $eval_quality->($1);
$networks{$current_ap}{signal_strength} = $quality if $quality;
}
}
[â¦]
â periodic calls to iwconfig, that in turn triggers the kernel message/spams the logs.CC:
(none) =>
lohmaier+mageia |