PDA

View Full Version : divice not ready (fireware missing)


ChuckRiki
25th January 2011, 08:08 AM
I hav googled and tried everything posted

oso reinstall fedora 14

but still doesnot work

anyone can help me

I try to install these 3 files

kmod-wl-2.6.35.6-45.fc14.i686-5.60.48.36-2.fc14.1.i686.rpm

err: kmod-wl-2.6.35.6-45.fc14.i686-5.60.48.36-2.fc14.1.i686 requires wl-kmod-common >= 5.60.48.36

kmod-wl-5.60.48.36-2.fc14.1.i686.rpm

err:kmod-wl-5.60.48.36-2.fc14.1.i686 requires kmod-wl-2.6.35.6-45.fc14.i686 >= 5.60.48.36-2.fc14.1

broadcom-wl-5.60.48.36-1.fc13.noarch.rpm
err:broadcom-wl-5.60.48.36-1.fc13.noarch requires wl-kmod >= 5.60.48.36

lspci

00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 03)
00:01.0 PCI bridge: Intel Corporation Mobile PM965/GM965/GL960 PCI Express Root Port (rev 03)
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 03)
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 03)
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 03)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 03)
00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 (rev 03)
00:1c.5 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 6 (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3)
00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller (rev 03)
00:1f.2 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA IDE Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 03)
01:00.0 VGA compatible controller: ATI Technologies Inc Mobility Radeon HD 3400 Series
01:00.1 Audio device: ATI Technologies Inc RV620 Audio device [Radeon HD 34xx Series]
03:01.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 05)
03:01.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 22)
03:01.2 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 12)
03:01.3 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 12)
09:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5784M Gigabit Ethernet PCIe (rev 10)
0c:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01)

it seems that i already installed wireless driver , right?

If i switch off the wireless, the message is "wireless is disabled" instead of previous "divice not ready (fireware missing)"

uname -r
2.6.35.6-45.fc14.i686


Anyone k help me ???

thx a looooooooooooooooot!!!!

stoat
25th January 2011, 03:05 PM
The BCM4312 chipset is known to work with broadcom-wl. And those are the correct three files for your kernel. The problem is caused by trying to install them one-at-a-time. They are all dependent upon each other. So put them all together in one directory, open a terminal, change directories in the terminal to the directory with the three files, and install them all at once this way...su
rpm -ivh *.rpmThen reboot and check the NetworkManager panel icon for available networks (left-click it) and connect. If it's still not working, then return here to describe what happened. There are some things known to try when it doesn't work at first.

ChuckRiki
25th January 2011, 04:22 PM

haha

thx !! you're right

it works now ! :D

---------- Post added at 04:22 PM ---------- Previous post was at 04:20 PM ----------

but i got message during installation like this

warning: broadcom-wl-5.60.48.36-1.fc13.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID f09d8368: NOKEY
Preparing... ########################################### [100%]
1:kmod-wl-2.6.35.6-45.fc1########################################### [ 33%]
2:broadcom-wl ########################################### [ 67%]
3:kmod-wl ########################################### [100%]

it seems that installation for first 2 was not complete, only 33% 67% ??????

anyway, I can use my wireless now . thx!

stoat
25th January 2011, 04:30 PM
You have one thing more to do. It's to install the RPM Fusion repos before you attempt to update the system. Otherwise, the new kernel will not have its wireless packages. You can install the rpmfusion-free and rpmfusion-nonfree repos via your Firefox browser or manually in a terminal. Go here to install the RPM Fusion repos...http://rpmfusion.org/ConfigurationAnother idea (just to consider) now that you are connected, is to install the akmod-wl version of the driver. It will create new kmods for new kernels automatically. Some people like that. Some people don't. Either way, it's good know about the choices.

P.S.: The reason I don't mention installing akmod-wl manually like you did for the kmod-wl version is because it's more complicated due to many more dependencies. I guess it can be done, but I don't really know how to describe it in words for someone to do it. It's simpler to install the kmod-wl version as you now know, and then install the akmod-wl version (if it is wanted).