Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Absolute Beginner Talk
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Absolute Beginner Talk
The perfect starting place to find out more about computers, Linux and Ubuntu.

 
Thread Tools Display Modes
Old July 27th, 2008   #11
northern lights
Chocolate Ubuntu Mocha Blend
 
northern lights's Avatar
 
Join Date: Dec 2006
Location: Hamburg, Germany
My beans are hidden!
Ubuntu 9.04 Jaunty Jackalope
Send a message via ICQ to northern lights Send a message via MSN to northern lights
Re: Can't connect to internet

Quote:
Originally Posted by Kevbert View Post
The first command will tell us more about your system (lspci = list pci devices)
Have you read this thread from the beginning? He doesn't have a wired connection either, meaning, the dude's gotta type everything or at least save to FAT in a .txt and switch OS's and all. You really wanna make him manually paste the output of 'lspci'? Run
Code:
sudo lshw -C network
and you'll have to understand why that's the better option.


Quote:
Originally Posted by gjoellee View Post
maybe your wireless card is Windows only or something (just a guess)
Right. "windows only" - and how would that work?
Maybe you had rather read up on hardware & networking (just a guess)

Please guys, read the entire thread and not just the first post.
__________________
One ought, every day at least, to hear a little song, read a good poem, see a fine picture, and, if it were possible, speak a few reasonable words...
northern lights is offline   Reply With Quote
Old July 27th, 2008   #12
Kevbert
Chocolate-Covered Ubuntu Beans
 
Kevbert's Avatar
 
Join Date: Dec 2007
Location: Shepperton, UK.
Beans: 2,335
Ubuntu Development Release
Re: Can't connect to internet

Right. Your wireless card is Broadcom based BCM4318 Rev 02 and is not turned on. You need to install some firmware on the PC (and into the /lib/firmware directory).
Can you connect to the internet via ethernet (wired) cable ? You need to be able to do this to download the drivers (in Ubuntu, I don't know how to do this via XP). If so, you need to follow this thread. It's quite involved. At step 2 use the method 2a in the linked thread.
If you have any problems please ask.
__________________
AMD64X2 3800+ nVidia 7600GS 4Gb Ubuntu 9.04+10.04, WinXP.
Intel Cent. 1.6GHz Radeon 9000 1.25GbRAM Ubuntu9.04 Xubuntu 9.10, WinXP.
Revo R3610 Win7 Ubuntu 9.04.

Absolute Beginners Compiz-fusion wiki
Kevbert is offline   Reply With Quote
Old July 27th, 2008   #13
Kevbert
Chocolate-Covered Ubuntu Beans
 
Kevbert's Avatar
 
Join Date: Dec 2007
Location: Shepperton, UK.
Beans: 2,335
Ubuntu Development Release
Re: Can't connect to internet

This method will not work for all Broadcom BCM43xx cards. It has been tried by me on Intrepid Kubuntu (up to A4 release), Hardy Ubuntu (8.04 and 8.0.4.1) and Intrepid Ubuntu (A5). These files were needed due to the version install problems that started in early July 2008.
If this does not work for you please take a look at the excellent ndiswrapper post here. The reason I no longer use that post is that it is more complex, but does cover more Broadcom cards.

Attached are some firmware files for Broadcom BCM43xx. What you need to do is save the file to your Ubuntu Home directory. Next, in Nautilus file manager, you want to right-click on the file and select extract here. You'll now have a directory called firmware created in your Home directory.
Now run up a terminal and enter the following command
Code:
cd ~/firmware
You'll see two directories b43 and b43legacy. In terminal now enter
Code:
sudo mv b43 /lib/firmware
sudo mv b43legacy /lib/firmware
These commands move the firmware into your /lib/firmware directory.
Now if you reboot your machine, hopefully Ubuntu will seem these files and install the drivers for your wireless card.
Attached Files
File Type: gz firmware.tar.gz (85.0 KB, 454 views)
__________________
AMD64X2 3800+ nVidia 7600GS 4Gb Ubuntu 9.04+10.04, WinXP.
Intel Cent. 1.6GHz Radeon 9000 1.25GbRAM Ubuntu9.04 Xubuntu 9.10, WinXP.
Revo R3610 Win7 Ubuntu 9.04.

Absolute Beginners Compiz-fusion wiki

Last edited by Kevbert; September 8th, 2008 at 08:25 AM.. Reason: New link and info added.
Kevbert is offline   Reply With Quote
Old July 27th, 2008   #14
Rad1
Just Give Me the Beans!
 
Join Date: Jul 2008
Location: Newport Beach, California
Beans: 45
Ubuntu 9.04 Jaunty Jackalope
Re: Can't connect to internet

Quote:
Can you connect to the internet via ethernet (wired) cable?
No.

Can I download in Windows to FAT32 partition, and then load from there?
Rad1 is offline   Reply With Quote
Old July 27th, 2008   #15
Rad1
Just Give Me the Beans!
 
Join Date: Jul 2008
Location: Newport Beach, California
Beans: 45
Ubuntu 9.04 Jaunty Jackalope
Re: Can't connect to internet

Quote:
Attached are some firmware files for Broadcom BCM43xx.
Okay, now we seem to be getting somewhere. I d/l'ed the file and extracted it to my FAT32 partition (with Winzip from Windows), which is accessible from Linux.

There I have not only the original *.tar.gz, but also /b43 and /b43legacy.

Am I on the right track?

I will copy files to /home and do what you say.

Last edited by Rad1; July 27th, 2008 at 03:37 PM..
Rad1 is offline   Reply With Quote
Old July 27th, 2008   #16
northern lights
Chocolate Ubuntu Mocha Blend
 
northern lights's Avatar
 
Join Date: Dec 2006
Location: Hamburg, Germany
My beans are hidden!
Ubuntu 9.04 Jaunty Jackalope
Send a message via ICQ to northern lights Send a message via MSN to northern lights
Re: Can't connect to internet

Quote:
Originally Posted by Rad1 View Post
There I have not only the original *.tar.gz, but also /b43 and /b43legacy.

Am I on the right track?
Yes boot into Ubuntu again, move the files to your /home direcoty and follow:
Quote:
Originally Posted by Kevbert View Post
In terminal now enter
Code:
sudo mv b43 /lib/firmware
sudo mv b43legacy /lib/firmware
P.S. Alternatively you could not move 'em and navigate to /media/"NameOfFATdevice"/ first, but I think this is the easiest.
__________________
One ought, every day at least, to hear a little song, read a good poem, see a fine picture, and, if it were possible, speak a few reasonable words...
northern lights is offline   Reply With Quote
Old July 27th, 2008   #17
Rad1
Just Give Me the Beans!
 
Join Date: Jul 2008
Location: Newport Beach, California
Beans: 45
Ubuntu 9.04 Jaunty Jackalope
Re: Can't connect to internet

Woohoo!

Yeah, baby!

Guess who's posting this from Hardy Heron?

Thanks for all the help. Here's a big digital kiss for you guys > *swack!*

Special thanks to Kevbert for posting those files.

I have more questions .. like how do stop having to enter my password all the time, to do simple things? .. and why does my screen keep shifting back and forth? But I will open separate threads for that. Also my screen display is kinda ugly here.

Why don't the following commands work?

Quote:
sudo cp b43 /lib/firmware
sudo cp b43legacy /lib/firmware

Last edited by Rad1; July 27th, 2008 at 04:19 PM..
Rad1 is offline   Reply With Quote
Old September 24th, 2009   #18
blueearthmn
First Cup of Ubuntu
 
Join Date: Jun 2009
Beans: 5
Re: Can't connect to internet

This was VERY HELPFUL TO ME! I linked to it in my blog! Thanks a bunch!!!

Quote:
Originally Posted by Kevbert View Post
This method will not work for all Broadcom BCM43xx cards. It has been tried by me on Intrepid Kubuntu (up to A4 release), Hardy Ubuntu (8.04 and 8.0.4.1) and Intrepid Ubuntu (A5). These files were needed due to the version install problems that started in early July 2008.
If this does not work for you please take a look at the excellent ndiswrapper post here. The reason I no longer use that post is that it is more complex, but does cover more Broadcom cards.

Attached are some firmware files for Broadcom BCM43xx. What you need to do is save the file to your Ubuntu Home directory. Next, in Nautilus file manager, you want to right-click on the file and select extract here. You'll now have a directory called firmware created in your Home directory.
Now run up a terminal and enter the following command
Code:
cd ~/firmware
You'll see two directories b43 and b43legacy. In terminal now enter
Code:
sudo mv b43 /lib/firmware
sudo mv b43legacy /lib/firmware
These commands move the firmware into your /lib/firmware directory.
Now if you reboot your machine, hopefully Ubuntu will seem these files and install the drivers for your wireless card.
blueearthmn is offline   Reply With Quote
Old November 8th, 2009   #19
tdjr86
First Cup of Ubuntu
 
Join Date: Nov 2009
Beans: 4
Re: Can't connect to internet

Thanks worked perfectly....

Quote:
Originally Posted by Kevbert View Post
This method will not work for all Broadcom BCM43xx cards. It has been tried by me on Intrepid Kubuntu (up to A4 release), Hardy Ubuntu (8.04 and 8.0.4.1) and Intrepid Ubuntu (A5). These files were needed due to the version install problems that started in early July 2008.
If this does not work for you please take a look at the excellent ndiswrapper post here. The reason I no longer use that post is that it is more complex, but does cover more Broadcom cards.

Attached are some firmware files for Broadcom BCM43xx. What you need to do is save the file to your Ubuntu Home directory. Next, in Nautilus file manager, you want to right-click on the file and select extract here. You'll now have a directory called firmware created in your Home directory.
Now run up a terminal and enter the following command
Code:
cd ~/firmware
You'll see two directories b43 and b43legacy. In terminal now enter
Code:
sudo mv b43 /lib/firmware
sudo mv b43legacy /lib/firmware
These commands move the firmware into your /lib/firmware directory.
Now if you reboot your machine, hopefully Ubuntu will seem these files and install the drivers for your wireless card.
tdjr86 is offline   Reply With Quote

Bookmarks

Thread Tools
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


All times are GMT -4. The time now is 02:07 AM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry