Bug 1087032 - NetworkManager isn’t able to detect the wifi
Summary: NetworkManager isn’t able to detect the wifi
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: NetworkManager
Version: 20
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Dan Williams
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-04-13 09:13 UTC by Pablo Rodríguez
Modified: 2014-04-17 08:09 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-04-17 08:09:14 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
dmesg log file (51.68 KB, text/plain)
2014-04-16 06:20 UTC, Pablo Rodríguez
no flags Details
ip link log file (320 bytes, text/plain)
2014-04-16 06:22 UTC, Pablo Rodríguez
no flags Details
nmcli dev log file (93 bytes, text/plain)
2014-04-16 06:25 UTC, Pablo Rodríguez
no flags Details
NM logs file (158.28 KB, text/x-vhdl)
2014-04-16 06:28 UTC, Pablo Rodríguez
no flags Details

Description Pablo Rodríguez 2014-04-13 09:13:55 UTC
Description of problem:

For some strange reason, NetworkManager isn’t able to detect the wifi. Windows had wifi services, while it was installed.

lspci gives the following component:

  02:00.0 Network controller: Broadcom Corporation BCM4311 802.11a/b/g (rev 02)

Version-Release number of selected component (if applicable):

NetworkManager-0.9.9.0-33.git20131003.fc20.i686

How reproducible:

Either GNOME or XFCE (both from Fedora) aren’t able to detect any wifi connection. And there are several ones available here.

Actual results:

No wifi network available.

Expected results:

A bunch of wifi networks should be listed as available.

Additional info:

Please, ask me whatever you need. I guess I filed the bug under the right component.

Comment 1 Jirka Klimes 2014-04-15 12:32:04 UTC
We need logs and output of several commands in order to find out where the problem could be,

Would you please get the following details:
$ dmesg
$ ip link
$ nmcli dev
$ nmcli dev wifi
NM logs (either in /var/log/messages or sudo journalctl -u NetworkManager)

You should also check if the Wi-Fi is not switched off by a hardware button or key combination.
$ rfkill list

Comment 2 Pablo Rodríguez 2014-04-16 06:20:53 UTC
Created attachment 886755 [details]
dmesg log file

Comment 3 Pablo Rodríguez 2014-04-16 06:22:48 UTC
Created attachment 886756 [details]
ip link log file

Comment 4 Pablo Rodríguez 2014-04-16 06:25:59 UTC
Created attachment 886757 [details]
nmcli dev log file

Comment 5 Pablo Rodríguez 2014-04-16 06:28:27 UTC
Created attachment 886759 [details]
NM logs file

Comment 6 Pablo Rodríguez 2014-04-16 06:33:47 UTC
(In reply to Jirka Klimes from comment #1)
> We need logs and output of several commands in order to find out where the
> problem could be,

Attached all logs, except

> $ nmcli dev wifi
> $ rfkill list

Both commands don't show any output.

Comment 7 Jirka Klimes 2014-04-16 07:40:25 UTC
The firmware for Wi-Fi b43 driver is missing, see the errors in dmesg output:
[   16.540925] b43-phy0 ERROR: Firmware file "b43/ucode13.fw" not found
[   16.540930] b43-phy0 ERROR: Firmware file "b43-open/ucode13.fw" not found
[   16.540936] b43-phy0 ERROR: You must go to http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware and download the correct firmware for this driver version. Please carefully read all instructions on this website.

There is an open firmware in b43-openfwwf package, but unfortunately it only contains ucode5.fw, not ucode13.fw that is required by your chip revision.

So you need to install the firmware. The easiest way would be to download this rpm and install it:
http://mirror.yandex.ru/fedora/russianfedora/russianfedora/nonfree/fedora/releases/19/Everything/i386/os/b43-firmware-5.100.138-1.fc17.noarch.rpm

See instructions here:
http://pkgs.org/fedora-19/russian-fedora-nonfree-i386/b43-firmware-5.100.138-1.fc17.noarch.rpm.html

Or you can download broadcom-wl drivers from openwrt and extract firmware with b43-fwcutter.
http://www.electromech.info/index.php/rhce-linux-howtos-electromech-ahemdabad-gujarat/26-linux-fedora-14-wireless-bcm4311-installation-howto
or
http://forums.fedoraforum.org/showthread.php?t=269331

Comment 8 Pablo Rodríguez 2014-04-17 08:09:14 UTC
Many thanks for your fast reply and your help, Jirka.

I solved the problem. So I’m closing the bug myself as NOTABUG.

Many thanks again for your help,

Pablo

PS: I wonder whether NM should be verbose about missing driver. Should I report this upstream?


Note You need to log in before you can comment on or make changes to this bug.