Ubuntu 18.04 LTS wifi problems





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







1















Since I bought a new laptop, during already two years, I have endless problems with WiFi on my laptop (Lenovo Y50-70) on Ubuntu (16.04, 18.04).



Firstly, it always disconnects from connections, such as eduroam or any other enterprise connections. I tried maaany things to solve it, but none of them worked:




  • Change IPv6 to Ignore/Disable


  • Installing/reinstalling wifi drivers (I have broadcom wifi card)

  • Connecting to the specific access point (iwlist scan and choosing the best connection according to the signal strength)

  • Adding b43 to blacklist

  • Disabling Secure Boot

  • Using Wicd Network Manager

  • And many many other things found in stackoverflow or elsewhere...


My WiFI card details:



08:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4352 802.11ac Wireless Network Adapter [14e4:43b1] (rev 03)
Subsystem: Lenovo BCM4352 802.11ac Wireless Network Adapter [17aa:0623]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 17
Region 0: Memory at d1600000 (64-bit, non-prefetchable) [size=32K]
Region 2: Memory at d1400000 (64-bit, non-prefetchable) [size=2M]
Capabilities: <access denied>
Kernel driver in use: wl
Kernel modules: bcma, wl


Now, I was trying to play with drivers etc... And endup with a biger problem. Now, when I connect to the eduroam I can use it for 5-10 minutes after it disconnects and never connects back, also all wifi connections disappears. In the syslog, on disconnect I caught this error: https://pastebin.com/FxP7PmPn
To connect again I need to unbind and bind again wl driver:



sudo rmmod wl

sudo modprobe wl


Maybe someone can explain why it happens to me? Is it possible to fix? I really tired of that for 2 years...



Some details:




  • Laptop: Lenovo Y50-70

  • OS: Ubuntu 18.04 LTS

  • I have dual boot with
    Windows 10


  • I installed wifi drivers using command:



    apt-get install bcmwl-kernel-source 



If you need more details - let me know.



Also this (output from command rfkill list all):



2: ideapad_wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
3: ideapad_bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
4: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
11: phy3: Wireless LAN
Soft blocked: no
Hard blocked: no
12: brcmwl-0: Wireless LAN
Soft blocked: no
Hard blocked: no


Thank you for any kind of help.



UPDATE:
I bought TP-Link (TL-WN725N) wifi usb adapter and tried to use it with eduroam networks. I can confirm that the problem is still the same - it disconnects after some time and it's very difficult to connect again. I need to restart network-manager several times or unload and load r8188eu module. Of course, there are no errors in the syslog which I posted above, but still...










share|improve this question

























  • You should be using the broadcom-sta-dkms driver. Uninstall all other broadcom drivers first. Report back to @heynnema

    – heynnema
    Oct 25 '18 at 18:16











  • Hello, @heynnema. Thank you for help. But I already tried to do so. I uninstalled bcmwl-kernel-source, and installed broadcom-sta-dkms drivers. I used these commands: apt-get purge bcmwl-kernel-source apt-get install broadcom-sta-dkms Although the crash is gone from syslog, but I still have the same problem and I always see this error: cfg80211_inform_bss_frame error

    – Tomas
    Oct 27 '18 at 13:08











  • Edit your question with the output of sudo debsums -s. Report back to @heynnema

    – heynnema
    Oct 28 '18 at 23:19











  • @heynnema I had the same errors, so I switched back to bcmwl-kernel-source.

    – Tomas
    Oct 29 '18 at 14:23











  • Note that the dkms driver will rebuild itself after Software Updates that update the kernel. Did you do debsums yet?

    – heynnema
    Oct 29 '18 at 14:30




















1















Since I bought a new laptop, during already two years, I have endless problems with WiFi on my laptop (Lenovo Y50-70) on Ubuntu (16.04, 18.04).



Firstly, it always disconnects from connections, such as eduroam or any other enterprise connections. I tried maaany things to solve it, but none of them worked:




  • Change IPv6 to Ignore/Disable


  • Installing/reinstalling wifi drivers (I have broadcom wifi card)

  • Connecting to the specific access point (iwlist scan and choosing the best connection according to the signal strength)

  • Adding b43 to blacklist

  • Disabling Secure Boot

  • Using Wicd Network Manager

  • And many many other things found in stackoverflow or elsewhere...


My WiFI card details:



08:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4352 802.11ac Wireless Network Adapter [14e4:43b1] (rev 03)
Subsystem: Lenovo BCM4352 802.11ac Wireless Network Adapter [17aa:0623]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 17
Region 0: Memory at d1600000 (64-bit, non-prefetchable) [size=32K]
Region 2: Memory at d1400000 (64-bit, non-prefetchable) [size=2M]
Capabilities: <access denied>
Kernel driver in use: wl
Kernel modules: bcma, wl


Now, I was trying to play with drivers etc... And endup with a biger problem. Now, when I connect to the eduroam I can use it for 5-10 minutes after it disconnects and never connects back, also all wifi connections disappears. In the syslog, on disconnect I caught this error: https://pastebin.com/FxP7PmPn
To connect again I need to unbind and bind again wl driver:



sudo rmmod wl

sudo modprobe wl


Maybe someone can explain why it happens to me? Is it possible to fix? I really tired of that for 2 years...



Some details:




  • Laptop: Lenovo Y50-70

  • OS: Ubuntu 18.04 LTS

  • I have dual boot with
    Windows 10


  • I installed wifi drivers using command:



    apt-get install bcmwl-kernel-source 



If you need more details - let me know.



Also this (output from command rfkill list all):



2: ideapad_wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
3: ideapad_bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
4: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
11: phy3: Wireless LAN
Soft blocked: no
Hard blocked: no
12: brcmwl-0: Wireless LAN
Soft blocked: no
Hard blocked: no


Thank you for any kind of help.



UPDATE:
I bought TP-Link (TL-WN725N) wifi usb adapter and tried to use it with eduroam networks. I can confirm that the problem is still the same - it disconnects after some time and it's very difficult to connect again. I need to restart network-manager several times or unload and load r8188eu module. Of course, there are no errors in the syslog which I posted above, but still...










share|improve this question

























  • You should be using the broadcom-sta-dkms driver. Uninstall all other broadcom drivers first. Report back to @heynnema

    – heynnema
    Oct 25 '18 at 18:16











  • Hello, @heynnema. Thank you for help. But I already tried to do so. I uninstalled bcmwl-kernel-source, and installed broadcom-sta-dkms drivers. I used these commands: apt-get purge bcmwl-kernel-source apt-get install broadcom-sta-dkms Although the crash is gone from syslog, but I still have the same problem and I always see this error: cfg80211_inform_bss_frame error

    – Tomas
    Oct 27 '18 at 13:08











  • Edit your question with the output of sudo debsums -s. Report back to @heynnema

    – heynnema
    Oct 28 '18 at 23:19











  • @heynnema I had the same errors, so I switched back to bcmwl-kernel-source.

    – Tomas
    Oct 29 '18 at 14:23











  • Note that the dkms driver will rebuild itself after Software Updates that update the kernel. Did you do debsums yet?

    – heynnema
    Oct 29 '18 at 14:30
















1












1








1


2






Since I bought a new laptop, during already two years, I have endless problems with WiFi on my laptop (Lenovo Y50-70) on Ubuntu (16.04, 18.04).



Firstly, it always disconnects from connections, such as eduroam or any other enterprise connections. I tried maaany things to solve it, but none of them worked:




  • Change IPv6 to Ignore/Disable


  • Installing/reinstalling wifi drivers (I have broadcom wifi card)

  • Connecting to the specific access point (iwlist scan and choosing the best connection according to the signal strength)

  • Adding b43 to blacklist

  • Disabling Secure Boot

  • Using Wicd Network Manager

  • And many many other things found in stackoverflow or elsewhere...


My WiFI card details:



08:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4352 802.11ac Wireless Network Adapter [14e4:43b1] (rev 03)
Subsystem: Lenovo BCM4352 802.11ac Wireless Network Adapter [17aa:0623]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 17
Region 0: Memory at d1600000 (64-bit, non-prefetchable) [size=32K]
Region 2: Memory at d1400000 (64-bit, non-prefetchable) [size=2M]
Capabilities: <access denied>
Kernel driver in use: wl
Kernel modules: bcma, wl


Now, I was trying to play with drivers etc... And endup with a biger problem. Now, when I connect to the eduroam I can use it for 5-10 minutes after it disconnects and never connects back, also all wifi connections disappears. In the syslog, on disconnect I caught this error: https://pastebin.com/FxP7PmPn
To connect again I need to unbind and bind again wl driver:



sudo rmmod wl

sudo modprobe wl


Maybe someone can explain why it happens to me? Is it possible to fix? I really tired of that for 2 years...



Some details:




  • Laptop: Lenovo Y50-70

  • OS: Ubuntu 18.04 LTS

  • I have dual boot with
    Windows 10


  • I installed wifi drivers using command:



    apt-get install bcmwl-kernel-source 



If you need more details - let me know.



Also this (output from command rfkill list all):



2: ideapad_wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
3: ideapad_bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
4: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
11: phy3: Wireless LAN
Soft blocked: no
Hard blocked: no
12: brcmwl-0: Wireless LAN
Soft blocked: no
Hard blocked: no


Thank you for any kind of help.



UPDATE:
I bought TP-Link (TL-WN725N) wifi usb adapter and tried to use it with eduroam networks. I can confirm that the problem is still the same - it disconnects after some time and it's very difficult to connect again. I need to restart network-manager several times or unload and load r8188eu module. Of course, there are no errors in the syslog which I posted above, but still...










share|improve this question
















Since I bought a new laptop, during already two years, I have endless problems with WiFi on my laptop (Lenovo Y50-70) on Ubuntu (16.04, 18.04).



Firstly, it always disconnects from connections, such as eduroam or any other enterprise connections. I tried maaany things to solve it, but none of them worked:




  • Change IPv6 to Ignore/Disable


  • Installing/reinstalling wifi drivers (I have broadcom wifi card)

  • Connecting to the specific access point (iwlist scan and choosing the best connection according to the signal strength)

  • Adding b43 to blacklist

  • Disabling Secure Boot

  • Using Wicd Network Manager

  • And many many other things found in stackoverflow or elsewhere...


My WiFI card details:



08:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4352 802.11ac Wireless Network Adapter [14e4:43b1] (rev 03)
Subsystem: Lenovo BCM4352 802.11ac Wireless Network Adapter [17aa:0623]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 17
Region 0: Memory at d1600000 (64-bit, non-prefetchable) [size=32K]
Region 2: Memory at d1400000 (64-bit, non-prefetchable) [size=2M]
Capabilities: <access denied>
Kernel driver in use: wl
Kernel modules: bcma, wl


Now, I was trying to play with drivers etc... And endup with a biger problem. Now, when I connect to the eduroam I can use it for 5-10 minutes after it disconnects and never connects back, also all wifi connections disappears. In the syslog, on disconnect I caught this error: https://pastebin.com/FxP7PmPn
To connect again I need to unbind and bind again wl driver:



sudo rmmod wl

sudo modprobe wl


Maybe someone can explain why it happens to me? Is it possible to fix? I really tired of that for 2 years...



Some details:




  • Laptop: Lenovo Y50-70

  • OS: Ubuntu 18.04 LTS

  • I have dual boot with
    Windows 10


  • I installed wifi drivers using command:



    apt-get install bcmwl-kernel-source 



If you need more details - let me know.



Also this (output from command rfkill list all):



2: ideapad_wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
3: ideapad_bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
4: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
11: phy3: Wireless LAN
Soft blocked: no
Hard blocked: no
12: brcmwl-0: Wireless LAN
Soft blocked: no
Hard blocked: no


Thank you for any kind of help.



UPDATE:
I bought TP-Link (TL-WN725N) wifi usb adapter and tried to use it with eduroam networks. I can confirm that the problem is still the same - it disconnects after some time and it's very difficult to connect again. I need to restart network-manager several times or unload and load r8188eu module. Of course, there are no errors in the syslog which I posted above, but still...







networking drivers wireless network-manager broadcom






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Oct 29 '18 at 15:19







Tomas

















asked Oct 25 '18 at 11:05









TomasTomas

3618




3618













  • You should be using the broadcom-sta-dkms driver. Uninstall all other broadcom drivers first. Report back to @heynnema

    – heynnema
    Oct 25 '18 at 18:16











  • Hello, @heynnema. Thank you for help. But I already tried to do so. I uninstalled bcmwl-kernel-source, and installed broadcom-sta-dkms drivers. I used these commands: apt-get purge bcmwl-kernel-source apt-get install broadcom-sta-dkms Although the crash is gone from syslog, but I still have the same problem and I always see this error: cfg80211_inform_bss_frame error

    – Tomas
    Oct 27 '18 at 13:08











  • Edit your question with the output of sudo debsums -s. Report back to @heynnema

    – heynnema
    Oct 28 '18 at 23:19











  • @heynnema I had the same errors, so I switched back to bcmwl-kernel-source.

    – Tomas
    Oct 29 '18 at 14:23











  • Note that the dkms driver will rebuild itself after Software Updates that update the kernel. Did you do debsums yet?

    – heynnema
    Oct 29 '18 at 14:30





















  • You should be using the broadcom-sta-dkms driver. Uninstall all other broadcom drivers first. Report back to @heynnema

    – heynnema
    Oct 25 '18 at 18:16











  • Hello, @heynnema. Thank you for help. But I already tried to do so. I uninstalled bcmwl-kernel-source, and installed broadcom-sta-dkms drivers. I used these commands: apt-get purge bcmwl-kernel-source apt-get install broadcom-sta-dkms Although the crash is gone from syslog, but I still have the same problem and I always see this error: cfg80211_inform_bss_frame error

    – Tomas
    Oct 27 '18 at 13:08











  • Edit your question with the output of sudo debsums -s. Report back to @heynnema

    – heynnema
    Oct 28 '18 at 23:19











  • @heynnema I had the same errors, so I switched back to bcmwl-kernel-source.

    – Tomas
    Oct 29 '18 at 14:23











  • Note that the dkms driver will rebuild itself after Software Updates that update the kernel. Did you do debsums yet?

    – heynnema
    Oct 29 '18 at 14:30



















You should be using the broadcom-sta-dkms driver. Uninstall all other broadcom drivers first. Report back to @heynnema

– heynnema
Oct 25 '18 at 18:16





You should be using the broadcom-sta-dkms driver. Uninstall all other broadcom drivers first. Report back to @heynnema

– heynnema
Oct 25 '18 at 18:16













Hello, @heynnema. Thank you for help. But I already tried to do so. I uninstalled bcmwl-kernel-source, and installed broadcom-sta-dkms drivers. I used these commands: apt-get purge bcmwl-kernel-source apt-get install broadcom-sta-dkms Although the crash is gone from syslog, but I still have the same problem and I always see this error: cfg80211_inform_bss_frame error

– Tomas
Oct 27 '18 at 13:08





Hello, @heynnema. Thank you for help. But I already tried to do so. I uninstalled bcmwl-kernel-source, and installed broadcom-sta-dkms drivers. I used these commands: apt-get purge bcmwl-kernel-source apt-get install broadcom-sta-dkms Although the crash is gone from syslog, but I still have the same problem and I always see this error: cfg80211_inform_bss_frame error

– Tomas
Oct 27 '18 at 13:08













Edit your question with the output of sudo debsums -s. Report back to @heynnema

– heynnema
Oct 28 '18 at 23:19





Edit your question with the output of sudo debsums -s. Report back to @heynnema

– heynnema
Oct 28 '18 at 23:19













@heynnema I had the same errors, so I switched back to bcmwl-kernel-source.

– Tomas
Oct 29 '18 at 14:23





@heynnema I had the same errors, so I switched back to bcmwl-kernel-source.

– Tomas
Oct 29 '18 at 14:23













Note that the dkms driver will rebuild itself after Software Updates that update the kernel. Did you do debsums yet?

– heynnema
Oct 29 '18 at 14:30







Note that the dkms driver will rebuild itself after Software Updates that update the kernel. Did you do debsums yet?

– heynnema
Oct 29 '18 at 14:30












3 Answers
3






active

oldest

votes


















3














FINALLY. I can confirm that since two years I finally fixed my wifi problem. The solution was actually super easy and near to me: I had to change REGDOMAIN in crda (I had there different country code):




  1. sudo -H gedit /etc/default/crda


  2. REGDOMAIN=<YOUR COUNTRY CODE>


  3. reboot (mandatory!!)



You can take your country code from here.



To sum up, I'm using bcmwl-kernel-source wl driver for my Broadcom BCM4352 card. (good info/tutorial about it is here). I still receive sometimes those errors and have few small timeouts for ~1 second (no disconnects!), but I think it's natural and it doesn't bother me compared to what I had before...






share|improve this answer


























  • Glad you found a solution. Whenever you open a graphic application with sudo from the command line, you should use sudo -H or you may mess up things in your own home directory. I'll let you do the edit :-)

    – heynnema
    Oct 29 '18 at 20:33



















0














I had this problem, my wifi connection was extremely slow while it worked on Windows. After trying several suggestions on the internet, the wifi disappeared after a time running and it only came back after restarting the laptop. The following worked like a charm for me (no problems since knocks on wood):



sudo modprobe -r rtl8723de && sleep 5 && sudo modprobe rtl8723de ant_sel=1



or if that doesn't work:



sudo modprobe -r rtl8723de && sleep 5 && sudo modprobe rtl8723de ant_sel=2



it was fixed.






share|improve this answer
























  • Isn't it only for Realtek wifi cards? Because I'm using Broadcom. What card do you use? lspci -vvnn | grep -A 9 Network

    – Tomas
    Oct 25 '18 at 14:28











  • Might be, I have a Realtek wifi card.

    – Pepijn
    Oct 25 '18 at 15:10



















0














this page may be of help to you. One thing that may help also is if it's a uefi machine you need to disable secure boot.






share|improve this answer
























  • I just figured out, that I was running on Legacy boot mode (not UEFI) and I couldn't disabled secure boot. So, I changed boot mode to UEFI and disabled secure boot and reinstalled broadcom drivers. Currently, no errors in log and wifi works fine (but at home's wifi), I'll check later how it is going with eduroam and others enterprise wifi networks.

    – Tomas
    Oct 27 '18 at 14:16











  • I can confirm that problem still exists...

    – Tomas
    Oct 27 '18 at 18:26












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


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1087090%2fubuntu-18-04-lts-wifi-problems%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























3 Answers
3






active

oldest

votes








3 Answers
3






active

oldest

votes









active

oldest

votes






active

oldest

votes









3














FINALLY. I can confirm that since two years I finally fixed my wifi problem. The solution was actually super easy and near to me: I had to change REGDOMAIN in crda (I had there different country code):




  1. sudo -H gedit /etc/default/crda


  2. REGDOMAIN=<YOUR COUNTRY CODE>


  3. reboot (mandatory!!)



You can take your country code from here.



To sum up, I'm using bcmwl-kernel-source wl driver for my Broadcom BCM4352 card. (good info/tutorial about it is here). I still receive sometimes those errors and have few small timeouts for ~1 second (no disconnects!), but I think it's natural and it doesn't bother me compared to what I had before...






share|improve this answer


























  • Glad you found a solution. Whenever you open a graphic application with sudo from the command line, you should use sudo -H or you may mess up things in your own home directory. I'll let you do the edit :-)

    – heynnema
    Oct 29 '18 at 20:33
















3














FINALLY. I can confirm that since two years I finally fixed my wifi problem. The solution was actually super easy and near to me: I had to change REGDOMAIN in crda (I had there different country code):




  1. sudo -H gedit /etc/default/crda


  2. REGDOMAIN=<YOUR COUNTRY CODE>


  3. reboot (mandatory!!)



You can take your country code from here.



To sum up, I'm using bcmwl-kernel-source wl driver for my Broadcom BCM4352 card. (good info/tutorial about it is here). I still receive sometimes those errors and have few small timeouts for ~1 second (no disconnects!), but I think it's natural and it doesn't bother me compared to what I had before...






share|improve this answer


























  • Glad you found a solution. Whenever you open a graphic application with sudo from the command line, you should use sudo -H or you may mess up things in your own home directory. I'll let you do the edit :-)

    – heynnema
    Oct 29 '18 at 20:33














3












3








3







FINALLY. I can confirm that since two years I finally fixed my wifi problem. The solution was actually super easy and near to me: I had to change REGDOMAIN in crda (I had there different country code):




  1. sudo -H gedit /etc/default/crda


  2. REGDOMAIN=<YOUR COUNTRY CODE>


  3. reboot (mandatory!!)



You can take your country code from here.



To sum up, I'm using bcmwl-kernel-source wl driver for my Broadcom BCM4352 card. (good info/tutorial about it is here). I still receive sometimes those errors and have few small timeouts for ~1 second (no disconnects!), but I think it's natural and it doesn't bother me compared to what I had before...






share|improve this answer















FINALLY. I can confirm that since two years I finally fixed my wifi problem. The solution was actually super easy and near to me: I had to change REGDOMAIN in crda (I had there different country code):




  1. sudo -H gedit /etc/default/crda


  2. REGDOMAIN=<YOUR COUNTRY CODE>


  3. reboot (mandatory!!)



You can take your country code from here.



To sum up, I'm using bcmwl-kernel-source wl driver for my Broadcom BCM4352 card. (good info/tutorial about it is here). I still receive sometimes those errors and have few small timeouts for ~1 second (no disconnects!), but I think it's natural and it doesn't bother me compared to what I had before...







share|improve this answer














share|improve this answer



share|improve this answer








edited Oct 29 '18 at 20:34

























answered Oct 29 '18 at 20:00









TomasTomas

3618




3618













  • Glad you found a solution. Whenever you open a graphic application with sudo from the command line, you should use sudo -H or you may mess up things in your own home directory. I'll let you do the edit :-)

    – heynnema
    Oct 29 '18 at 20:33



















  • Glad you found a solution. Whenever you open a graphic application with sudo from the command line, you should use sudo -H or you may mess up things in your own home directory. I'll let you do the edit :-)

    – heynnema
    Oct 29 '18 at 20:33

















Glad you found a solution. Whenever you open a graphic application with sudo from the command line, you should use sudo -H or you may mess up things in your own home directory. I'll let you do the edit :-)

– heynnema
Oct 29 '18 at 20:33





Glad you found a solution. Whenever you open a graphic application with sudo from the command line, you should use sudo -H or you may mess up things in your own home directory. I'll let you do the edit :-)

– heynnema
Oct 29 '18 at 20:33













0














I had this problem, my wifi connection was extremely slow while it worked on Windows. After trying several suggestions on the internet, the wifi disappeared after a time running and it only came back after restarting the laptop. The following worked like a charm for me (no problems since knocks on wood):



sudo modprobe -r rtl8723de && sleep 5 && sudo modprobe rtl8723de ant_sel=1



or if that doesn't work:



sudo modprobe -r rtl8723de && sleep 5 && sudo modprobe rtl8723de ant_sel=2



it was fixed.






share|improve this answer
























  • Isn't it only for Realtek wifi cards? Because I'm using Broadcom. What card do you use? lspci -vvnn | grep -A 9 Network

    – Tomas
    Oct 25 '18 at 14:28











  • Might be, I have a Realtek wifi card.

    – Pepijn
    Oct 25 '18 at 15:10
















0














I had this problem, my wifi connection was extremely slow while it worked on Windows. After trying several suggestions on the internet, the wifi disappeared after a time running and it only came back after restarting the laptop. The following worked like a charm for me (no problems since knocks on wood):



sudo modprobe -r rtl8723de && sleep 5 && sudo modprobe rtl8723de ant_sel=1



or if that doesn't work:



sudo modprobe -r rtl8723de && sleep 5 && sudo modprobe rtl8723de ant_sel=2



it was fixed.






share|improve this answer
























  • Isn't it only for Realtek wifi cards? Because I'm using Broadcom. What card do you use? lspci -vvnn | grep -A 9 Network

    – Tomas
    Oct 25 '18 at 14:28











  • Might be, I have a Realtek wifi card.

    – Pepijn
    Oct 25 '18 at 15:10














0












0








0







I had this problem, my wifi connection was extremely slow while it worked on Windows. After trying several suggestions on the internet, the wifi disappeared after a time running and it only came back after restarting the laptop. The following worked like a charm for me (no problems since knocks on wood):



sudo modprobe -r rtl8723de && sleep 5 && sudo modprobe rtl8723de ant_sel=1



or if that doesn't work:



sudo modprobe -r rtl8723de && sleep 5 && sudo modprobe rtl8723de ant_sel=2



it was fixed.






share|improve this answer













I had this problem, my wifi connection was extremely slow while it worked on Windows. After trying several suggestions on the internet, the wifi disappeared after a time running and it only came back after restarting the laptop. The following worked like a charm for me (no problems since knocks on wood):



sudo modprobe -r rtl8723de && sleep 5 && sudo modprobe rtl8723de ant_sel=1



or if that doesn't work:



sudo modprobe -r rtl8723de && sleep 5 && sudo modprobe rtl8723de ant_sel=2



it was fixed.







share|improve this answer












share|improve this answer



share|improve this answer










answered Oct 25 '18 at 14:19









PepijnPepijn

164




164













  • Isn't it only for Realtek wifi cards? Because I'm using Broadcom. What card do you use? lspci -vvnn | grep -A 9 Network

    – Tomas
    Oct 25 '18 at 14:28











  • Might be, I have a Realtek wifi card.

    – Pepijn
    Oct 25 '18 at 15:10



















  • Isn't it only for Realtek wifi cards? Because I'm using Broadcom. What card do you use? lspci -vvnn | grep -A 9 Network

    – Tomas
    Oct 25 '18 at 14:28











  • Might be, I have a Realtek wifi card.

    – Pepijn
    Oct 25 '18 at 15:10

















Isn't it only for Realtek wifi cards? Because I'm using Broadcom. What card do you use? lspci -vvnn | grep -A 9 Network

– Tomas
Oct 25 '18 at 14:28





Isn't it only for Realtek wifi cards? Because I'm using Broadcom. What card do you use? lspci -vvnn | grep -A 9 Network

– Tomas
Oct 25 '18 at 14:28













Might be, I have a Realtek wifi card.

– Pepijn
Oct 25 '18 at 15:10





Might be, I have a Realtek wifi card.

– Pepijn
Oct 25 '18 at 15:10











0














this page may be of help to you. One thing that may help also is if it's a uefi machine you need to disable secure boot.






share|improve this answer
























  • I just figured out, that I was running on Legacy boot mode (not UEFI) and I couldn't disabled secure boot. So, I changed boot mode to UEFI and disabled secure boot and reinstalled broadcom drivers. Currently, no errors in log and wifi works fine (but at home's wifi), I'll check later how it is going with eduroam and others enterprise wifi networks.

    – Tomas
    Oct 27 '18 at 14:16











  • I can confirm that problem still exists...

    – Tomas
    Oct 27 '18 at 18:26
















0














this page may be of help to you. One thing that may help also is if it's a uefi machine you need to disable secure boot.






share|improve this answer
























  • I just figured out, that I was running on Legacy boot mode (not UEFI) and I couldn't disabled secure boot. So, I changed boot mode to UEFI and disabled secure boot and reinstalled broadcom drivers. Currently, no errors in log and wifi works fine (but at home's wifi), I'll check later how it is going with eduroam and others enterprise wifi networks.

    – Tomas
    Oct 27 '18 at 14:16











  • I can confirm that problem still exists...

    – Tomas
    Oct 27 '18 at 18:26














0












0








0







this page may be of help to you. One thing that may help also is if it's a uefi machine you need to disable secure boot.






share|improve this answer













this page may be of help to you. One thing that may help also is if it's a uefi machine you need to disable secure boot.







share|improve this answer












share|improve this answer



share|improve this answer










answered Oct 27 '18 at 14:10









kc1dikc1di

946




946













  • I just figured out, that I was running on Legacy boot mode (not UEFI) and I couldn't disabled secure boot. So, I changed boot mode to UEFI and disabled secure boot and reinstalled broadcom drivers. Currently, no errors in log and wifi works fine (but at home's wifi), I'll check later how it is going with eduroam and others enterprise wifi networks.

    – Tomas
    Oct 27 '18 at 14:16











  • I can confirm that problem still exists...

    – Tomas
    Oct 27 '18 at 18:26



















  • I just figured out, that I was running on Legacy boot mode (not UEFI) and I couldn't disabled secure boot. So, I changed boot mode to UEFI and disabled secure boot and reinstalled broadcom drivers. Currently, no errors in log and wifi works fine (but at home's wifi), I'll check later how it is going with eduroam and others enterprise wifi networks.

    – Tomas
    Oct 27 '18 at 14:16











  • I can confirm that problem still exists...

    – Tomas
    Oct 27 '18 at 18:26

















I just figured out, that I was running on Legacy boot mode (not UEFI) and I couldn't disabled secure boot. So, I changed boot mode to UEFI and disabled secure boot and reinstalled broadcom drivers. Currently, no errors in log and wifi works fine (but at home's wifi), I'll check later how it is going with eduroam and others enterprise wifi networks.

– Tomas
Oct 27 '18 at 14:16





I just figured out, that I was running on Legacy boot mode (not UEFI) and I couldn't disabled secure boot. So, I changed boot mode to UEFI and disabled secure boot and reinstalled broadcom drivers. Currently, no errors in log and wifi works fine (but at home's wifi), I'll check later how it is going with eduroam and others enterprise wifi networks.

– Tomas
Oct 27 '18 at 14:16













I can confirm that problem still exists...

– Tomas
Oct 27 '18 at 18:26





I can confirm that problem still exists...

– Tomas
Oct 27 '18 at 18:26


















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%2f1087090%2fubuntu-18-04-lts-wifi-problems%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

How did Captain America manage to do this?

迪纳利

南乌拉尔铁路局