how to install wireless driver for dell Latitude D630

Asked by Bhupendra Siyag

My wi-fi is not working in ubuntu.
I am very new to Linux though I have some experience with Solaris.

Its a dell D630.... Please help me with full details on 'how-to'

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-nettool Edit question
Assignee:
No assignee Edit question
Solved by:
Bhupendra Siyag
Solved:
Last query:
Last reply:
Revision history for this message
David Álvarez (davidalro) said :
#1

Hello,

In most of cases, you'll only need to go System -> Administration -> Additional Drivers (or something like that, my ubuntu isn't in english). It'll search drivers for your computer and offer you to install them.

If it doesn't find any drivers, you can search in Dell's website to get drivers of you computer.

Regards.

David

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

Hi,

Please first connect your wired network adapter to the wireless router using an ethernet cable (also known as a LAN cable).

In order to gather essential troubleshooting information about your wireless card, please follow this procedure:

Step 1: Open Terminal from "Applications->Accessories->Terminal"

Step 2: Please copy-paste the following command from the https://answers.launchpad.net/ubuntu website in Firefox into the Linux Terminal. Do NOT copy-paste from the Email message into the Terminal, as that will only copy PART of the command. The command STARTS with the word sudo and ENDS with the word lsmod. So please copy-paste the ENTIRE command below from Firefox into a Terminal, press <enter>, then enter password when sudo asks for password, then press enter again.

Tip: If you have a wheel mouse or 3 button mouse you do not need to type commands into the Terminal. Highlight the command written on the page. Move your cursor anywhere in the Terminal and press the wheel or middle button. Automatic Copy and paste! No spelling mistakes! No Typos! No other errors!

sudo apt-get update; sudo apt-get install hwinfo grep; sudo lshw -C network; rfkill list; sudo iwlist scanning; cat /etc/network/interfaces; cat /etc/lsb-release; lspci -nn; lsusb; sudo lshw -short; uname -a; dmesg | egrep 'acx|at76|ath|b43|bcm|CX|eth|ipw|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|ound|p54|prism|rtl|rt2|rt3|rt6|rt7|usb|witch|wl'; iwconfig; cat /etc/modprobe.d/* | egrep 'acx|at76|ath|b43|bcm|CX|eth|ipw|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|p54|prism|rtl|rt2|rt3|rt6|rt7|witch|wl'; sudo hwinfo --netcard ; cat /var/lib/NetworkManager/NetworkManager.state; sudo lsmod

Step 3: Please post results (copy/paste terminal output) on this thread. The troubleshooters here need to see the full Terminal output from running the above command.

Step 4: Please also clarify if you installed Ubuntu to the harddisk and are running from a harddisk install OR if you are only testing Ubuntu in a LiveCD session.

Regards,

Mark

Revision history for this message
Bhupendra Siyag (bhupendra-siyag) said :
#3

hi David and Mark,

thanks for your support. I did run system test and found I've a broadcom wireless adapter 4312something

and then i ran following commands:
sudo apt-get update
&
sudo apt-get install bcmwl-kernel-source

petty Trick- i couldn't get the updates from india server so changed the sources file in apt to look for US server. lol i'm a novice so i
feel smart to have done this :-D
and then i restarted ... and EUREKA i'm online without any wires hahaha

Bhupi