WiFi issues with installers 23 February 2018, 19:22:02 Hi, so I have been having some weird issues with trying to install Artix amongst others and I was wondering whether someone here could shed some light on the cause.The issue that I have been having is systems being unable to detect my wireless network. Currently I am running Solus but I have over the past month tried Artix, Manjaro, Void and OpenSUSE as well. What I have found is as follows:Artix and Manjaro installers cannot see my wireless network. (old artix installer could detect wireless but failed to install)OpenSUSE (tumbleweed) installer could detect wireless, but once installed could not find it again.Void and Solus could find wireless both with the installer and once installed.To be clear this is not an issue of wifi not working as I have been able to detect all the networks from the surrounding houses, but not my own. Does anyone know something that Void, Solus and the OpenSUSE installer do differently then the Artix and Manjaro installers and the OpenSUSE installed system?If I have not provided enough information or been clear enough, please let me know.
Re: WiFi issues with installers Reply #1 – 23 February 2018, 22:01:59 Maybe using networkmanager and not using it makes the difference.I spent too much time fighting non-free wifi firmware and having similar issues that eventually got a repeater box to connect through wifi and feed me a wire.I don't think the installer itself is related, but usually they are loaded with all kinds of firmware so they can work anywhere. Not all of them get installed unless you explicitly demand them. Also if you get stuck with an installation that doesn't connect, use chroot (arch-chroot, artools-chroot) to get to the installation and install what is missing.
Re: WiFi issues with installers Reply #2 – 24 February 2018, 01:53:33 Which channel is your WiFi using ?Some channels are blocked in some regions. More information can be found on Wikipedia:https://en.wikipedia.org/wiki/List_of_WLAN_channels
Re: WiFi issues with installers Reply #3 – 24 February 2018, 11:55:19 Quote from: Koeshi – on 23 February 2018, 19:22:02If I have not provided enough information or been clear enough, please let me know.Yeah, you forgot the most important info, what type and model is the wifi card or chip?inxi output produces nice system info to provide.
Re: WiFi issues with installers Reply #4 – 24 February 2018, 17:23:38 try Code: [Select]inxi -Fxd and copy the part about network and report it here
Re: WiFi issues with installers Reply #5 – 01 March 2018, 16:31:01 WiFi card is: Broadcom Limited BCM4313 802.11bgn Wireless Network AdapterI tried running "sudo iwlist wlan0 scan | grep \(channel" to find the channel being used, but got "Interface doesn't support scanning." as a response. Also tried looking up some tools that give the channel used, but none of them seem to be in the Solus repos.(Sorry for the delay in replying, don't have a lot of free time at the moment.)
Re: WiFi issues with installers Reply #6 – 01 March 2018, 18:07:17 Quote from: Koeshi – on 01 March 2018, 16:31:01WiFi card is: Broadcom Limited BCM4313 802.11bgn Wireless Network AdapterWelcome to the club From my experience, this wifi card has at least 2 working drivers for linux (kernel modules): 'brcmsmac' (included in kernel) and 'wl' (package: 'broadcom-wl-dkms')These "drivers" behaves differently based on wifi type (not encrypted vs wpa2) and also has different set of features.This section might be little wrong (i don't remember it exactly)brcmsmac: support scanning, monitoring, AP, works fine with "free" wifiwl: i think it only support connecting to the network... works fine with wpa2 wifi...So yes, i need to switch drivers (kernel modules) based on the network which i want to use and what i want to do.Nice one Broadcom.
Re: WiFi issues with installers Reply #7 – 01 March 2018, 18:29:10 I remember having to apply broadcom-wl-dkms in the past (I believe I managed to delete it while migrating Manjaro to Artix) so I guess that is the one I need. If that is not present in the iso how can I make use of it?(seems that according to Solus I do not have any broadcom packages installed so not sure how I am currently doing this )
Re: WiFi issues with installers Reply #8 – 01 March 2018, 19:21:24 If you are connected to the network with that machine just runCode: [Select]pacman -S broadcom-wl-dkmsOr download package manually from:https://www.archlinux.org/packages/community/x86_64/broadcom-wl-dkms/download/and install it withCode: [Select]pacman -U "<filename>.pkg.tar.xz"This should work even on live iso. To permanently add this to the iso you will have to edit or create your artix iso.Buildiso on wikiEDIT: but when i think about it there might be some dependencies .. so you should do the same for the dependencies Last Edit: 01 March 2018, 19:52:41 by SGOrava
Re: WiFi issues with installers Reply #9 – 01 March 2018, 19:42:04 Quote from: SGOrava – on 01 March 2018, 19:21:24If you are connected to the network with that machine just runCode: [Select]pacman -S broadcom-wl-dkmsOr download package manually from:https://www.archlinux.org/packages/community/x86_64/broadcom-wl-dkms/download/and install it withCode: [Select]pacman -U "<filename>.pkg.tar.xz"This should work even on live iso. To permanently add this to the iso you will have to edit or create your artix iso.Buildiso on wikiIf Its only one file you can use this methodhttps://forum.artixlinux.org/index.php/topic,30.0.html