[SOLVED] WiFi Very Slow, Eth. Is OK 13 October 2021, 09:30:27 I just installed yesterday and got WiFi and Eth. cable to work.Eth. speed is OK, but WiFi is very slow (1.7Mbps)Do I need another driver or change some settings? Last Edit: 13 October 2021, 16:40:26 by limotux
Re: WiFi Very Slow, Eth. Is OK Reply #1 – 13 October 2021, 14:20:39 Might have to do with your country's wireless regulations. If that's the case, it can be fixed by installing the crda package and telling your network manager what country you're in so it configures the wireless device appropriately.For instance, country=uk on the top of wpa_supplicant.conf if you use it as your only network manager.
Re: WiFi Very Slow, Eth. Is OK Reply #2 – 13 October 2021, 14:29:09 You may need broadcom wl driver. Install broadcom-wl-dkms from AUR.
Re: WiFi Very Slow, Eth. Is OK Reply #3 – 13 October 2021, 14:43:09 Quote from: capezotte – on 13 October 2021, 14:20:39Might have to do with your country's wireless regulations. If that's the case, it can be fixed by installing the crda package and telling your network manager what country you're in so it configures the wireless device appropriately.For instance, country=uk on the top of wpa_supplicant.conf if you use it as your only network manager.Thanks @capezotte Country regulations? I don't get this point. I've been distro hopping on the same machine over the past couple months, Arch distros, DEB distros... even BSD, and I just came from Endeavour. WiFi was working flawlessly.Just out of curiosity I'll look and see if the crda package can help.Any other comments or suggestions before i install tt]crda[/tt]?
Re: WiFi Very Slow, Eth. Is OK Reply #4 – 13 October 2021, 14:46:29 Quote from: calvinh – on 13 October 2021, 14:29:09You may need broadcom wl driver. Install broadcom-wl-dkms from AUR.Thanks @calvinh Isn't it already installed (I assume). It is already working but very slow?How can I know if it is installed already or not?This is my device:QuoteNetwork: Device-1: Broadcom BCM4313 802.11bgn Wireless Network Adapter driver: bcma-pci-bridge Device-2: Qualcomm Atheros AR8162 Fast Ethernet driver: alx
Re: WiFi Very Slow, Eth. Is OK Reply #5 – 13 October 2021, 14:53:52 Quote from: limotux – on 13 October 2021, 14:46:29Thanks @calvinh Isn't it already installed (I assume). It is already working but very slow?How can I know if it is installed already or not?This is my device:They're different drivers. Read https://wiki.archlinux.org/title/Broadcom_wireless#broadcom-wl for more info. 1 Likes
Re: WiFi Very Slow, Eth. Is OK Reply #6 – 13 October 2021, 15:01:45 Quote from: calvinh – on 13 October 2021, 14:53:52They're different drivers. Read https://wiki.archlinux.org/title/Broadcom_wireless#broadcom-wl for more info.mmm.. a bit techie for me but I noticed it says:QuoteIf you use broadcom-wl or another kernel release dependant variant (e.g. broadcom-wl-ckAUR), it may happen that kernel upgrades break wireless from time to time until the packages are in sync again.which I'd like to avoid for sure.Sorry, I'll appreciate if you guide me in simple English and ELI5! (Sorry a bit old man here)UPDATE:it saysQuotewill need the linux-headers package for the installed kernel(s) in order to build the module. Those packages are optional to the DKMS package and will need to be installed manually.I tried:Quotesudo pacman -S linux-headers[sudo] password for limo: warning: linux-headers-5.14.10.artix1-1 is up to date -- reinstallingresolving dependencies...looking for conflicting packages...Packages (1) linux-headers-5.14.10.artix1-1But I am on LTS now. So....? Last Edit: 13 October 2021, 15:09:22 by limotux
Re: WiFi Very Slow, Eth. Is OK Reply #7 – 13 October 2021, 15:07:41 Quote from: limotux – on 13 October 2021, 14:43:09Country regulations? I don't get this point.It's explained in more detail on the Arch Wiki:https://wiki.archlinux.org/title/Network_configuration/Wireless#Respecting_the_regulatory_domainBasically how each country partititions RF spaces varies a little and by default it goes through a lowest-common-denominator setting which might not be the best. Though, I think @calvinh's explanation is more likely.QuoteQuoteIf you use broadcom-wl or another kernel release dependant variant (e.g. broadcom-wl-ckAUR), it may happen that kernel upgrades break wireless from time to time until the packages are in sync again.which I'd like to avoid for sure.What this means is that you must use the package from the official repository called linux, and boot with it, for the package called broadcom-wl to work. If you experiment with your kernel (changing to Linux-LTS or Linux-ZEN, compiling it yourself, etc.), it won't work.However, there's broadcom-wl-dkms if you want -- the driver will be automatically built locally after every kernel update, which is a bit time-consuming, but now it'll work with any kernel.
Re: WiFi Very Slow, Eth. Is OK Reply #8 – 13 October 2021, 15:12:13 > But I am on LTS now.Install linux-lts-headers. 1 Likes
Re: WiFi Very Slow, Eth. Is OK Reply #9 – 13 October 2021, 15:14:38 Quote from: capezotte – on 13 October 2021, 15:07:41It's explained in more detail on the Arch Wiki:https://wiki.archlinux.org/title/Network_configuration/Wireless#Respecting_the_regulatory_domainBasically how each country partititions RF spaces varies a little and by default it goes through a lowest-common-denominator setting which might not be the best. Though, I think @calvinh's explanation is more likely.which I'd like to avoid for sure.What this means is that you must use the package from the official repository called linux, and boot with it, for the package called broadcom-wl to work. If you experiment with your kernel (changing to Linux-LTS or Linux-ZEN, compiling it yourself, etc.), it won't work.However, there's broadcom-wl-dkms if you want -- the driver will be automatically built locally after every kernel update, which is a bit time-consuming, but now it'll work with any kernel.Thank you for your patience @capezotte I'm not sure, I just issued a command to install LTS and booted to it and it became default.So, now I shouldQuotesudo pacman -S broadcom-wland reboot? Should I do something else before or after? (sorry for asking too much questions)
Re: WiFi Very Slow, Eth. Is OK Reply #10 – 13 October 2021, 15:18:10 Quote from: capezotte – on 13 October 2021, 15:12:13> But I am on LTS now.Install linux-lts-headers.OK... installing!UPDATE:Done and rebooted.Should I nowQuotesudo pacman -S broadcom-wland reboot?I just want to be sure I won't break things and make it harder to fix. Last Edit: 13 October 2021, 15:24:38 by limotux
Re: WiFi Very Slow, Eth. Is OK Reply #11 – 13 October 2021, 15:31:41 Quote from: limotux – on 13 October 2021, 15:18:10OK... installing!UPDATE:Done and rebooted.Should I nowand reboot?I just want to be sure I won't break things and make it harder to fix.If you installed broadcom-wl-dkms, there's no need to, it can also compile the package for the plain linux kernel.
Re: WiFi Very Slow, Eth. Is OK Reply #12 – 13 October 2021, 15:47:58 Quote from: capezotte – on 13 October 2021, 15:31:41If you installed broadcom-wl-dkms, there's no need to, it can also compile the package for the plain linux kernel.I installed as above:Code: [Select]sudo pacman -S broadcom-wlI can't now see even that I have WiFi! Deleted the previous WiFi then added a new one. Still can't see!
Re: WiFi Very Slow, Eth. Is OK Reply #13 – 13 October 2021, 16:23:50 I had problems with both Intel 533AN _HW 5300 (slow on some routers) and Broadcom BCM943224HMS wifi (didn't work at all with std kernel driver except to make a local connection to the router and crashed the OS sometimes trying to connect online, didn't try any other drivers), I'm using a Belkin / Ralink PCMCIA card and an Atheros AR5B97 half mini PCI internal card (which was incredibly cheap for a used one) which are both working very well. So that's one "solution" to swap in some other suitable card, although perhaps not the smartest in software terms!
Re: WiFi Very Slow, Eth. Is OK Reply #14 – 13 October 2021, 16:39:02 Quote from: ####### – on 13 October 2021, 16:23:50I had problems with both Intel 533AN _HW 5300 (slow on some routers) and Broadcom BCM943224HMS wifi (didn't work at all with std kernel driver except to make a local connection to the router and crashed the OS sometimes trying to connect online, didn't try any other drivers), I'm using a Belkin / Ralink PCMCIA card and an Atheros AR5B97 half mini PCI internal card (which was incredibly cheap for a used one) which are both working very well. So that's one "solution" to swap in some other suitable card, although perhaps not the smartest in software terms!OKThanks all. @capezotte , @calvinh I didCode: [Select]sudo pacman -R broadcom-wlsudo pacman -S broadcom-wl-dkmsRebootedIt automagically worked as usual!Thank you all.