[root@localhost chrifmarwen]# lshw -C network
*-network
description: Ethernet interface
product: NetLink BCM57785 Gigabit Ethernet PCIe
vendor: Broadcom Corporation
physical id: 0
bus info: pci@0000:02:00.0
logical name: em1
version: 10
serial: b8:70:f4:aa:87:64
size: 100Mbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi msix pciexpress bus_master cap_list rom ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=tg3 driverversion=3.133 duplex=full firmware=sb ip=192.168.1.13 latency=0 link=yes multicast=yes port=twisted pair speed=100Mbit/s
resources: irq:16 memory:b0430000-b043ffff memory:b0440000-b044ffff memory:b0450000-b04507ff
*-network UNCLAIMED
description: Network controller
product: BCM43227 802.11b/g/n
vendor: Broadcom Corporation
physical id: 0
bus info: pci@0000:03:00.0
version: 00
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: latency=0
resources: memory:b0600000-b0603fff
what happens if you run:
modprobe wl
does wireless spring to life ?
if not, what (if anything) was returned in the terminal ?
and what is the output from:
lshw -C network
again ?
Fatal ERROR.
[root@localhost chrifmarwen]# modprobe wl
modprobe: FATAL: Module wl not found.
[root@localhost chrifmarwen]# lshw -C network
*-network
description: Ethernet interface
product: NetLink BCM57785 Gigabit Ethernet PCIe
vendor: Broadcom Corporation
physical id: 0
bus info: pci@0000:02:00.0
logical name: em1
version: 10
serial: b8:70:f4:aa:87:64
size: 100Mbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi msix pciexpress bus_master cap_list rom ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=tg3 driverversion=3.133 duplex=full firmware=sb ip=192.168.1.4 latency=0 link=yes multicast=yes port=twisted pair speed=100Mbit/s
resources: irq:16 memory:b0430000-b043ffff memory:b0440000-b044ffff memory:b0450000-b04507ff
*-network UNCLAIMED
description: Network controller
product: BCM43227 802.11b/g/n
vendor: Broadcom Corporation
physical id: 0
bus info: pci@0000:03:00.0
version: 00
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: latency=0
resources: memory:b0600000-b0603fff
OK, what is returned if you run:
su
then
yum install akmod-wl
Nothing to do, already installed .
OK, let’s try a different method…
run:
su
then
yum install broadcom-wl
then if necessary reboot.
If wireless doesn’t spring to life, what’s te output from:
modprobe wl
now ?
ALready installed and the same Error ( FATAL).
i think i shouldn’t updated my os !
OK, try removing both:
su
then
yum remove akmod-wl
then
yum remove broadcom-wl
then
yum update -y
then REBOOT
then run:
su
then
yum install akmod-wl "kernel-devel-uname-r == $(uname -r)"
then
yum update -y
then REBOOT again.
Any difference ?
Mark, the problem persit ! ( Fedora suggesting me to update another time ! proposing kmod)
Give it a shot then
Do a full system update, reboot, then try installing kmod-wl
It worked ! Finally , Think you mark !
No problem
I have same issue.
Today I install fedora 20 and wifi is not working while LAN is working properly.
Can anybody help?
Also I have tried below options but problem is same yet.
OK, running:
su
then
yum remove akmod-wl
then
yum remove broadcom-wl
then
yum update -y
then REBOOT
then run:
su
then
yum install "kernel-devel-uname-r == $(uname -r)" kmod-wl
then
yum update -y
then REBOOT again.
Helped me, THX a lot !!!
You’re most welcome, glad it helped … and welcome to the forum