Wireless networking not working

Asked by Matthew Schupack

Hi,

I am new to linux. Just installed Ubuntu 8.1 on a Dell Latitude D610, replacing windows XP. I believe I had my wireless device turned off in windows (too many viruses on my system!) Now, I do not seem to be able to connect. The network manager does not see any wireless connections.

  Typing the command:

sudo lshw -C network I get back (among other things)

*-network:0 DISABLED
        description: Wireless interface
        physical id: 2
        Logical name: wlan0
        serial: 00:90:4b:da:98:ca
        capabilities: ethernet physical wireless
        configuration: broadcast=yes multicast=yes wireless=IEEE 802.11bg

I was briefly using "puppy" linux and was able to connect with that. Any and all help will be greatly appreciated.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Arnaudus (a-lerouzic) said :
#1

Hi,

A generally helpful info is the name of the wireless card ( typing:

lspci | grep Wireless

in a terminal generally does the job)

There is still a chance for an easy fix: some drivers are not included in the default CD, but they exist. You can just try to plug your computer in a network cable and activate the wireless at the same time. Ubuntu should propose you to install something to make the wireless work.

Another possibility is that the wireless may be physically shut down (it is common to have such a switch on modern laptops). Are you sure the wireless LED is on?

Hope this helps!

Revision history for this message
Matthew Schupack (schu34) said :
#2

Thanks for your reply

when i typed lspci | grep Wireless the output was this:

03:03.0 Network Controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Contoller (rev 02)

The wired port on the computer does not work, wireless is my only option. This computer does not have an external switch. I had shut the device off in windows before replacing windows with Ubuntu.

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#3

Hi,

Please follow this procedure:

http://www.sampbar.com/2008/11/broadcom-bcm4318-ubuntu-intrepid.html

Regards,

Mark

Revision history for this message
Matthew Schupack (schu34) said :
#4

Thanks for your help, think this got me closer but...

at step 5 after the the second line I get an "Invalid Driver" message.

also, when I try to move the wifi.sh file to /etc/init.d folder I get an error message Error moving file: Permission denied
(you can probably tell I am really new at all this.)

Also, in case it is relevant, when I go to System>Administration>Hardware Drivers there are no wireless drivers listed.

On the other hand, when I boot with linux Puppy from a CD my wireless is working fine, so all the necessary stuff must be there.

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#5

Hi,

Step 4 explains where to put the .inf file that is stored in http://fluzzed.com/index/BCM4318-Ubuntu-Intrepid.zip

To make it easier, extract the contents of http://fluzzed.com/index/BCM4318-Ubuntu-Intrepid.zip to your homedirectory instead (something like /home/<your username>)

Then use the command

cd

to go directly to your homedirectory where you extracted the bcmwl5a.inf file.

Now the command

sudo ndiswrapper -i bcmwl5a.inf

should work.

/etc/init.d is a system folder. So the sudo command is needed to be able to copy wifi.sh with root privileges.

So you need to use something like this:

cd <directory where wifi.sh is stored, to make it easy, put wifi.sh in your homedirectory first>
sudo cp wifi.sh /etc/init.d

Hope this clarifies the instructions,

Regards,

Mark

Revision history for this message
Matthew Schupack (schu34) said :
#6

Thanks so much for your help. I was able to move wifi.sh into /etc/init.d. Back at step 5, however, my problem is actually at line 3:

sudo ndiswrapper -l returns
bcmwl5a : invalid driver! (the ! is in the message not my editorial comment.)

Thanks again,

Matthew

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#7

Hi Matthew,

First make sure you extract all the contents of http://fluzzed.com/index/BCM4318-Ubuntu-Intrepid.zip to the same directory on your pc. Only extracting the .inf file is not enough, I think.

After that, try running the following commands in the directory where you extracted all the contents of the .zip file:

sudo ndiswrapper -e bcmwl5a
sudo ndiswrapper -i bcmwl5a
sudo ndiswrapper -i bcmwl5a.inf
sudo ndiswrapper -l

Regards,

Mark

Can you help with this problem?

Provide an answer of your own, or ask Matthew Schupack for more information if necessary.

To post a message you must log in.