WI-FI Problems on 18.10Can't enable Ralink RT2561/RT61 wireless cardCan't turn on or enable wirelessWireless isn't working on Lenovo T400Ubuntu doesn't reconnect to WiFi unless I rebootWireless issues on Gateway M-6750No wireless after ugrade from 11.10 to 12.04Ethernet interface gets disabled when GPU is removed

Can the bass be used instead of drums?

Is there a practical way of making democratic-like system skewed towards competence?

Count number of different name in a file

How does paying extra on my mortgage affect my amortization schedule?

Is data science mathematically interesting?

What is the German word for: "It only works when I try to show you how it does not work"?

Would removing the "total cover" part of a Paladin's Divine Sense unbalance the feature?

How can I add just the second elements in lists of pairs?

An idiomatic word for "very little" in this context?

Is it reasonable to ask candidates to create a profile on Google Scholar?

Employer says he needs to delay payment by 3 months due to bureaucracy

What is this dial on my old film camera for?

Is consistent disregard for students' time "normal" in undergraduate research?

Is there a general way of solving the Maxwell equations?

Disrespectful employee going above my head and telling me what to do. I am his manager

UK PM is taking his proposal to EU but has not proposed to his own parliament - can he legally bypass the UK parliament?

Fantasy novel/series with young man who discovers he can use magic that is outlawed

Variable fixing based on a good feasible solution

How do I make the same variable available to all my theme files?

How to respond when insulted by a grad student in a different department?

Could Alpha Centauri be made of anti-matter?

Did smallpox emerge in 1580?

Why does 1.1.1.1 not resolve archive.is?

Short story about aliens who tried using the common cold as a weapon



WI-FI Problems on 18.10


Can't enable Ralink RT2561/RT61 wireless cardCan't turn on or enable wirelessWireless isn't working on Lenovo T400Ubuntu doesn't reconnect to WiFi unless I rebootWireless issues on Gateway M-6750No wireless after ugrade from 11.10 to 12.04Ethernet interface gets disabled when GPU is removed






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









0

















I realize there's a similar thread but since I didn't receive an answer over there I decided to create my own. My WiFi disconnects on its own and all I can do to fix it is restarting the network manager. Sometimes this happens once in a day, sometimes it happens every five minutes.



I've pasted output of dmesg here.



Output of sudo lshw -class network:



*-network
description: Ethernet interface
product: NetXtreme BCM57765 Gigabit Ethernet PCIe
vendor: Broadcom Inc. and subsidiaries
physical id: 0
bus info: pci@0000:01:00.0
logical name: enp1s0f0
version: 10
serial: 38:c9:86:07:28:a9
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi msix pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=tg3 driverversion=3.137 firmware=57765-v1.37 latency=0 link=no multicast=yes port=twisted pair
resources: irq:16 memory:a0400000-a040ffff memory:a0410000-a041ffff
*-network
description: Wireless interface
product: BCM4331 802.11a/b/g/n
vendor: Broadcom Inc. and subsidiaries
physical id: 0
bus info: pci@0000:02:00.0
logical name: wlp2s0
version: 02
serial: 38:c9:86:e6:dc:d0
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=wl0 driverversion=6.30.223.271 (r587334) ip=192.168.1.44 latency=0 multicast=yes wireless=IEEE 802.11
resources: irq:17 memory:a0600000-a0603fff









share|improve this question























  • 1





    Have you tried sudo sed -i 's/wifi.powersave = 3/wifi.powersave = 2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf && systemctl restart network-manager.service

    – Jeremy31
    Apr 25 at 21:25











  • Should I wait to try this until I have WiFi problems again or can I run it now?

    – Lucy C
    Apr 26 at 22:06

















0

















I realize there's a similar thread but since I didn't receive an answer over there I decided to create my own. My WiFi disconnects on its own and all I can do to fix it is restarting the network manager. Sometimes this happens once in a day, sometimes it happens every five minutes.



I've pasted output of dmesg here.



Output of sudo lshw -class network:



*-network
description: Ethernet interface
product: NetXtreme BCM57765 Gigabit Ethernet PCIe
vendor: Broadcom Inc. and subsidiaries
physical id: 0
bus info: pci@0000:01:00.0
logical name: enp1s0f0
version: 10
serial: 38:c9:86:07:28:a9
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi msix pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=tg3 driverversion=3.137 firmware=57765-v1.37 latency=0 link=no multicast=yes port=twisted pair
resources: irq:16 memory:a0400000-a040ffff memory:a0410000-a041ffff
*-network
description: Wireless interface
product: BCM4331 802.11a/b/g/n
vendor: Broadcom Inc. and subsidiaries
physical id: 0
bus info: pci@0000:02:00.0
logical name: wlp2s0
version: 02
serial: 38:c9:86:e6:dc:d0
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=wl0 driverversion=6.30.223.271 (r587334) ip=192.168.1.44 latency=0 multicast=yes wireless=IEEE 802.11
resources: irq:17 memory:a0600000-a0603fff









share|improve this question























  • 1





    Have you tried sudo sed -i 's/wifi.powersave = 3/wifi.powersave = 2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf && systemctl restart network-manager.service

    – Jeremy31
    Apr 25 at 21:25











  • Should I wait to try this until I have WiFi problems again or can I run it now?

    – Lucy C
    Apr 26 at 22:06













0












0








0








I realize there's a similar thread but since I didn't receive an answer over there I decided to create my own. My WiFi disconnects on its own and all I can do to fix it is restarting the network manager. Sometimes this happens once in a day, sometimes it happens every five minutes.



I've pasted output of dmesg here.



Output of sudo lshw -class network:



*-network
description: Ethernet interface
product: NetXtreme BCM57765 Gigabit Ethernet PCIe
vendor: Broadcom Inc. and subsidiaries
physical id: 0
bus info: pci@0000:01:00.0
logical name: enp1s0f0
version: 10
serial: 38:c9:86:07:28:a9
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi msix pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=tg3 driverversion=3.137 firmware=57765-v1.37 latency=0 link=no multicast=yes port=twisted pair
resources: irq:16 memory:a0400000-a040ffff memory:a0410000-a041ffff
*-network
description: Wireless interface
product: BCM4331 802.11a/b/g/n
vendor: Broadcom Inc. and subsidiaries
physical id: 0
bus info: pci@0000:02:00.0
logical name: wlp2s0
version: 02
serial: 38:c9:86:e6:dc:d0
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=wl0 driverversion=6.30.223.271 (r587334) ip=192.168.1.44 latency=0 multicast=yes wireless=IEEE 802.11
resources: irq:17 memory:a0600000-a0603fff









share|improve this question
















I realize there's a similar thread but since I didn't receive an answer over there I decided to create my own. My WiFi disconnects on its own and all I can do to fix it is restarting the network manager. Sometimes this happens once in a day, sometimes it happens every five minutes.



I've pasted output of dmesg here.



Output of sudo lshw -class network:



*-network
description: Ethernet interface
product: NetXtreme BCM57765 Gigabit Ethernet PCIe
vendor: Broadcom Inc. and subsidiaries
physical id: 0
bus info: pci@0000:01:00.0
logical name: enp1s0f0
version: 10
serial: 38:c9:86:07:28:a9
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi msix pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=tg3 driverversion=3.137 firmware=57765-v1.37 latency=0 link=no multicast=yes port=twisted pair
resources: irq:16 memory:a0400000-a040ffff memory:a0410000-a041ffff
*-network
description: Wireless interface
product: BCM4331 802.11a/b/g/n
vendor: Broadcom Inc. and subsidiaries
physical id: 0
bus info: pci@0000:02:00.0
logical name: wlp2s0
version: 02
serial: 38:c9:86:e6:dc:d0
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=wl0 driverversion=6.30.223.271 (r587334) ip=192.168.1.44 latency=0 multicast=yes wireless=IEEE 802.11
resources: irq:17 memory:a0600000-a0603fff






networking wireless broadcom 18.10






share|improve this question















share|improve this question













share|improve this question




share|improve this question



share|improve this question








edited Apr 25 at 21:30









Kulfy

8,14010 gold badges32 silver badges60 bronze badges




8,14010 gold badges32 silver badges60 bronze badges










asked Apr 25 at 21:16









Lucy CLucy C

801 silver badge10 bronze badges




801 silver badge10 bronze badges










  • 1





    Have you tried sudo sed -i 's/wifi.powersave = 3/wifi.powersave = 2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf && systemctl restart network-manager.service

    – Jeremy31
    Apr 25 at 21:25











  • Should I wait to try this until I have WiFi problems again or can I run it now?

    – Lucy C
    Apr 26 at 22:06












  • 1





    Have you tried sudo sed -i 's/wifi.powersave = 3/wifi.powersave = 2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf && systemctl restart network-manager.service

    – Jeremy31
    Apr 25 at 21:25











  • Should I wait to try this until I have WiFi problems again or can I run it now?

    – Lucy C
    Apr 26 at 22:06







1




1





Have you tried sudo sed -i 's/wifi.powersave = 3/wifi.powersave = 2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf && systemctl restart network-manager.service

– Jeremy31
Apr 25 at 21:25





Have you tried sudo sed -i 's/wifi.powersave = 3/wifi.powersave = 2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf && systemctl restart network-manager.service

– Jeremy31
Apr 25 at 21:25













Should I wait to try this until I have WiFi problems again or can I run it now?

– Lucy C
Apr 26 at 22:06





Should I wait to try this until I have WiFi problems again or can I run it now?

– Lucy C
Apr 26 at 22:06










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/4.0/"u003ecc by-sa 4.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
);



);














draft saved

draft discarded
















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1138186%2fwi-fi-problems-on-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
















draft saved

draft discarded















































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%2f1138186%2fwi-fi-problems-on-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

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

Genealogie vun de Merowenger Vum Merowech bis zum Chilperich I. | Navigatiounsmenü