Ubuntu 12.04 LTS can't find my wireless card or the network after I shutdown and turn my system back on
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
Ubuntu boots up and doesn't find any available wireless network and it doesn't recognize my wireless card either. However, when I open the terminal and type: sudo modprobe b43
it finds my wireless card and all of the available networks around me and everything is cool... until I shutdown my system.
When I shutdown and then turn my computer back on it completely forgets about the network I just found and told it to connect automatically to. So, back to the terminal to find the wireless card and networks manually. Every. Single. Time.
How do I configure my system so that I don't have to manually find the wireless card and connect to my network every time I restart my computer?
OUTPUT from TERMINAL:
root@jake-XPS-M1530:/home/jake# dmesg | grep b43
[ 8.684953] b43-phy0: Broadcom 4312 WLAN found (core revision 15)
[ 8.728075] b43-phy0: Found PHY: Analog 6, Type 5 (LP), Revision 1
[ 20.116128] b43-phy0: Loading firmware version 666.2 (2011-02-23 01:15:07)
root@jake-XPS-M1530:/home/jake#
12.04 wireless networking
add a comment |
Ubuntu boots up and doesn't find any available wireless network and it doesn't recognize my wireless card either. However, when I open the terminal and type: sudo modprobe b43
it finds my wireless card and all of the available networks around me and everything is cool... until I shutdown my system.
When I shutdown and then turn my computer back on it completely forgets about the network I just found and told it to connect automatically to. So, back to the terminal to find the wireless card and networks manually. Every. Single. Time.
How do I configure my system so that I don't have to manually find the wireless card and connect to my network every time I restart my computer?
OUTPUT from TERMINAL:
root@jake-XPS-M1530:/home/jake# dmesg | grep b43
[ 8.684953] b43-phy0: Broadcom 4312 WLAN found (core revision 15)
[ 8.728075] b43-phy0: Found PHY: Analog 6, Type 5 (LP), Revision 1
[ 20.116128] b43-phy0: Loading firmware version 666.2 (2011-02-23 01:15:07)
root@jake-XPS-M1530:/home/jake#
12.04 wireless networking
add a comment |
Ubuntu boots up and doesn't find any available wireless network and it doesn't recognize my wireless card either. However, when I open the terminal and type: sudo modprobe b43
it finds my wireless card and all of the available networks around me and everything is cool... until I shutdown my system.
When I shutdown and then turn my computer back on it completely forgets about the network I just found and told it to connect automatically to. So, back to the terminal to find the wireless card and networks manually. Every. Single. Time.
How do I configure my system so that I don't have to manually find the wireless card and connect to my network every time I restart my computer?
OUTPUT from TERMINAL:
root@jake-XPS-M1530:/home/jake# dmesg | grep b43
[ 8.684953] b43-phy0: Broadcom 4312 WLAN found (core revision 15)
[ 8.728075] b43-phy0: Found PHY: Analog 6, Type 5 (LP), Revision 1
[ 20.116128] b43-phy0: Loading firmware version 666.2 (2011-02-23 01:15:07)
root@jake-XPS-M1530:/home/jake#
12.04 wireless networking
Ubuntu boots up and doesn't find any available wireless network and it doesn't recognize my wireless card either. However, when I open the terminal and type: sudo modprobe b43
it finds my wireless card and all of the available networks around me and everything is cool... until I shutdown my system.
When I shutdown and then turn my computer back on it completely forgets about the network I just found and told it to connect automatically to. So, back to the terminal to find the wireless card and networks manually. Every. Single. Time.
How do I configure my system so that I don't have to manually find the wireless card and connect to my network every time I restart my computer?
OUTPUT from TERMINAL:
root@jake-XPS-M1530:/home/jake# dmesg | grep b43
[ 8.684953] b43-phy0: Broadcom 4312 WLAN found (core revision 15)
[ 8.728075] b43-phy0: Found PHY: Analog 6, Type 5 (LP), Revision 1
[ 20.116128] b43-phy0: Loading firmware version 666.2 (2011-02-23 01:15:07)
root@jake-XPS-M1530:/home/jake#
12.04 wireless networking
12.04 wireless networking
edited Aug 27 '13 at 21:45
Jake Newkirk
asked Aug 25 '13 at 23:12
Jake NewkirkJake Newkirk
6818
6818
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Run echo b43 | sudo tee -a /etc/modules
. That should make sure the b43 module gets autoloaded, and your wifi should work after shutdowns.
should I run that in root terminal?
– Jake Newkirk
Aug 26 '13 at 0:30
You don't have to. Running is as a user with admin rights should work as well.
– mikewhatever
Aug 26 '13 at 1:07
I opened a terminal and ran the code. I restarted my system and it still doesn't automatically connect.
– Jake Newkirk
Aug 26 '13 at 1:22
That's odd. Check that it got added to /etc/modules withcat /etc/modules
.
– mikewhatever
Aug 26 '13 at 7:07
This is what it shows after I execute the command cat /etc/modules root@jake-XPS-M1530:/home/jake# cat /etc/modules # /etc/modules: kernel modules to load at boot time. # # This file contains the names of kernel modules that should be loaded # at boot time, one per line. Lines beginning with "#" are ignored. lp rtc b43 b43 b43 b43 b43 root@jake-XPS-M1530:/home/jake#
– Jake Newkirk
Aug 27 '13 at 3:17
|
show 2 more comments
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%2f337238%2fubuntu-12-04-lts-cant-find-my-wireless-card-or-the-network-after-i-shutdown-and%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Run echo b43 | sudo tee -a /etc/modules
. That should make sure the b43 module gets autoloaded, and your wifi should work after shutdowns.
should I run that in root terminal?
– Jake Newkirk
Aug 26 '13 at 0:30
You don't have to. Running is as a user with admin rights should work as well.
– mikewhatever
Aug 26 '13 at 1:07
I opened a terminal and ran the code. I restarted my system and it still doesn't automatically connect.
– Jake Newkirk
Aug 26 '13 at 1:22
That's odd. Check that it got added to /etc/modules withcat /etc/modules
.
– mikewhatever
Aug 26 '13 at 7:07
This is what it shows after I execute the command cat /etc/modules root@jake-XPS-M1530:/home/jake# cat /etc/modules # /etc/modules: kernel modules to load at boot time. # # This file contains the names of kernel modules that should be loaded # at boot time, one per line. Lines beginning with "#" are ignored. lp rtc b43 b43 b43 b43 b43 root@jake-XPS-M1530:/home/jake#
– Jake Newkirk
Aug 27 '13 at 3:17
|
show 2 more comments
Run echo b43 | sudo tee -a /etc/modules
. That should make sure the b43 module gets autoloaded, and your wifi should work after shutdowns.
should I run that in root terminal?
– Jake Newkirk
Aug 26 '13 at 0:30
You don't have to. Running is as a user with admin rights should work as well.
– mikewhatever
Aug 26 '13 at 1:07
I opened a terminal and ran the code. I restarted my system and it still doesn't automatically connect.
– Jake Newkirk
Aug 26 '13 at 1:22
That's odd. Check that it got added to /etc/modules withcat /etc/modules
.
– mikewhatever
Aug 26 '13 at 7:07
This is what it shows after I execute the command cat /etc/modules root@jake-XPS-M1530:/home/jake# cat /etc/modules # /etc/modules: kernel modules to load at boot time. # # This file contains the names of kernel modules that should be loaded # at boot time, one per line. Lines beginning with "#" are ignored. lp rtc b43 b43 b43 b43 b43 root@jake-XPS-M1530:/home/jake#
– Jake Newkirk
Aug 27 '13 at 3:17
|
show 2 more comments
Run echo b43 | sudo tee -a /etc/modules
. That should make sure the b43 module gets autoloaded, and your wifi should work after shutdowns.
Run echo b43 | sudo tee -a /etc/modules
. That should make sure the b43 module gets autoloaded, and your wifi should work after shutdowns.
answered Aug 25 '13 at 23:22
mikewhatevermikewhatever
24.4k77085
24.4k77085
should I run that in root terminal?
– Jake Newkirk
Aug 26 '13 at 0:30
You don't have to. Running is as a user with admin rights should work as well.
– mikewhatever
Aug 26 '13 at 1:07
I opened a terminal and ran the code. I restarted my system and it still doesn't automatically connect.
– Jake Newkirk
Aug 26 '13 at 1:22
That's odd. Check that it got added to /etc/modules withcat /etc/modules
.
– mikewhatever
Aug 26 '13 at 7:07
This is what it shows after I execute the command cat /etc/modules root@jake-XPS-M1530:/home/jake# cat /etc/modules # /etc/modules: kernel modules to load at boot time. # # This file contains the names of kernel modules that should be loaded # at boot time, one per line. Lines beginning with "#" are ignored. lp rtc b43 b43 b43 b43 b43 root@jake-XPS-M1530:/home/jake#
– Jake Newkirk
Aug 27 '13 at 3:17
|
show 2 more comments
should I run that in root terminal?
– Jake Newkirk
Aug 26 '13 at 0:30
You don't have to. Running is as a user with admin rights should work as well.
– mikewhatever
Aug 26 '13 at 1:07
I opened a terminal and ran the code. I restarted my system and it still doesn't automatically connect.
– Jake Newkirk
Aug 26 '13 at 1:22
That's odd. Check that it got added to /etc/modules withcat /etc/modules
.
– mikewhatever
Aug 26 '13 at 7:07
This is what it shows after I execute the command cat /etc/modules root@jake-XPS-M1530:/home/jake# cat /etc/modules # /etc/modules: kernel modules to load at boot time. # # This file contains the names of kernel modules that should be loaded # at boot time, one per line. Lines beginning with "#" are ignored. lp rtc b43 b43 b43 b43 b43 root@jake-XPS-M1530:/home/jake#
– Jake Newkirk
Aug 27 '13 at 3:17
should I run that in root terminal?
– Jake Newkirk
Aug 26 '13 at 0:30
should I run that in root terminal?
– Jake Newkirk
Aug 26 '13 at 0:30
You don't have to. Running is as a user with admin rights should work as well.
– mikewhatever
Aug 26 '13 at 1:07
You don't have to. Running is as a user with admin rights should work as well.
– mikewhatever
Aug 26 '13 at 1:07
I opened a terminal and ran the code. I restarted my system and it still doesn't automatically connect.
– Jake Newkirk
Aug 26 '13 at 1:22
I opened a terminal and ran the code. I restarted my system and it still doesn't automatically connect.
– Jake Newkirk
Aug 26 '13 at 1:22
That's odd. Check that it got added to /etc/modules with
cat /etc/modules
.– mikewhatever
Aug 26 '13 at 7:07
That's odd. Check that it got added to /etc/modules with
cat /etc/modules
.– mikewhatever
Aug 26 '13 at 7:07
This is what it shows after I execute the command cat /etc/modules root@jake-XPS-M1530:/home/jake# cat /etc/modules # /etc/modules: kernel modules to load at boot time. # # This file contains the names of kernel modules that should be loaded # at boot time, one per line. Lines beginning with "#" are ignored. lp rtc b43 b43 b43 b43 b43 root@jake-XPS-M1530:/home/jake#
– Jake Newkirk
Aug 27 '13 at 3:17
This is what it shows after I execute the command cat /etc/modules root@jake-XPS-M1530:/home/jake# cat /etc/modules # /etc/modules: kernel modules to load at boot time. # # This file contains the names of kernel modules that should be loaded # at boot time, one per line. Lines beginning with "#" are ignored. lp rtc b43 b43 b43 b43 b43 root@jake-XPS-M1530:/home/jake#
– Jake Newkirk
Aug 27 '13 at 3:17
|
show 2 more comments
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%2f337238%2fubuntu-12-04-lts-cant-find-my-wireless-card-or-the-network-after-i-shutdown-and%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