Wifi is not working on my Dell E6400
I installed Ubuntu 12.10 on my Dell E6400, everything is working fine, except my wifi.
The switch on the laptop is on but still Ubuntu does not recognize my wireless adapter.
I ran the lspci | grep
Network command and it shows this:
Broadcom Corporation BCM4322 802.11a/b/g/n Wireless
wireless
add a comment |
I installed Ubuntu 12.10 on my Dell E6400, everything is working fine, except my wifi.
The switch on the laptop is on but still Ubuntu does not recognize my wireless adapter.
I ran the lspci | grep
Network command and it shows this:
Broadcom Corporation BCM4322 802.11a/b/g/n Wireless
wireless
add a comment |
I installed Ubuntu 12.10 on my Dell E6400, everything is working fine, except my wifi.
The switch on the laptop is on but still Ubuntu does not recognize my wireless adapter.
I ran the lspci | grep
Network command and it shows this:
Broadcom Corporation BCM4322 802.11a/b/g/n Wireless
wireless
I installed Ubuntu 12.10 on my Dell E6400, everything is working fine, except my wifi.
The switch on the laptop is on but still Ubuntu does not recognize my wireless adapter.
I ran the lspci | grep
Network command and it shows this:
Broadcom Corporation BCM4322 802.11a/b/g/n Wireless
wireless
wireless
edited Dec 22 '13 at 0:09
Lucio
12.5k2285159
12.5k2285159
asked Nov 10 '12 at 0:04
user106822user106822
16112
16112
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
If there is a way to connect to the Internet, you can install the following packages in order to use wireless connections.
Open the Software Center and search&find&install these packages:
b43-fwcutter
firmware-b43-installer
or you can install these packages with a terminal command(Short cut:Ctrl+Alt+T):
sudo apt-get install b43-fwcutter firmware-b43-installer
If your pc haven't a another internet connection, you can download driver packages from the following urls.
http://packages.ubuntu.com/quantal/b43-fwcutter
http://packages.ubuntu.com/quantal/firmware-b43-installer
Please, be careful of packages architecture(The packages architecture you will choose must be same as your Ubuntu architecture.)
After this operation reboot your system and connect a wireless network.
1
FYI both the links are dead now
– SpringLearner
Aug 5 '18 at 2:52
add a comment |
On my Dell Latitude E6400, running
sudo apt-get install bcmwl-kernel-source
sudo reboot
as proposed by an article on ajopaul.com resolved the problem for me.
add a comment |
That Ubuntu version is quite old. Update your Ubuntu version or install it clean and in the additional drivers tab you may find the driver you are missing. The latest Ubuntu version is Ubuntu 15.04.
add a comment |
I have found that the 64 bit version of ubuntu 18.04.1 LTS will not recognize my E6500 wifi adapter but the i386 version of 18.04.1 does see it. If anyone has a wifi issue they should check the version they are running, stepping down to 32 bit might help.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f215194%2fwifi-is-not-working-on-my-dell-e6400%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
If there is a way to connect to the Internet, you can install the following packages in order to use wireless connections.
Open the Software Center and search&find&install these packages:
b43-fwcutter
firmware-b43-installer
or you can install these packages with a terminal command(Short cut:Ctrl+Alt+T):
sudo apt-get install b43-fwcutter firmware-b43-installer
If your pc haven't a another internet connection, you can download driver packages from the following urls.
http://packages.ubuntu.com/quantal/b43-fwcutter
http://packages.ubuntu.com/quantal/firmware-b43-installer
Please, be careful of packages architecture(The packages architecture you will choose must be same as your Ubuntu architecture.)
After this operation reboot your system and connect a wireless network.
1
FYI both the links are dead now
– SpringLearner
Aug 5 '18 at 2:52
add a comment |
If there is a way to connect to the Internet, you can install the following packages in order to use wireless connections.
Open the Software Center and search&find&install these packages:
b43-fwcutter
firmware-b43-installer
or you can install these packages with a terminal command(Short cut:Ctrl+Alt+T):
sudo apt-get install b43-fwcutter firmware-b43-installer
If your pc haven't a another internet connection, you can download driver packages from the following urls.
http://packages.ubuntu.com/quantal/b43-fwcutter
http://packages.ubuntu.com/quantal/firmware-b43-installer
Please, be careful of packages architecture(The packages architecture you will choose must be same as your Ubuntu architecture.)
After this operation reboot your system and connect a wireless network.
1
FYI both the links are dead now
– SpringLearner
Aug 5 '18 at 2:52
add a comment |
If there is a way to connect to the Internet, you can install the following packages in order to use wireless connections.
Open the Software Center and search&find&install these packages:
b43-fwcutter
firmware-b43-installer
or you can install these packages with a terminal command(Short cut:Ctrl+Alt+T):
sudo apt-get install b43-fwcutter firmware-b43-installer
If your pc haven't a another internet connection, you can download driver packages from the following urls.
http://packages.ubuntu.com/quantal/b43-fwcutter
http://packages.ubuntu.com/quantal/firmware-b43-installer
Please, be careful of packages architecture(The packages architecture you will choose must be same as your Ubuntu architecture.)
After this operation reboot your system and connect a wireless network.
If there is a way to connect to the Internet, you can install the following packages in order to use wireless connections.
Open the Software Center and search&find&install these packages:
b43-fwcutter
firmware-b43-installer
or you can install these packages with a terminal command(Short cut:Ctrl+Alt+T):
sudo apt-get install b43-fwcutter firmware-b43-installer
If your pc haven't a another internet connection, you can download driver packages from the following urls.
http://packages.ubuntu.com/quantal/b43-fwcutter
http://packages.ubuntu.com/quantal/firmware-b43-installer
Please, be careful of packages architecture(The packages architecture you will choose must be same as your Ubuntu architecture.)
After this operation reboot your system and connect a wireless network.
edited Nov 10 '12 at 0:44
answered Nov 10 '12 at 0:34
HckrHckr
816523
816523
1
FYI both the links are dead now
– SpringLearner
Aug 5 '18 at 2:52
add a comment |
1
FYI both the links are dead now
– SpringLearner
Aug 5 '18 at 2:52
1
1
FYI both the links are dead now
– SpringLearner
Aug 5 '18 at 2:52
FYI both the links are dead now
– SpringLearner
Aug 5 '18 at 2:52
add a comment |
On my Dell Latitude E6400, running
sudo apt-get install bcmwl-kernel-source
sudo reboot
as proposed by an article on ajopaul.com resolved the problem for me.
add a comment |
On my Dell Latitude E6400, running
sudo apt-get install bcmwl-kernel-source
sudo reboot
as proposed by an article on ajopaul.com resolved the problem for me.
add a comment |
On my Dell Latitude E6400, running
sudo apt-get install bcmwl-kernel-source
sudo reboot
as proposed by an article on ajopaul.com resolved the problem for me.
On my Dell Latitude E6400, running
sudo apt-get install bcmwl-kernel-source
sudo reboot
as proposed by an article on ajopaul.com resolved the problem for me.
edited May 10 '15 at 11:06
Jens Erat
4,12972031
4,12972031
answered May 10 '15 at 10:26
Steve CSteve C
211
211
add a comment |
add a comment |
That Ubuntu version is quite old. Update your Ubuntu version or install it clean and in the additional drivers tab you may find the driver you are missing. The latest Ubuntu version is Ubuntu 15.04.
add a comment |
That Ubuntu version is quite old. Update your Ubuntu version or install it clean and in the additional drivers tab you may find the driver you are missing. The latest Ubuntu version is Ubuntu 15.04.
add a comment |
That Ubuntu version is quite old. Update your Ubuntu version or install it clean and in the additional drivers tab you may find the driver you are missing. The latest Ubuntu version is Ubuntu 15.04.
That Ubuntu version is quite old. Update your Ubuntu version or install it clean and in the additional drivers tab you may find the driver you are missing. The latest Ubuntu version is Ubuntu 15.04.
answered May 10 '15 at 11:28
BraskBrask
1,4021018
1,4021018
add a comment |
add a comment |
I have found that the 64 bit version of ubuntu 18.04.1 LTS will not recognize my E6500 wifi adapter but the i386 version of 18.04.1 does see it. If anyone has a wifi issue they should check the version they are running, stepping down to 32 bit might help.
add a comment |
I have found that the 64 bit version of ubuntu 18.04.1 LTS will not recognize my E6500 wifi adapter but the i386 version of 18.04.1 does see it. If anyone has a wifi issue they should check the version they are running, stepping down to 32 bit might help.
add a comment |
I have found that the 64 bit version of ubuntu 18.04.1 LTS will not recognize my E6500 wifi adapter but the i386 version of 18.04.1 does see it. If anyone has a wifi issue they should check the version they are running, stepping down to 32 bit might help.
I have found that the 64 bit version of ubuntu 18.04.1 LTS will not recognize my E6500 wifi adapter but the i386 version of 18.04.1 does see it. If anyone has a wifi issue they should check the version they are running, stepping down to 32 bit might help.
edited Jan 18 at 22:56
sam
6961616
6961616
answered Jan 18 at 18:11
R BurnsR Burns
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f215194%2fwifi-is-not-working-on-my-dell-e6400%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown