D630 Wifi Problem using Lubuntu 18.10 The 2019 Stack Overflow Developer Survey Results Are InInstalling Broadcom Wireless DriversWireless doesn't work on an Acer TravelMate 5520G with a Broadcom 4311 Dell Precision M65 Broadcom BCM4311 Wireless not workingDell Inspiron 5720 Wifi (Broadcom BCM43142, Ubuntu 12.10)Ubuntu 12.04 on Dell Inspiron - Wireless stopped workingBroadcom wifi issue on 14.04 LubuntuAsus F5RL Wifi problemNo wifi on macbookpro7,1 running lubuntu 16.04 LTSMissing wifi when updating base kernel Ubuntu 16.04wifi driver error - Ubuntu 18.04 for bcm4365 - Dell VostroWireless Broadcom issue on Mac Mini 2012

Time travel alters history but people keep saying nothing's changed

Why do we hear so much about the Trump administration deciding to impose and then remove tariffs?

"as much details as you can remember"

Return to UK after being refused entry years previously

Can we generate random numbers using irrational numbers like π and e?

Why not take a picture of a closer black hole?

What could be the right powersource for 15 seconds lifespan disposable giant chainsaw?

What is the motivation for a law requiring 2 parties to consent for recording a conversation

Output the Arecibo Message

Is this app Icon Browser Safe/Legit?

For what reasons would an animal species NOT cross a *horizontal* land bridge?

Button changing it's text & action. Good or terrible?

How to save as into a customized destination on macOS?

Resizing object distorts it (Illustrator CC 2018)

Aging parents with no investments

Lightning Grid - Columns and Rows?

Am I thawing this London Broil safely?

How to answer pointed "are you quitting" questioning when I don't want them to suspect

How to support a colleague who finds meetings extremely tiring?

Can a flute soloist sit?

What tool would a Roman-age civilization have for the breaking of silver and other metals into dust?

What is the accessibility of a package's `Private` context variables?

Pokemon Turn Based battle (Python)

Did 3000BC Egyptians use meteoric iron weapons?



D630 Wifi Problem using Lubuntu 18.10



The 2019 Stack Overflow Developer Survey Results Are InInstalling Broadcom Wireless DriversWireless doesn't work on an Acer TravelMate 5520G with a Broadcom 4311 Dell Precision M65 Broadcom BCM4311 Wireless not workingDell Inspiron 5720 Wifi (Broadcom BCM43142, Ubuntu 12.10)Ubuntu 12.04 on Dell Inspiron - Wireless stopped workingBroadcom wifi issue on 14.04 LubuntuAsus F5RL Wifi problemNo wifi on macbookpro7,1 running lubuntu 16.04 LTSMissing wifi when updating base kernel Ubuntu 16.04wifi driver error - Ubuntu 18.04 for bcm4365 - Dell VostroWireless Broadcom issue on Mac Mini 2012



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















Last week I installed Lubuntu 18.10 on a Dell D630 on a new hard drive. I previously had been using Lubuntu17.04 on this machine, but the hard drive quit working



The Wifi card (Dell 1390--BCM4311) didn’t work when I first installed 17.04. I looked around on the Internet and found information that told me to remove the STA driver and replace it using



sudo apt-get install --reinstall b43-fwcutter sudo apt-get install --reinstall bw43-fwcutter firmware-b43-installer



This worked fine in 17.04. I decided to try it for 18.10.



sudo apt-get install --reinstall b43-fwcutter [This seemed to work without problems.] sudo apt-get install --reinstall bw43-fwcutter firmware-b43-installer



[Linux response]



Reading package lists... Done Building dependency tree
Reading state information... Done E: Unable to locate package bw43-fwcutter



I tried the following



sudo apt-get install firmware-b43-installer



[Linux response]



E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable) E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?



I then tried:



sudo apt-get update sudo apt-get --reinstall install bcmwl-kernel-source [This appeared to run to a successful completion—no errors or problems came up.]



The instructions I was following then said to enter



sudo modprobe -r b43 ssb wl brcmfmac brcmsmac bcma



This gave an an error message "module ssb in use". I tried rebooting, but the wireless card didn't become operational. Interestingly, some icons on the task bar disappeared.



I removed the bcmwl-kernel-source and rebooted—the icons on the task bar reappeared.



So what next? It looks like the 18.10 repositories don't contain what the 17.04 repositories contained.










share|improve this question







New contributor




kenski is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.















  • 1





    Please stop trying to install unrelated drivers. Just follow the instructions in the duplicate.

    – GabrielaGarcia
    2 days ago






  • 4





    Possible duplicate of Installing Broadcom Wireless Drivers

    – GabrielaGarcia
    2 days ago











  • Please do: sudo apt purge bcmwl-kernel-source Reboot and do: sudo apt install firmware-b43-installer Please note and post any errors or warnings. If none, reboot and your wireless should be working perfectly.

    – chili555
    2 days ago











  • That worked. Thank you so much!

    – kenski
    2 days ago

















0















Last week I installed Lubuntu 18.10 on a Dell D630 on a new hard drive. I previously had been using Lubuntu17.04 on this machine, but the hard drive quit working



The Wifi card (Dell 1390--BCM4311) didn’t work when I first installed 17.04. I looked around on the Internet and found information that told me to remove the STA driver and replace it using



sudo apt-get install --reinstall b43-fwcutter sudo apt-get install --reinstall bw43-fwcutter firmware-b43-installer



This worked fine in 17.04. I decided to try it for 18.10.



sudo apt-get install --reinstall b43-fwcutter [This seemed to work without problems.] sudo apt-get install --reinstall bw43-fwcutter firmware-b43-installer



[Linux response]



Reading package lists... Done Building dependency tree
Reading state information... Done E: Unable to locate package bw43-fwcutter



I tried the following



sudo apt-get install firmware-b43-installer



[Linux response]



E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable) E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?



I then tried:



sudo apt-get update sudo apt-get --reinstall install bcmwl-kernel-source [This appeared to run to a successful completion—no errors or problems came up.]



The instructions I was following then said to enter



sudo modprobe -r b43 ssb wl brcmfmac brcmsmac bcma



This gave an an error message "module ssb in use". I tried rebooting, but the wireless card didn't become operational. Interestingly, some icons on the task bar disappeared.



I removed the bcmwl-kernel-source and rebooted—the icons on the task bar reappeared.



So what next? It looks like the 18.10 repositories don't contain what the 17.04 repositories contained.










share|improve this question







New contributor




kenski is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.















  • 1





    Please stop trying to install unrelated drivers. Just follow the instructions in the duplicate.

    – GabrielaGarcia
    2 days ago






  • 4





    Possible duplicate of Installing Broadcom Wireless Drivers

    – GabrielaGarcia
    2 days ago











  • Please do: sudo apt purge bcmwl-kernel-source Reboot and do: sudo apt install firmware-b43-installer Please note and post any errors or warnings. If none, reboot and your wireless should be working perfectly.

    – chili555
    2 days ago











  • That worked. Thank you so much!

    – kenski
    2 days ago













0












0








0








Last week I installed Lubuntu 18.10 on a Dell D630 on a new hard drive. I previously had been using Lubuntu17.04 on this machine, but the hard drive quit working



The Wifi card (Dell 1390--BCM4311) didn’t work when I first installed 17.04. I looked around on the Internet and found information that told me to remove the STA driver and replace it using



sudo apt-get install --reinstall b43-fwcutter sudo apt-get install --reinstall bw43-fwcutter firmware-b43-installer



This worked fine in 17.04. I decided to try it for 18.10.



sudo apt-get install --reinstall b43-fwcutter [This seemed to work without problems.] sudo apt-get install --reinstall bw43-fwcutter firmware-b43-installer



[Linux response]



Reading package lists... Done Building dependency tree
Reading state information... Done E: Unable to locate package bw43-fwcutter



I tried the following



sudo apt-get install firmware-b43-installer



[Linux response]



E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable) E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?



I then tried:



sudo apt-get update sudo apt-get --reinstall install bcmwl-kernel-source [This appeared to run to a successful completion—no errors or problems came up.]



The instructions I was following then said to enter



sudo modprobe -r b43 ssb wl brcmfmac brcmsmac bcma



This gave an an error message "module ssb in use". I tried rebooting, but the wireless card didn't become operational. Interestingly, some icons on the task bar disappeared.



I removed the bcmwl-kernel-source and rebooted—the icons on the task bar reappeared.



So what next? It looks like the 18.10 repositories don't contain what the 17.04 repositories contained.










share|improve this question







New contributor




kenski is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












Last week I installed Lubuntu 18.10 on a Dell D630 on a new hard drive. I previously had been using Lubuntu17.04 on this machine, but the hard drive quit working



The Wifi card (Dell 1390--BCM4311) didn’t work when I first installed 17.04. I looked around on the Internet and found information that told me to remove the STA driver and replace it using



sudo apt-get install --reinstall b43-fwcutter sudo apt-get install --reinstall bw43-fwcutter firmware-b43-installer



This worked fine in 17.04. I decided to try it for 18.10.



sudo apt-get install --reinstall b43-fwcutter [This seemed to work without problems.] sudo apt-get install --reinstall bw43-fwcutter firmware-b43-installer



[Linux response]



Reading package lists... Done Building dependency tree
Reading state information... Done E: Unable to locate package bw43-fwcutter



I tried the following



sudo apt-get install firmware-b43-installer



[Linux response]



E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable) E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?



I then tried:



sudo apt-get update sudo apt-get --reinstall install bcmwl-kernel-source [This appeared to run to a successful completion—no errors or problems came up.]



The instructions I was following then said to enter



sudo modprobe -r b43 ssb wl brcmfmac brcmsmac bcma



This gave an an error message "module ssb in use". I tried rebooting, but the wireless card didn't become operational. Interestingly, some icons on the task bar disappeared.



I removed the bcmwl-kernel-source and rebooted—the icons on the task bar reappeared.



So what next? It looks like the 18.10 repositories don't contain what the 17.04 repositories contained.







wireless






share|improve this question







New contributor




kenski is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




kenski is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




kenski is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 2 days ago









kenskikenski

1




1




New contributor




kenski is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





kenski is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






kenski is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







  • 1





    Please stop trying to install unrelated drivers. Just follow the instructions in the duplicate.

    – GabrielaGarcia
    2 days ago






  • 4





    Possible duplicate of Installing Broadcom Wireless Drivers

    – GabrielaGarcia
    2 days ago











  • Please do: sudo apt purge bcmwl-kernel-source Reboot and do: sudo apt install firmware-b43-installer Please note and post any errors or warnings. If none, reboot and your wireless should be working perfectly.

    – chili555
    2 days ago











  • That worked. Thank you so much!

    – kenski
    2 days ago












  • 1





    Please stop trying to install unrelated drivers. Just follow the instructions in the duplicate.

    – GabrielaGarcia
    2 days ago






  • 4





    Possible duplicate of Installing Broadcom Wireless Drivers

    – GabrielaGarcia
    2 days ago











  • Please do: sudo apt purge bcmwl-kernel-source Reboot and do: sudo apt install firmware-b43-installer Please note and post any errors or warnings. If none, reboot and your wireless should be working perfectly.

    – chili555
    2 days ago











  • That worked. Thank you so much!

    – kenski
    2 days ago







1




1





Please stop trying to install unrelated drivers. Just follow the instructions in the duplicate.

– GabrielaGarcia
2 days ago





Please stop trying to install unrelated drivers. Just follow the instructions in the duplicate.

– GabrielaGarcia
2 days ago




4




4





Possible duplicate of Installing Broadcom Wireless Drivers

– GabrielaGarcia
2 days ago





Possible duplicate of Installing Broadcom Wireless Drivers

– GabrielaGarcia
2 days ago













Please do: sudo apt purge bcmwl-kernel-source Reboot and do: sudo apt install firmware-b43-installer Please note and post any errors or warnings. If none, reboot and your wireless should be working perfectly.

– chili555
2 days ago





Please do: sudo apt purge bcmwl-kernel-source Reboot and do: sudo apt install firmware-b43-installer Please note and post any errors or warnings. If none, reboot and your wireless should be working perfectly.

– chili555
2 days ago













That worked. Thank you so much!

– kenski
2 days ago





That worked. Thank you so much!

– kenski
2 days ago










0






active

oldest

votes












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
);



);






kenski is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1132155%2fd630-wifi-problem-using-lubuntu-18-10%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes








kenski is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















kenski is a new contributor. Be nice, and check out our Code of Conduct.












kenski is a new contributor. Be nice, and check out our Code of Conduct.











kenski is a new contributor. Be nice, and check out our Code of Conduct.














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.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1132155%2fd630-wifi-problem-using-lubuntu-18-10%23new-answer', 'question_page');

);

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







Popular posts from this blog

xrandr — how to find the correct RGB full spectrum output command for my systemHow to get second display to work alongside primary display?Unable to change the refresh rate to 60hz with xrandrUbuntu 16.04 external monitors black screen “Could not set the configuration for CRTC”Ubuntu 18.04 Monitor not recognizedXubuntu 18.04 does not detect external monitors connected via USB-C hubLaptop running Ubuntu 18.04 and Nvidia GPU does not detect HDMI display

Distance measures on a map of a game The 2019 Stack Overflow Developer Survey Results Are Inmin distance in a graphShortest distance path on contour plotHow to plot a tilted map?Finding points outside of a diskDelaunay link distanceAnnulus from GeoDisks: drawing a ring on a mapNegative Correlation DistanceFind distance along a path (GPS coordinates)Finding position at given distance in a GeoPathMathematics behind distance estimation using camera

How to get a smooth, uniform ParametricPlot of a 2D Region?How to plot a complicated Region?How to exclude a region from ParametricPlotHow discretize a region placing vertices on a specific non-uniform gridHow to transform a Plot or a ParametricPlot into a RegionHow can I get a smooth plot of a bounded region?Smooth ParametricPlot3D with RegionFunction?Smooth border of a region ParametricPlotSmooth region boundarySmooth region plot from list of pointsGet minimum y of a certain x in a region