wireless network problem

Asked by naufal

I'm using Compaq presario m2000.when i installed Ubuntu Feisty Fawn,my wireless network is not working.I don't know what should i do...

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu bcm43xx-fwcutter Edit question
Assignee:
No assignee Edit question
Solved by:
Jim Hutchinson
Solved:
Last query:
Last reply:

This question was reopened

Revision history for this message
Jim Hutchinson (jphutch) said :
#1

First step is to determine the cause. It could be any number of things. If you can answer a few questions we should be able to figure it out. Post the output from the following commands (copy and past them into a terminal)

lspci -v | grep Wireless

and

dmesg | grep Wireless

Do you know if the access point you are trying to connect to (i.e. your router) is set up properly and works? How are you trying to connect to it?

Does the laptop have a switch to turn the wireless on and off and if so, is it on? Is there any sort of indicator light to show that it's on?

Do you have an icon near the clock that looks like two monitors (it changes to signal strength bars when connected)? If you right click it does it have options for enabling wireless and is that checked? Does left clicking the icon show any networks?

Sorry for all the questions but until we have an idea of the cause we will just be guessing.

Thanks.

Revision history for this message
naufal (musp-student) said :
#2

pyan@pyan-laptop:~$ lspci -v | grep Wireless
06:06.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02)
pyan@pyan-laptop:~$ dmesg | grep Wireless
pyan@pyan-laptop:~$

I' new in ubuntu.before this i'm used windows xp.my wireless device is working properly.After I formatted my laptop and installed ubuntu,I cannot use my wireless connection.
Thanks you for your help.

Revision history for this message
naufal (musp-student) said :
#3

pyan@pyan-laptop:~$ lspci -v | grep Wireless
06:06.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02)
pyan@pyan-laptop:~$ dmesg | grep Wireless
pyan@pyan-laptop:~$

I' new in ubuntu.before this i'm used windows xp.my wireless device is working properly.After I formatted my laptop and installed ubuntu,I cannot use my wireless connection.
What should I do?

Revision history for this message
Best Jim Hutchinson (jphutch) said :
#4

Looks like you have a Broadcom wireless card. Support for these has been spotty, but as I recently learned there is a firmware upgrade that should solve your problem. I don't have any experience doing this, but you can download the file here.

http://ubuntu.cafuego.net/dists/feisty-cafuego/bcm43xx/

You want the .deb file. After downloading, you can doubleclick to install it.

You can find more info and directions on doing this at

https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx

Hope that helps.

Revision history for this message
naufal (musp-student) said :
#5

Thanks Jim Hutchinson, that solved my question.