Welcome to the Linux Foundation Forum!
wireless network is not working in fedora 14
ravi.chakram
Posts: 55
in Fedora
Hi,
I have installed fedora 14 two days back. Wireless netwrok is not working, but wired network is working fine. Could please help me on this.
Please let me know if any information is required.
[chakram@localhost ~]$ lspci | grep -i net
02:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01)
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
[chakram@localhost ~]$
Thanks & Regards
Kumar
0
Comments
-
It could be that you have not yet installed the necessary driver for the broadcom wifi card to work, please read the posts at http://forums.fedoraforum.org/showthread.php?t=239922 which will tell you how to install the drivers.0
-
As root,
yum install akmod-wl
Make sure you have the correct kernel-devel file installed first.
yum install kernel-PAE-devel if your using a PAE kernel.
Reboot.0 -
On current systems, you may need either a driver, the firmware for the wireless chip set, or both. I had a similar problem with my Dell laptop. The wireless worked with Jaunty (9.04) out-of-the-box, but with Meerkat (10.10) I had to install the driver and firmware. Go figure! Possibly the issue was that the firmware is proprietary in many cases (Broadcom chip sets, for instance) and are not open sourced.0
-
Have you tried a different network manager? I reccomend WiCD over gnome network manager. It has better options and its lighter. I love how it saves Wireless passwords and wireless settings, less hassel. google it!0
-
Hi ,
I followed the below steps mentioned at the URL : http://wireless.kernel.org/en/users/Drivers/b43#Fedora
1 su -
2 yum install b43-fwcutter wget
Next, download the Windows driver:
3. wget http://downloads.openwrt.org/sources/broadcom-wl-4.150.10.5.tar.bz2
Next decompress, extract and copy firmware to /lib/firmware directory.
4. tar xjf broadcom-wl-4.150.10.5.tar.bz2
5. cd broadcom-wl-4.150.10.5/driver
6. b43-fwcutter -w /lib/firmware/ wl_apsta_mimo.o
Please find the detailed output below.
[chakram@localhost ~]$ su
Password:
[root@localhost chakram]# yum install b43-fwcutter wget
Loaded plugins: langpacks, presto, refresh-packagekit
Adding en_US to language list
Setting up Install Process
Package b43-fwcutter-013-2.fc14.i686 already installed and latest version
No package get available.
Nothing to do
[root@localhost chakram]# wget http://downloads.openwrt.org/sources/broadcom-wl-4.150.10.5.tar.bz2
--2010-11-30 16:49:35-- http://downloads.openwrt.org/sources/broadcom-wl-4.150.10.5.tar.bz2
Resolving downloads.openwrt.org... 78.24.191.177
Connecting to downloads.openwrt.org|78.24.191.177|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3888794 (3.7M) [text/plain]
Saving to: “broadcom-wl-4.150.10.5.tar.bz2”
100%[======================================>] 3,888,794 15.4K/s in 5m 17s
2010-11-30 16:55:07 (12.0 KB/s) - “broadcom-wl-4.150.10.5.tar.bz2” saved [3888794/3888794]
[root@localhost chakram]# tar xjf broadcom-wl-4.150.10.5.tar.bz2
[root@localhost chakram]# cd broadcom-wl-4.150.10.5/driver
[root@localhost driver]# b43-fwcutter -w /lib/firmware/ wl_apsta_mimo.o
This file is recognised as:
ID : FW13
filename : wl_apsta_mimo.o
version : 410.2160
MD5 : cb8d70972b885b1f8883b943c0261a3c
Extracting b43/pcm5.fw
Extracting b43/ucode15.fw
Extracting b43/ucode14.fw
Extracting b43/ucode13.fw
Extracting b43/ucode11.fw
Extracting b43/ucode9.fw
Extracting b43/ucode5.fw
Extracting b43/lp0bsinitvals15.fw
Extracting b43/lp0initvals15.fw
Extracting b43/lp0bsinitvals14.fw
Extracting b43/lp0initvals14.fw
Extracting b43/a0g1bsinitvals13.fw
Extracting b43/a0g1initvals13.fw
Extracting b43/b0g0bsinitvals13.fw
Extracting b43/b0g0initvals13.fw
Extracting b43/lp0bsinitvals13.fw
Extracting b43/lp0initvals13.fw
Extracting b43/n0absinitvals11.fw
Extracting b43/n0bsinitvals11.fw
Extracting b43/n0initvals11.fw
Extracting b43/a0g1bsinitvals9.fw
Extracting b43/a0g0bsinitvals9.fw
Extracting b43/a0g1initvals9.fw
Extracting b43/a0g0initvals9.fw
Extracting b43/b0g0bsinitvals9.fw
Extracting b43/b0g0initvals9.fw
Extracting b43/a0g1bsinitvals5.fw
Extracting b43/a0g0bsinitvals5.fw
Extracting b43/a0g1initvals5.fw
Extracting b43/a0g0initvals5.fw
Extracting b43/b0g0bsinitvals5.fw
Extracting b43/b0g0initvals5.fw
[root@localhost driver]#
Now it is working fine. Thank you all.0 -
I'm wondering why you didn't just install broadcom-wl directly from the Fedora repositories?
yum install broadcom-wl
yum install kmod-wl or
yum install akmod-wl0 -
I tried for direct installation as mentioned above and it is also working fine.
Thank you.0 -
sir .i have followed the steps of your post .but still is not showing wireless networks on gnome network manager .but it is showing the wired connection........plz help me........
Thanks
Regarding..............
Narendra0 -
nari467 wrote:sir .i have followed the steps of your post .but still is not showing wireless networks on gnome network manager .but it is showing the wired connection........plz help me........
Thanks
Regarding..............
Narendra
Can you please share the results from your system when you run the command " lspci | grep -i net"?
This will help us to understand which chipset is being used on your system which will lead to knowing what drivers you need.0 -
12:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g LP-PHY (rev 01)
13:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
the details of my dell laptop when i run the above command in my terminal........................
I installed the required drivers by follwing the steps in URL: wireless.kernel.org/en/users/Drivers/b43#Fedora
which was in previous posts..................0 -
Hi sir
i am new to linux
i recently installed the fedora 14 on my laptop
The wireless connection of my lappy is not working .But the wired connection is working on my lappy. i dont know how its working .
The chipset i am using is
Network controller: Broadcom Corporation BCM4313 802.11b/g LP-PHY (rev 01)
i want my wi-fi future in linux
please any body help me sir.....................................................
Thanks Regards
Narendra0 -
Have you followed the steps that GoingEAsy9 posted above?
yum install broadcom-wl
yum install kmod-wl or
yum install akmod-wl
And have you attempted to review your log files to search for an error message?0 -
Have you turned on the wireless in your laptop ? check that. I made this mistake and struggled for some 2 hrs.
Ensure the Wirless On button position, then follow mathew's tips, it should work. Its working for me0
Categories
- All Categories
- 206 LFX Mentorship
- 206 LFX Mentorship: Linux Kernel
- 733 Linux Foundation IT Professional Programs
- 339 Cloud Engineer IT Professional Program
- 165 Advanced Cloud Engineer IT Professional Program
- 66 DevOps Engineer IT Professional Program
- 132 Cloud Native Developer IT Professional Program
- 119 Express Training Courses
- 119 Express Courses - Discussion Forum
- 5.9K Training Courses
- 40 LFC110 Class Forum - Discontinued
- 66 LFC131 Class Forum
- 39 LFD102 Class Forum
- 219 LFD103 Class Forum
- 17 LFD110 Class Forum
- 32 LFD121 Class Forum
- 17 LFD133 Class Forum
- 6 LFD134 Class Forum
- 17 LFD137 Class Forum
- 70 LFD201 Class Forum
- 3 LFD210 Class Forum
- 2 LFD210-CN Class Forum
- 2 LFD213 Class Forum - Discontinued
- 128 LFD232 Class Forum - Discontinued
- 1 LFD233 Class Forum
- 2 LFD237 Class Forum
- 23 LFD254 Class Forum
- 683 LFD259 Class Forum
- 109 LFD272 Class Forum
- 3 LFD272-JP クラス フォーラム
- 10 LFD273 Class Forum
- 95 LFS101 Class Forum
- LFS111 Class Forum
- 2 LFS112 Class Forum
- 1 LFS116 Class Forum
- 3 LFS118 Class Forum
- 2 LFS142 Class Forum
- 3 LFS144 Class Forum
- 3 LFS145 Class Forum
- 1 LFS146 Class Forum
- 2 LFS147 Class Forum
- 8 LFS151 Class Forum
- 1 LFS157 Class Forum
- 10 LFS158 Class Forum
- 4 LFS162 Class Forum
- 1 LFS166 Class Forum
- 3 LFS167 Class Forum
- 1 LFS170 Class Forum
- 1 LFS171 Class Forum
- 2 LFS178 Class Forum
- 2 LFS180 Class Forum
- 1 LFS182 Class Forum
- 4 LFS183 Class Forum
- 30 LFS200 Class Forum
- 737 LFS201 Class Forum - Discontinued
- 2 LFS201-JP クラス フォーラム
- 17 LFS203 Class Forum
- 112 LFS207 Class Forum
- 1 LFS207-DE-Klassenforum
- LFS207-JP クラス フォーラム
- 301 LFS211 Class Forum
- 55 LFS216 Class Forum
- 49 LFS241 Class Forum
- 43 LFS242 Class Forum
- 37 LFS243 Class Forum
- 13 LFS244 Class Forum
- 1 LFS245 Class Forum
- 45 LFS250 Class Forum
- 1 LFS250-JP クラス フォーラム
- LFS251 Class Forum
- 143 LFS253 Class Forum
- LFS254 Class Forum
- LFS255 Class Forum
- 6 LFS256 Class Forum
- LFS257 Class Forum
- 1.2K LFS258 Class Forum
- 9 LFS258-JP クラス フォーラム
- 114 LFS260 Class Forum
- 152 LFS261 Class Forum
- 41 LFS262 Class Forum
- 82 LFS263 Class Forum - Discontinued
- 15 LFS264 Class Forum - Discontinued
- 11 LFS266 Class Forum - Discontinued
- 23 LFS267 Class Forum
- 18 LFS268 Class Forum
- 29 LFS269 Class Forum
- 199 LFS272 Class Forum
- 1 LFS272-JP クラス フォーラム
- LFS274 Class Forum
- 3 LFS281 Class Forum
- 2 LFW111 Class Forum
- 257 LFW211 Class Forum
- 176 LFW212 Class Forum
- 12 SKF100 Class Forum
- SKF200 Class Forum
- 791 Hardware
- 199 Drivers
- 68 I/O Devices
- 37 Monitors
- 98 Multimedia
- 174 Networking
- 91 Printers & Scanners
- 85 Storage
- 754 Linux Distributions
- 82 Debian
- 67 Fedora
- 16 Linux Mint
- 13 Mageia
- 23 openSUSE
- 147 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 351 Ubuntu
- 464 Linux System Administration
- 39 Cloud Computing
- 70 Command Line/Scripting
- Github systems admin projects
- 91 Linux Security
- 78 Network Management
- 101 System Management
- 47 Web Management
- 56 Mobile Computing
- 17 Android
- 28 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 365 Off Topic
- 113 Introductions
- 171 Small Talk
- 20 Study Material
- 522 Programming and Development
- 291 Kernel Development
- 213 Software Development
- 1.1K Software
- 212 Applications
- 180 Command Line
- 3 Compiling/Installing
- 405 Games
- 311 Installation
- 79 All In Program
- 79 All In Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)