Fedora Linux Support Community & Resources Center
  #1  
Old 20th August 2011, 03:54 PM
lucaspt Offline
Registered User
 
Join Date: Aug 2011
Posts: 4
linuxsafari
Setting up wireless firmware without a wired connection

Hi I'm new to Fedora and not sure how to get wireless firmware without direct access(I can access the internet onother computers). Im using a dell latitude e5400 with Broadcom Coorporation BCM4312 802.11 b/g LP-PHY chipset. Any and all help would be greatly appreciated. Thanks!
Reply With Quote
  #2  
Old 20th August 2011, 04:30 PM
stevea's Avatar
stevea Online
Registered User
 
Join Date: Apr 2006
Location: Ohio, USA
Posts: 8,346
linuxfedorafirefox
Re: Setting up wireless firmware without a wired connection

What does this command return ?
yum list installed b43\*

Also post the complete output of this,
uname -a
__________________
None are more hopelessly enslaved than those who falsely believe they are free.
Johann Wolfgang von Goethe
Reply With Quote
  #3  
Old 20th August 2011, 05:52 PM
lucaspt Offline
Registered User
 
Join Date: Aug 2011
Posts: 4
linuxsafari
Re: Setting up wireless firmware without a wired connection

Stevea,
the first returns

Loaded pluggins:langpacks, presto, refresh packagekit
Error: Cannot retrieve repositoryh metadata for repository:fedora. Please vrify its path and try again.

the second returns

Linux iQuantum 2.6.38.6-26.rc1.fc15.i686 #1 SMP Mon May 9 20:43:14 UTC 2011 i686 i686 i386 GNU/Linux

Thanks!

---------- Post added at 05:52 PM ---------- Previous post was at 05:52 PM ----------

Stevea,
the first returns

Loaded pluggins:langpacks, presto, refresh packagekit
Error: Cannot retrieve repositoryh metadata for repository:fedora. Please vrify its path and try again.

the second returns

Linux iQuantum 2.6.38.6-26.rc1.fc15.i686 #1 SMP Mon May 9 20:43:14 UTC 2011 i686 i686 i386 GNU/Linux

Thanks!
Reply With Quote
  #4  
Old 20th August 2011, 06:01 PM
PabloTwo's Avatar
PabloTwo Offline
"Registered User" T-Shirt Winner
 
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,141
linuxfirefox
Re: Setting up wireless firmware without a wired connection

To get around the error on the first command (yum fails because the machine isn't online), use:

Code:
rpm -qa | grep b43
or
Code:
yum --disablerepo=* list b43\*
Reply With Quote
  #5  
Old 20th August 2011, 06:17 PM
lucaspt Offline
Registered User
 
Join Date: Aug 2011
Posts: 4
linuxsafari
Re: Setting up wireless firmware without a wired connection

Okay. Now it says

b43-fwcutter-013-3.fc15.i686
rmt-0.4-0.10.b43.fc15.i686
dump-0.4-0.10.b43.fc15.i686
b43-openfwwf-5.2-6.fc15.noarch

for the first.

the second reports something similar. Thanks.

---------- Post added at 06:17 PM ---------- Previous post was at 06:17 PM ----------

Okay. Now it says

b43-fwcutter-013-3.fc15.i686
rmt-0.4-0.10.b43.fc15.i686
dump-0.4-0.10.b43.fc15.i686
b43-openfwwf-5.2-6.fc15.noarch

for the first.

the second reports something similar. Thanks.
Reply With Quote
  #6  
Old 20th August 2011, 08:39 PM
stoat Offline
Registered User
 
Join Date: Jun 2006
Posts: 7,551
linuxfirefox
Re: Setting up wireless firmware without a wired connection

With that BCM4312 chipset, you have two good options IMO. One is to download and install the firmware for the built-in b43 driver module. The other option is to download and install the broadcom-wl driver from RPM Fusion. Either can be accomplished in an offline situation. Even when both options work, I would prefer b43. It has always worked well for me, and you would be free of dependence on a third party repo for wireless. But not all BCM4312 chipsets work with b43. All of them work with broadcom-wl. So that is the situation IMO.

To try b43, use another computer or operating system to navigate back to this page and download this file from OpenWrt and somehow transfer it to the wireless computer...
broadcom-wl-4.150.10.5.tar.bz2
Then open a terminal, change directories to the folder with the tarball, and enter these commands one after the other...
Code:
tar xjf broadcom-wl-4.150.10.5.tar.bz2
cd broadcom-wl-4.150.10.5/driver	
su
b43-fwcutter -w /lib/firmware wl_apsta_mimo.o
Now reboot or restart NetworkManager and look in the NetworkManager panel icon for available networks (left-click the icon). If it doesn't work at first, see the Broadcom wireless HOWTO for some things to try before giving up. But return here to ask questions about anything you read there.

If you never get anywhere with b43 (or decided not to try it at all), then it's reasonable to move on to broadcom-wl. To install that while offline, use another computer or operating system to navigate back to this page and download these three files for the kernel version you posted earlier today...
kmod-wl-2.6.38.6-26.rc1.fc15.i686-5.60.48.36-2.fc15.1.i686.rpm
kmod-wl-5.60.48.36-2.fc15.1.i686.rpm
broadcom-wl-5.60.48.36-1.fc13.noarch.rpm
Somehow transfer them to the wireless computer, open a terminal, change directories to the folder with the three files, and install them all at once (important) in one command.
Code:
su
rpm -ivh *.rpm
Or this way if you're a yum purist (nothing wrong with that)...
Code:
su
yum --disablerepo=* --nogpgcheck localinstall *.rpm
Now reboot or restart NetworkManager and look in the NetworkManager panel icon for available networks (left-click the icon). Now install the RPM Fusion repos (important). If it doesn't work at first, see the Broadcom wireless HOWTO for some things to try before giving up. But return here to ask questions about anything you read there.
Reply With Quote
Reply

Tags
connection, firmware, setting, wired, wireless

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Firmware missing for wireless connection mrprassaf Servers & Networking 1 11th August 2011 12:23 PM
Wireless to wired connection xXxz3r0xXx Servers & Networking 5 4th August 2007 08:09 PM
Setting up a bridge between Wired and Wireless DWL-122 richbayliss Servers & Networking 0 23rd April 2004 01:38 AM


Current GMT-time: 06:17 (Thursday, 20-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat