Results 1 to 10 of 16
I'll try and make this short because I'm very tired. I have Windows 7, needed to install Ubuntu to test something regarding a problem with 7, I installed Ubuntu, no ...
- 07-20-2010 #1Just Joined!
- Join Date
- Sep 2008
- Posts
- 12
Ubuntu driver help
I'll try and make this short because I'm very tired. I have Windows 7, needed to install Ubuntu to test something regarding a problem with 7, I installed Ubuntu, no problems. I got it all up and running, and I can't get the drivers for it. It doesn't already have my wireless drivers, so I can't get on the internet to get my drivers.
How would I go about getting my needed drivers?
- 07-20-2010 #2
Depends on your wireless card.
Post the output of
Code:lshw -C network
- 07-21-2010 #3Just Joined!
- Join Date
- Sep 2008
- Posts
- 12
- 07-21-2010 #4
The driver for this card is included in the linux kernel. What you need is firmware.
Are you able to get a wired connection? If so do
and you should be good.Code:sudo apt-get install b43-fwcutter
If not, you'll need to download the b43-fwcutter package and firmware to a usb stick or other external storage device and transfer them over.
You can find download links for 64 bit and 32 bit packages of b43-fwcutter here.
I'm assuming you're using the latest Ubuntu, 10.04. You can download the firmware from http://downloads.openwrt.org/sources/broadcom-wl-4.178.10.4.tar.bz2
You can install the b43-fwcutter package by double clicking on the file.
Once installed, copy the broadcom-wl file to your home directory. Then open a terminal and do
More details here.Code:export FIRMWARE_INSTALL_DIR="/lib/firmware" tar xjf broadcom-wl-4.178.10.4.tar.bz2 cd broadcom-wl-4.178.10.4/linux sudo b43-fwcutter -w "$FIRMWARE_INSTALL_DIR" wl_apsta.o
- 07-21-2010 #5Just Joined!
- Join Date
- Sep 2008
- Posts
- 12
Thanks for getting back to me.
No, I can't get a wired connection right now, or for a long time.
Yeah, I'm pretty sure I have the latest, I downloaded, and installed the winboot version just two days ago.
I don't have a USB stick that I can use until about tomorrow, and I'd like to fix this now; I installed Ubuntu on the same hard drive as I have 7 on, and from Ubuntu, I can access anything on the hard drive, could I just place the .deb somewhere on the hard drive where I could easily find it from in Ubuntu? Would that work the same?
- 07-21-2010 #6
Yes, if you can access the windows partition, that should work fine.
- 07-22-2010 #7Just Joined!
- Join Date
- Sep 2008
- Posts
- 12
- 07-22-2010 #8
You have installed the 64 bit version of Ubuntu, but downloaded the 32 bit package. Follow the links for AMD64.
- 07-22-2010 #9Just Joined!
- Join Date
- Sep 2008
- Posts
- 12
- 07-22-2010 #10


Reply With Quote
