Wireless Drivers for Broadcom BCM 4321 (14e4:4329) will not stay connected to a wireless network
So, I'm not necessary new to Linux, I just never took the time to learn it, so please, bare with me.
I just swapped out one of my wireless cards from one computer to another. This wireless card in question would be a "Broadcom BCM4321 (14e4:4329)" or actually a "Netgear WN311B Rangemax Next 270 Mbps Wireless PCI Adapter", but that's not important. I've tried (but probably screwed up in the process) installing the "wl" , "b43" and "brcmsmac" drivers, or at least I think I did. Currently I have only the following drivers loaded:
eugene@EugeneS-PCu:~$ lsmod | grep "brcmsmac|b43|ssb|bcma|wl"
b43 387371 0
bcma 52096 1 b43
mac80211 630653 1 b43
cfg80211 484040 2 b43,mac80211
ssb_hcd 12869 0
ssb 62379 2 b43,ssb_hcd
The main issue is that with most of the drivers available that I've installed, they will find my wireless network but, they will only stay connected for about a minute with abnormally slow speed and then all of a sudden disconnect. Currently, the computer is hooked into another to share it's connect so that I can install drivers from the internet instead of loading them on to a flash drive and doing it offline.
If anyone has any insight to the problem, that would be awesome. If not, I'll probably just look up how to install the Windows closed source driver.
Edit 1: Even when I try the method here, as suggested when this was marked as a duplicate, I still can't stay connected to a wireless network.
Edit 2: After discussing my issue with @Luis, he opened my question back up and told me to include the tests/procedures in the comments. Basically I did this:
- Read the first answer of the link above when this question was marked as duplicate which involved installing removing
bcmwl-kernel-source
and instead installfirmware-b43-installer
andb43-fwcutter
. - No change of result and contacted Luis in the comments, who then told me to try the second answer which involved removing my previous mistake and installing
bcmwl-kernel-source
- Now the Network Manger (this has happend before, but usally I fixed it by using a different driver) even recognizes WiFi exist (both non-literal and literal). Luis who then suggested
sudo rfkill unblock all
rfkill unblock all
didn't return anything, so I decide to trysudo rfkill list all
. Returns nothing (no wonderrfkill unblock all
did nothing).- I enter
lsmod | grep "brcmsmac|b43|ssb|bcma|wl"
and that returns nothing.
Try loading the driver by entering
sudo modprobe b43
and trylsmod | grep "brcmsmac|b43|ssb|bcma|wl"
again. Returns this:
eugene@Eugenes-uPC:~$ sudo modprobe b43
eugene@Eugenes-uPC:~$ lsmod | grep "brcmsmac|b43|ssb|bcma|wl"
b43 387371 0
bcma 52096 1 b43
mac80211 630653 1 b43
cfg80211 484040 2 b43,mac80211
ssb_hcd 12869 0
ssb 62379 2 b43,ssb_hcd
So to recap: Currently Network Manager doesn't recognize Wireless exists, b43 drivers are loaded and I've currently hardwired a connect from my laptop to the computer that's causing this.
Edit 3: So I just decided to try again to install bcmwl-kernel-source
. It was able to find my network and it tried to connect. However, in never really succeeded and kept asking me for the network pass phrase. I give it the correct one every time but it keeps asking about three times and then stops trying. At this point I'm starting to research how to use ndiswrapper
but haven't had any luck with that either.
Edit 4: After crying in a corner for about a month, I've decided to do a fresh install of Ubuntu and install the Broadcom STA drivers (wl.ko
) right off their website. It does indeed find networks and seems to know how to connect to them, however, It will connect to them for a few minutes with very slow connection speed and then just drop. That was with the Wicd Network Manager too, with just plain old network-manager
, it will keep asking for my password to connect to the network never actually connecting to the network.
wireless networking 14.04 drivers broadcom
add a comment |
So, I'm not necessary new to Linux, I just never took the time to learn it, so please, bare with me.
I just swapped out one of my wireless cards from one computer to another. This wireless card in question would be a "Broadcom BCM4321 (14e4:4329)" or actually a "Netgear WN311B Rangemax Next 270 Mbps Wireless PCI Adapter", but that's not important. I've tried (but probably screwed up in the process) installing the "wl" , "b43" and "brcmsmac" drivers, or at least I think I did. Currently I have only the following drivers loaded:
eugene@EugeneS-PCu:~$ lsmod | grep "brcmsmac|b43|ssb|bcma|wl"
b43 387371 0
bcma 52096 1 b43
mac80211 630653 1 b43
cfg80211 484040 2 b43,mac80211
ssb_hcd 12869 0
ssb 62379 2 b43,ssb_hcd
The main issue is that with most of the drivers available that I've installed, they will find my wireless network but, they will only stay connected for about a minute with abnormally slow speed and then all of a sudden disconnect. Currently, the computer is hooked into another to share it's connect so that I can install drivers from the internet instead of loading them on to a flash drive and doing it offline.
If anyone has any insight to the problem, that would be awesome. If not, I'll probably just look up how to install the Windows closed source driver.
Edit 1: Even when I try the method here, as suggested when this was marked as a duplicate, I still can't stay connected to a wireless network.
Edit 2: After discussing my issue with @Luis, he opened my question back up and told me to include the tests/procedures in the comments. Basically I did this:
- Read the first answer of the link above when this question was marked as duplicate which involved installing removing
bcmwl-kernel-source
and instead installfirmware-b43-installer
andb43-fwcutter
. - No change of result and contacted Luis in the comments, who then told me to try the second answer which involved removing my previous mistake and installing
bcmwl-kernel-source
- Now the Network Manger (this has happend before, but usally I fixed it by using a different driver) even recognizes WiFi exist (both non-literal and literal). Luis who then suggested
sudo rfkill unblock all
rfkill unblock all
didn't return anything, so I decide to trysudo rfkill list all
. Returns nothing (no wonderrfkill unblock all
did nothing).- I enter
lsmod | grep "brcmsmac|b43|ssb|bcma|wl"
and that returns nothing.
Try loading the driver by entering
sudo modprobe b43
and trylsmod | grep "brcmsmac|b43|ssb|bcma|wl"
again. Returns this:
eugene@Eugenes-uPC:~$ sudo modprobe b43
eugene@Eugenes-uPC:~$ lsmod | grep "brcmsmac|b43|ssb|bcma|wl"
b43 387371 0
bcma 52096 1 b43
mac80211 630653 1 b43
cfg80211 484040 2 b43,mac80211
ssb_hcd 12869 0
ssb 62379 2 b43,ssb_hcd
So to recap: Currently Network Manager doesn't recognize Wireless exists, b43 drivers are loaded and I've currently hardwired a connect from my laptop to the computer that's causing this.
Edit 3: So I just decided to try again to install bcmwl-kernel-source
. It was able to find my network and it tried to connect. However, in never really succeeded and kept asking me for the network pass phrase. I give it the correct one every time but it keeps asking about three times and then stops trying. At this point I'm starting to research how to use ndiswrapper
but haven't had any luck with that either.
Edit 4: After crying in a corner for about a month, I've decided to do a fresh install of Ubuntu and install the Broadcom STA drivers (wl.ko
) right off their website. It does indeed find networks and seems to know how to connect to them, however, It will connect to them for a few minutes with very slow connection speed and then just drop. That was with the Wicd Network Manager too, with just plain old network-manager
, it will keep asking for my password to connect to the network never actually connecting to the network.
wireless networking 14.04 drivers broadcom
add a comment |
So, I'm not necessary new to Linux, I just never took the time to learn it, so please, bare with me.
I just swapped out one of my wireless cards from one computer to another. This wireless card in question would be a "Broadcom BCM4321 (14e4:4329)" or actually a "Netgear WN311B Rangemax Next 270 Mbps Wireless PCI Adapter", but that's not important. I've tried (but probably screwed up in the process) installing the "wl" , "b43" and "brcmsmac" drivers, or at least I think I did. Currently I have only the following drivers loaded:
eugene@EugeneS-PCu:~$ lsmod | grep "brcmsmac|b43|ssb|bcma|wl"
b43 387371 0
bcma 52096 1 b43
mac80211 630653 1 b43
cfg80211 484040 2 b43,mac80211
ssb_hcd 12869 0
ssb 62379 2 b43,ssb_hcd
The main issue is that with most of the drivers available that I've installed, they will find my wireless network but, they will only stay connected for about a minute with abnormally slow speed and then all of a sudden disconnect. Currently, the computer is hooked into another to share it's connect so that I can install drivers from the internet instead of loading them on to a flash drive and doing it offline.
If anyone has any insight to the problem, that would be awesome. If not, I'll probably just look up how to install the Windows closed source driver.
Edit 1: Even when I try the method here, as suggested when this was marked as a duplicate, I still can't stay connected to a wireless network.
Edit 2: After discussing my issue with @Luis, he opened my question back up and told me to include the tests/procedures in the comments. Basically I did this:
- Read the first answer of the link above when this question was marked as duplicate which involved installing removing
bcmwl-kernel-source
and instead installfirmware-b43-installer
andb43-fwcutter
. - No change of result and contacted Luis in the comments, who then told me to try the second answer which involved removing my previous mistake and installing
bcmwl-kernel-source
- Now the Network Manger (this has happend before, but usally I fixed it by using a different driver) even recognizes WiFi exist (both non-literal and literal). Luis who then suggested
sudo rfkill unblock all
rfkill unblock all
didn't return anything, so I decide to trysudo rfkill list all
. Returns nothing (no wonderrfkill unblock all
did nothing).- I enter
lsmod | grep "brcmsmac|b43|ssb|bcma|wl"
and that returns nothing.
Try loading the driver by entering
sudo modprobe b43
and trylsmod | grep "brcmsmac|b43|ssb|bcma|wl"
again. Returns this:
eugene@Eugenes-uPC:~$ sudo modprobe b43
eugene@Eugenes-uPC:~$ lsmod | grep "brcmsmac|b43|ssb|bcma|wl"
b43 387371 0
bcma 52096 1 b43
mac80211 630653 1 b43
cfg80211 484040 2 b43,mac80211
ssb_hcd 12869 0
ssb 62379 2 b43,ssb_hcd
So to recap: Currently Network Manager doesn't recognize Wireless exists, b43 drivers are loaded and I've currently hardwired a connect from my laptop to the computer that's causing this.
Edit 3: So I just decided to try again to install bcmwl-kernel-source
. It was able to find my network and it tried to connect. However, in never really succeeded and kept asking me for the network pass phrase. I give it the correct one every time but it keeps asking about three times and then stops trying. At this point I'm starting to research how to use ndiswrapper
but haven't had any luck with that either.
Edit 4: After crying in a corner for about a month, I've decided to do a fresh install of Ubuntu and install the Broadcom STA drivers (wl.ko
) right off their website. It does indeed find networks and seems to know how to connect to them, however, It will connect to them for a few minutes with very slow connection speed and then just drop. That was with the Wicd Network Manager too, with just plain old network-manager
, it will keep asking for my password to connect to the network never actually connecting to the network.
wireless networking 14.04 drivers broadcom
So, I'm not necessary new to Linux, I just never took the time to learn it, so please, bare with me.
I just swapped out one of my wireless cards from one computer to another. This wireless card in question would be a "Broadcom BCM4321 (14e4:4329)" or actually a "Netgear WN311B Rangemax Next 270 Mbps Wireless PCI Adapter", but that's not important. I've tried (but probably screwed up in the process) installing the "wl" , "b43" and "brcmsmac" drivers, or at least I think I did. Currently I have only the following drivers loaded:
eugene@EugeneS-PCu:~$ lsmod | grep "brcmsmac|b43|ssb|bcma|wl"
b43 387371 0
bcma 52096 1 b43
mac80211 630653 1 b43
cfg80211 484040 2 b43,mac80211
ssb_hcd 12869 0
ssb 62379 2 b43,ssb_hcd
The main issue is that with most of the drivers available that I've installed, they will find my wireless network but, they will only stay connected for about a minute with abnormally slow speed and then all of a sudden disconnect. Currently, the computer is hooked into another to share it's connect so that I can install drivers from the internet instead of loading them on to a flash drive and doing it offline.
If anyone has any insight to the problem, that would be awesome. If not, I'll probably just look up how to install the Windows closed source driver.
Edit 1: Even when I try the method here, as suggested when this was marked as a duplicate, I still can't stay connected to a wireless network.
Edit 2: After discussing my issue with @Luis, he opened my question back up and told me to include the tests/procedures in the comments. Basically I did this:
- Read the first answer of the link above when this question was marked as duplicate which involved installing removing
bcmwl-kernel-source
and instead installfirmware-b43-installer
andb43-fwcutter
. - No change of result and contacted Luis in the comments, who then told me to try the second answer which involved removing my previous mistake and installing
bcmwl-kernel-source
- Now the Network Manger (this has happend before, but usally I fixed it by using a different driver) even recognizes WiFi exist (both non-literal and literal). Luis who then suggested
sudo rfkill unblock all
rfkill unblock all
didn't return anything, so I decide to trysudo rfkill list all
. Returns nothing (no wonderrfkill unblock all
did nothing).- I enter
lsmod | grep "brcmsmac|b43|ssb|bcma|wl"
and that returns nothing.
Try loading the driver by entering
sudo modprobe b43
and trylsmod | grep "brcmsmac|b43|ssb|bcma|wl"
again. Returns this:
eugene@Eugenes-uPC:~$ sudo modprobe b43
eugene@Eugenes-uPC:~$ lsmod | grep "brcmsmac|b43|ssb|bcma|wl"
b43 387371 0
bcma 52096 1 b43
mac80211 630653 1 b43
cfg80211 484040 2 b43,mac80211
ssb_hcd 12869 0
ssb 62379 2 b43,ssb_hcd
So to recap: Currently Network Manager doesn't recognize Wireless exists, b43 drivers are loaded and I've currently hardwired a connect from my laptop to the computer that's causing this.
Edit 3: So I just decided to try again to install bcmwl-kernel-source
. It was able to find my network and it tried to connect. However, in never really succeeded and kept asking me for the network pass phrase. I give it the correct one every time but it keeps asking about three times and then stops trying. At this point I'm starting to research how to use ndiswrapper
but haven't had any luck with that either.
Edit 4: After crying in a corner for about a month, I've decided to do a fresh install of Ubuntu and install the Broadcom STA drivers (wl.ko
) right off their website. It does indeed find networks and seems to know how to connect to them, however, It will connect to them for a few minutes with very slow connection speed and then just drop. That was with the Wicd Network Manager too, with just plain old network-manager
, it will keep asking for my password to connect to the network never actually connecting to the network.
wireless networking 14.04 drivers broadcom
wireless networking 14.04 drivers broadcom
edited Apr 13 '17 at 12:23
Community♦
1
1
asked Aug 18 '14 at 17:01
Eugene
3028
3028
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
I also have a Broadcom BCM4321 wireless card but
sudo apt-get install bcmwl-kernel-source
works perfectly for me on ubuntu 14.04.1
But is you PCI ID the same as mine (4329)? It could make all the difference from what I've researched.
– Eugene
Aug 21 '14 at 5:11
try the driver from here [link]broadcom.com/support/802.11/linux_sta.php -- see if it works
– neo321
Aug 21 '14 at 14:53
I already have.
– Eugene
Aug 21 '14 at 16:21
Well then, i guess you can just switch back to windows then :)
– neo321
Aug 21 '14 at 19:35
@Eugene is right. The PCI ID is what matters. brcmsmac works best for me. Besides, if Eugene needs to, he can use ndiswrapper and run the Windows driver with Wine. If the Windows driver seems to work so well, it should run just fine under Wine.
– John Scott
Oct 15 '14 at 13:10
|
show 3 more comments
I also have this exact card, and have also recently switched to Linux. I also did extensive testing, and ended up just buying a cheap Linksys AE2500, which works fine for me through ndiswrapper. The reason is simple: The Netgear card works in the 32-bit version of Ubuntu, but not in the 64-bit version, and I have 8GB of RAM in my system.
Honestly, I can't remember if it's the b43 drivers or the wl ones, but it's not really that hard to switch them out thanks to the Software & Updates GUI. Besides, if I remember right, whichever ones were loaded by default were the ones that worked.
tl;dr version: Try the 32-bit version of Ubuntu. Strange as it may be, it worked for me, though you'd be sacrificing certain abilities, especially if you have more than 4GB of RAM.
Ew. Thanks, but do you know if there's a way to "emulate" a 32 bit version of ubuntu for the network drivers?
– Eugene
Nov 12 '14 at 23:00
add a comment |
I have the same card BCM4321 (14e4:4329) and came here by Google. Thanks for your help, maybe I could help you too.
I am using Kubuntu and Lubuntu (both 64bits), and spent some time trying to understand why the same card works fine in Kubuntu but don't exists in Lubuntu, both having bcmwl-kernel-source installed. Using lsmod
as you suggest now I think seems that has a conflict because of many drivers installed.
I suggest you try:
- run
lsmod | grep "brcmsmac|b43|ssb|bcma|wl"
to list installed drivers - for each drive, run
sudo modprobe -r drivername
to disable it; disable all of them - then run
sudo modprobe wl
to enable just one of them
add a comment |
sudo gedit /etc/modprobe.d/blacklist.conf
Add # in front of "blacklist bcm43xx". Then reboot.
This fixed the problem for me.
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%2f513011%2fwireless-drivers-for-broadcom-bcm-4321-14e44329-will-not-stay-connected-to-a%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
I also have a Broadcom BCM4321 wireless card but
sudo apt-get install bcmwl-kernel-source
works perfectly for me on ubuntu 14.04.1
But is you PCI ID the same as mine (4329)? It could make all the difference from what I've researched.
– Eugene
Aug 21 '14 at 5:11
try the driver from here [link]broadcom.com/support/802.11/linux_sta.php -- see if it works
– neo321
Aug 21 '14 at 14:53
I already have.
– Eugene
Aug 21 '14 at 16:21
Well then, i guess you can just switch back to windows then :)
– neo321
Aug 21 '14 at 19:35
@Eugene is right. The PCI ID is what matters. brcmsmac works best for me. Besides, if Eugene needs to, he can use ndiswrapper and run the Windows driver with Wine. If the Windows driver seems to work so well, it should run just fine under Wine.
– John Scott
Oct 15 '14 at 13:10
|
show 3 more comments
I also have a Broadcom BCM4321 wireless card but
sudo apt-get install bcmwl-kernel-source
works perfectly for me on ubuntu 14.04.1
But is you PCI ID the same as mine (4329)? It could make all the difference from what I've researched.
– Eugene
Aug 21 '14 at 5:11
try the driver from here [link]broadcom.com/support/802.11/linux_sta.php -- see if it works
– neo321
Aug 21 '14 at 14:53
I already have.
– Eugene
Aug 21 '14 at 16:21
Well then, i guess you can just switch back to windows then :)
– neo321
Aug 21 '14 at 19:35
@Eugene is right. The PCI ID is what matters. brcmsmac works best for me. Besides, if Eugene needs to, he can use ndiswrapper and run the Windows driver with Wine. If the Windows driver seems to work so well, it should run just fine under Wine.
– John Scott
Oct 15 '14 at 13:10
|
show 3 more comments
I also have a Broadcom BCM4321 wireless card but
sudo apt-get install bcmwl-kernel-source
works perfectly for me on ubuntu 14.04.1
I also have a Broadcom BCM4321 wireless card but
sudo apt-get install bcmwl-kernel-source
works perfectly for me on ubuntu 14.04.1
answered Aug 21 '14 at 4:36
neo321
263
263
But is you PCI ID the same as mine (4329)? It could make all the difference from what I've researched.
– Eugene
Aug 21 '14 at 5:11
try the driver from here [link]broadcom.com/support/802.11/linux_sta.php -- see if it works
– neo321
Aug 21 '14 at 14:53
I already have.
– Eugene
Aug 21 '14 at 16:21
Well then, i guess you can just switch back to windows then :)
– neo321
Aug 21 '14 at 19:35
@Eugene is right. The PCI ID is what matters. brcmsmac works best for me. Besides, if Eugene needs to, he can use ndiswrapper and run the Windows driver with Wine. If the Windows driver seems to work so well, it should run just fine under Wine.
– John Scott
Oct 15 '14 at 13:10
|
show 3 more comments
But is you PCI ID the same as mine (4329)? It could make all the difference from what I've researched.
– Eugene
Aug 21 '14 at 5:11
try the driver from here [link]broadcom.com/support/802.11/linux_sta.php -- see if it works
– neo321
Aug 21 '14 at 14:53
I already have.
– Eugene
Aug 21 '14 at 16:21
Well then, i guess you can just switch back to windows then :)
– neo321
Aug 21 '14 at 19:35
@Eugene is right. The PCI ID is what matters. brcmsmac works best for me. Besides, if Eugene needs to, he can use ndiswrapper and run the Windows driver with Wine. If the Windows driver seems to work so well, it should run just fine under Wine.
– John Scott
Oct 15 '14 at 13:10
But is you PCI ID the same as mine (4329)? It could make all the difference from what I've researched.
– Eugene
Aug 21 '14 at 5:11
But is you PCI ID the same as mine (4329)? It could make all the difference from what I've researched.
– Eugene
Aug 21 '14 at 5:11
try the driver from here [link]broadcom.com/support/802.11/linux_sta.php -- see if it works
– neo321
Aug 21 '14 at 14:53
try the driver from here [link]broadcom.com/support/802.11/linux_sta.php -- see if it works
– neo321
Aug 21 '14 at 14:53
I already have.
– Eugene
Aug 21 '14 at 16:21
I already have.
– Eugene
Aug 21 '14 at 16:21
Well then, i guess you can just switch back to windows then :)
– neo321
Aug 21 '14 at 19:35
Well then, i guess you can just switch back to windows then :)
– neo321
Aug 21 '14 at 19:35
@Eugene is right. The PCI ID is what matters. brcmsmac works best for me. Besides, if Eugene needs to, he can use ndiswrapper and run the Windows driver with Wine. If the Windows driver seems to work so well, it should run just fine under Wine.
– John Scott
Oct 15 '14 at 13:10
@Eugene is right. The PCI ID is what matters. brcmsmac works best for me. Besides, if Eugene needs to, he can use ndiswrapper and run the Windows driver with Wine. If the Windows driver seems to work so well, it should run just fine under Wine.
– John Scott
Oct 15 '14 at 13:10
|
show 3 more comments
I also have this exact card, and have also recently switched to Linux. I also did extensive testing, and ended up just buying a cheap Linksys AE2500, which works fine for me through ndiswrapper. The reason is simple: The Netgear card works in the 32-bit version of Ubuntu, but not in the 64-bit version, and I have 8GB of RAM in my system.
Honestly, I can't remember if it's the b43 drivers or the wl ones, but it's not really that hard to switch them out thanks to the Software & Updates GUI. Besides, if I remember right, whichever ones were loaded by default were the ones that worked.
tl;dr version: Try the 32-bit version of Ubuntu. Strange as it may be, it worked for me, though you'd be sacrificing certain abilities, especially if you have more than 4GB of RAM.
Ew. Thanks, but do you know if there's a way to "emulate" a 32 bit version of ubuntu for the network drivers?
– Eugene
Nov 12 '14 at 23:00
add a comment |
I also have this exact card, and have also recently switched to Linux. I also did extensive testing, and ended up just buying a cheap Linksys AE2500, which works fine for me through ndiswrapper. The reason is simple: The Netgear card works in the 32-bit version of Ubuntu, but not in the 64-bit version, and I have 8GB of RAM in my system.
Honestly, I can't remember if it's the b43 drivers or the wl ones, but it's not really that hard to switch them out thanks to the Software & Updates GUI. Besides, if I remember right, whichever ones were loaded by default were the ones that worked.
tl;dr version: Try the 32-bit version of Ubuntu. Strange as it may be, it worked for me, though you'd be sacrificing certain abilities, especially if you have more than 4GB of RAM.
Ew. Thanks, but do you know if there's a way to "emulate" a 32 bit version of ubuntu for the network drivers?
– Eugene
Nov 12 '14 at 23:00
add a comment |
I also have this exact card, and have also recently switched to Linux. I also did extensive testing, and ended up just buying a cheap Linksys AE2500, which works fine for me through ndiswrapper. The reason is simple: The Netgear card works in the 32-bit version of Ubuntu, but not in the 64-bit version, and I have 8GB of RAM in my system.
Honestly, I can't remember if it's the b43 drivers or the wl ones, but it's not really that hard to switch them out thanks to the Software & Updates GUI. Besides, if I remember right, whichever ones were loaded by default were the ones that worked.
tl;dr version: Try the 32-bit version of Ubuntu. Strange as it may be, it worked for me, though you'd be sacrificing certain abilities, especially if you have more than 4GB of RAM.
I also have this exact card, and have also recently switched to Linux. I also did extensive testing, and ended up just buying a cheap Linksys AE2500, which works fine for me through ndiswrapper. The reason is simple: The Netgear card works in the 32-bit version of Ubuntu, but not in the 64-bit version, and I have 8GB of RAM in my system.
Honestly, I can't remember if it's the b43 drivers or the wl ones, but it's not really that hard to switch them out thanks to the Software & Updates GUI. Besides, if I remember right, whichever ones were loaded by default were the ones that worked.
tl;dr version: Try the 32-bit version of Ubuntu. Strange as it may be, it worked for me, though you'd be sacrificing certain abilities, especially if you have more than 4GB of RAM.
edited Oct 29 '14 at 23:00
answered Oct 29 '14 at 22:54
Alicia
11
11
Ew. Thanks, but do you know if there's a way to "emulate" a 32 bit version of ubuntu for the network drivers?
– Eugene
Nov 12 '14 at 23:00
add a comment |
Ew. Thanks, but do you know if there's a way to "emulate" a 32 bit version of ubuntu for the network drivers?
– Eugene
Nov 12 '14 at 23:00
Ew. Thanks, but do you know if there's a way to "emulate" a 32 bit version of ubuntu for the network drivers?
– Eugene
Nov 12 '14 at 23:00
Ew. Thanks, but do you know if there's a way to "emulate" a 32 bit version of ubuntu for the network drivers?
– Eugene
Nov 12 '14 at 23:00
add a comment |
I have the same card BCM4321 (14e4:4329) and came here by Google. Thanks for your help, maybe I could help you too.
I am using Kubuntu and Lubuntu (both 64bits), and spent some time trying to understand why the same card works fine in Kubuntu but don't exists in Lubuntu, both having bcmwl-kernel-source installed. Using lsmod
as you suggest now I think seems that has a conflict because of many drivers installed.
I suggest you try:
- run
lsmod | grep "brcmsmac|b43|ssb|bcma|wl"
to list installed drivers - for each drive, run
sudo modprobe -r drivername
to disable it; disable all of them - then run
sudo modprobe wl
to enable just one of them
add a comment |
I have the same card BCM4321 (14e4:4329) and came here by Google. Thanks for your help, maybe I could help you too.
I am using Kubuntu and Lubuntu (both 64bits), and spent some time trying to understand why the same card works fine in Kubuntu but don't exists in Lubuntu, both having bcmwl-kernel-source installed. Using lsmod
as you suggest now I think seems that has a conflict because of many drivers installed.
I suggest you try:
- run
lsmod | grep "brcmsmac|b43|ssb|bcma|wl"
to list installed drivers - for each drive, run
sudo modprobe -r drivername
to disable it; disable all of them - then run
sudo modprobe wl
to enable just one of them
add a comment |
I have the same card BCM4321 (14e4:4329) and came here by Google. Thanks for your help, maybe I could help you too.
I am using Kubuntu and Lubuntu (both 64bits), and spent some time trying to understand why the same card works fine in Kubuntu but don't exists in Lubuntu, both having bcmwl-kernel-source installed. Using lsmod
as you suggest now I think seems that has a conflict because of many drivers installed.
I suggest you try:
- run
lsmod | grep "brcmsmac|b43|ssb|bcma|wl"
to list installed drivers - for each drive, run
sudo modprobe -r drivername
to disable it; disable all of them - then run
sudo modprobe wl
to enable just one of them
I have the same card BCM4321 (14e4:4329) and came here by Google. Thanks for your help, maybe I could help you too.
I am using Kubuntu and Lubuntu (both 64bits), and spent some time trying to understand why the same card works fine in Kubuntu but don't exists in Lubuntu, both having bcmwl-kernel-source installed. Using lsmod
as you suggest now I think seems that has a conflict because of many drivers installed.
I suggest you try:
- run
lsmod | grep "brcmsmac|b43|ssb|bcma|wl"
to list installed drivers - for each drive, run
sudo modprobe -r drivername
to disable it; disable all of them - then run
sudo modprobe wl
to enable just one of them
answered Feb 10 '17 at 16:16
TNT
1012
1012
add a comment |
add a comment |
sudo gedit /etc/modprobe.d/blacklist.conf
Add # in front of "blacklist bcm43xx". Then reboot.
This fixed the problem for me.
add a comment |
sudo gedit /etc/modprobe.d/blacklist.conf
Add # in front of "blacklist bcm43xx". Then reboot.
This fixed the problem for me.
add a comment |
sudo gedit /etc/modprobe.d/blacklist.conf
Add # in front of "blacklist bcm43xx". Then reboot.
This fixed the problem for me.
sudo gedit /etc/modprobe.d/blacklist.conf
Add # in front of "blacklist bcm43xx". Then reboot.
This fixed the problem for me.
answered May 24 at 1:58
Ahmad Mahmoud
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f513011%2fwireless-drivers-for-broadcom-bcm-4321-14e44329-will-not-stay-connected-to-a%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