LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 11-20-2007, 11:58 AM   #1
linux4life88
Member
 
Registered: May 2005
Distribution: Debian
Posts: 58

Rep: Reputation: 17
bcm43xx-fwcutter firmware help


I needed this driver for my Broadcom chip to work although after I installed it I went to the Restricted Drivers window and it was still there listed. So I checked enable and it brought up a window that says Specify Firmware location. Where would the firmware be located? I'm using Ubuntu 7.10.
 
Old 11-20-2007, 12:22 PM   #2
BCarey
Senior Member
 
Registered: Oct 2005
Location: New Mexico
Distribution: Slackware
Posts: 1,639

Rep: Reputation: Disabled
Quote:
Originally Posted by ubuntugeek194 View Post
Where would the firmware be located?
fwcutter by default installs to /lib/firmware. If it's not there, try "locate firmware | grep lib"

Brian
 
Old 11-20-2007, 12:38 PM   #3
linux4life88
Member
 
Registered: May 2005
Distribution: Debian
Posts: 58

Original Poster
Rep: Reputation: 17
It's not there. I can't find it, this is getting really frustrating. What will the file name say? fwcutter, bcm, bcm43xx? When I open up firmware there is a file that is labeled bcm43xx_microdell.fw but when I choose it it says "The firmware location or the firmware file itself you chose is not valid. Please make sure you select a firmware file in a proper location." When I open the file itself it says "this is just a fake file to prevent postinst scripts." This is the only file under firmware that has any name near what the original file name was.
 
Old 11-21-2007, 03:25 PM   #4
144419855310001
Member
 
Registered: Apr 2006
Distribution: ubuntu 7.04
Posts: 219

Rep: Reputation: 30
Try installing the drivers manually...

In a terminal window, type:

sudo cp -a /lib/firmware /lib/firmware_backup
sudo rm -Rfv /lib/firmware/*
sudo dpkg --purge bcm43xx-fwcutter
sudo aptitude install bcm43xx-fwcutter

After it has finished installing the .deb package, a script should appear in the terminal window for post-install configuration, asking you if you want to download the firmware (say yes).

(This installed the firmware into /lib/firmware on my computer).

Last edited by 144419855310001; 11-22-2007 at 08:27 AM.
 
Old 11-21-2007, 03:32 PM   #5
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
Actually, bcm43xx-fwcutter doesn't install to /lib/firmware by default. You want to use the "-w /lib/firmware/" argument when running it so that the fireware is installed there. I bet that the firmware was extracted to /tmp/ instead or in the directory where it was run. If that is the case, you could copy the *.fw files to /lib/firmware.

The "bcm43xx" kernel module expects to find the firmware in /lib/firmware.
 
Old 11-21-2007, 07:00 PM   #6
linux4life88
Member
 
Registered: May 2005
Distribution: Debian
Posts: 58

Original Poster
Rep: Reputation: 17
I'm thought I was making headway but I finally figured out (really stupid on my part) that my card is a Broadcom BCM94311MCG wlan mini-PCI card. I'm guessing that the bcm43xx file will not work for my card?
 
Old 11-21-2007, 11:50 PM   #7
BCarey
Senior Member
 
Registered: Oct 2005
Location: New Mexico
Distribution: Slackware
Posts: 1,639

Rep: Reputation: Disabled
Quote:
Originally Posted by jschiwal View Post
Actually, bcm43xx-fwcutter doesn't install to /lib/firmware by default. You want to use the "-w /lib/firmware/" argument when running it so that the fireware is installed there.
From the bcm43xx-fwcutter-005 README:
Quote:
After extraction, run make installfw which will copy bcm43xx_*.fw to
FIRMWARE_INSTALL_DIR (which defaults to /lib/firmware) for
usage by the bcm43xx driver. An alternative way is using the -w option.
Brian
 
Old 11-22-2007, 08:11 AM   #8
144419855310001
Member
 
Registered: Apr 2006
Distribution: ubuntu 7.04
Posts: 219

Rep: Reputation: 30
Quote:
Actually, bcm43xx-fwcutter doesn't install to /lib/firmware by default. You want to use the "-w /lib/firmware/" argument when running it so that the fireware is installed there. I bet that the firmware was extracted to /tmp/ instead or in the directory where it was run. If that is the case, you could copy the *.fw files to /lib/firmware.
Ah, I think that's right if you actually *use* bcm43xx-fwcutter: what I was talking about is the post install config script.

The script downloads the firmware for you into /lib/firmware, so ironically you don't need to actually use the bcm43xx-fwcutter program, just install it, and use the configuration script!

(---> It's a nice little feature of Ubuntu)



To the OP:

Have you tried this yet? (steer clear of the restricted drivers manager, for now)

Quote:
sudo cp -a /lib/firmware /lib/firmware_backup
sudo rm -Rfv /lib/firmware/*
sudo dpkg --purge bcm43xx-fwcutter
sudo aptitude install bcm43xx-fwcutter

/* ...then say 'yes' on the post-install script... */
If that produces no changes, you could email the bcm43xx project people to find out exactly whether your card is supported, or use ndiswrapper.
(Is your laptop on this supported list?
http://linuxwireless.org/en/users/Drivers/b43/devices )

Last edited by 144419855310001; 11-22-2007 at 08:29 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
enabled bcm4306 using bcm43xx-fwcutter maclenin Ubuntu 7 09-30-2008 12:04 PM
bcm43xx-fwcutter Chained18 Linux - Wireless Networking 9 11-21-2007 12:25 PM
bcm43xx-fwcutter is not working jsrealty2 Ubuntu 1 07-06-2007 04:31 PM
undoing bcm43xx-fwcutter and bcmwl5 steviebee Linux - Wireless Networking 1 04-26-2007 06:43 AM
bcm43xx-fwcutter / wireless / troubleshoot maclenin Ubuntu 13 01-02-2007 04:31 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 03:14 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration