[Solved] No Wifi After Fresh Installation 08 September 2020, 15:27:46 Hello All,I am new to Artix Linux as well as to this forum. I have a Dell Inspiron 1545 laptop with Windows 10. I installed Artix LXDE runit in it. I made a bootable usb and booted using it. I first setup the wifi as I don't have ethernet cable. USB media recognised the wireless driver and the set up was pretty straight forward. After it the installation was absolutely easy and fast.But when I rebooted into the new installation, it couldn't find the wireless anymore. I am posting this from another laptop. Here is some system information.lspci -vnn -d 14e4: https://pastebin.pl/view/9401299bip link : https://pastebin.pl/view/c8bbb4balspci : https://pastebin.pl/view/a681dd20inxi -Fxd : https://pastebin.pl/view/91dd525cI am new to Artix Linux. Please help.Thanks. Last Edit: 10 September 2020, 12:46:13 by ChalaoAdda
Re: No Wifi After Fresh Installation Reply #1 – 08 September 2020, 15:51:23 What say lsmod and dmesg? Put here both logs please. Read this :https://wireless.wiki.kernel.org/en/users/Drivers/b43https://wiki.archlinux.org/index.php/Broadcom_wireless#Installationandhttps://bbs.archlinux.org/viewtopic.php?id=198246Old broadcom wifi cards was pieces of sh*ts, because broadcom not cared about Linux. First in 2010 came opensource driver. Try use first brcm80211 driver, if not help, use b43 driver with his firmware, as wrote archlinux wiki Last Edit: 08 September 2020, 15:56:35 by alium
Re: No Wifi After Fresh Installation Reply #2 – 08 September 2020, 16:33:57 Quote from: alium – on 08 September 2020, 15:51:23What say lsmod and dmesg? Put here both logs please. lsmod : https://pastebin.pl/view/d28193c7dmesg : https://pastebin.pl/view/7bc4628aQuote from: alium – on 08 September 2020, 15:51:23https://bbs.archlinux.org/viewtopic.php?id=198246Code: [Select]ERROR 404: Not Found.Thanks.
Re: No Wifi After Fresh Installation Reply #3 – 08 September 2020, 16:54:23 Try this,Code: [Select]sudo pacman -S linux-headers base-devel broadcom-wl-dkmsAfter the installation , reboot your system.
Re: No Wifi After Fresh Installation Reply #4 – 08 September 2020, 17:17:57 Nothing happened.I forgot to mention, there is no wireless option in the Network Setting. Only "Wired" is listed there.Thanks.
Re: No Wifi After Fresh Installation Reply #5 – 08 September 2020, 17:24:01 Can you post Code: [Select]lsmodagain?Also, Code: [Select]iwconfigYou need to install wireless_tools first.
Re: No Wifi After Fresh Installation Reply #6 – 08 September 2020, 18:03:56 New lsmod : https://pastebin.pl/view/704f0666iwconfig : https://pastebin.pl/view/73133782Thanks.
Re: No Wifi After Fresh Installation Reply #7 – 08 September 2020, 18:51:14 Did you check if rfkill blocks the wireless device?Code: [Select]rfkill list
Re: No Wifi After Fresh Installation Reply #8 – 08 September 2020, 19:09:18 Nothing is there under rfkill list.Thanks.
Re: No Wifi After Fresh Installation Reply #9 – 08 September 2020, 19:21:18 Is it in the USB installation media? Because, when I started the installation I configured the wifi first. Only after the installation I couldn't connect it anymore.
Re: No Wifi After Fresh Installation Reply #10 – 08 September 2020, 19:48:42 Quote from: calvinh – on 08 September 2020, 16:54:23Try this,Code: [Select]sudo pacman -S linux-headers base-devel broadcom-wl-dkmsAfter the installation , reboot your system.no, no broadcom-wl driver please, kernel have new and better driver
Re: No Wifi After Fresh Installation Reply #11 – 08 September 2020, 19:54:14 I really didn't get you. What exactly should I do?Thanks.
Re: No Wifi After Fresh Installation Reply #12 – 08 September 2020, 19:54:48 https://bbs.archlinux.org/viewtopic.php?id=198246 links works for me good.ok, so begin with kernel opensource driver:Code: [Select]modprobe brcmfmac has anything changed in lsmod and dmesg? if NOT, install please https://aur.archlinux.org/packages/b43-firmware-classic/Edit: because if not, you will need probably "older" driver b43
Re: No Wifi After Fresh Installation Reply #13 – 09 September 2020, 07:36:42 1.Quote from: alium – on 08 September 2020, 19:54:48https://bbs.archlinux.org/viewtopic.php?id=198246 links works for me good.I tried Code: [Select]#pacman -S b43-firmware Didn't work. So I did -Code: [Select]git clone https://aur.archlinux.org/b43-firmware.gitmakepkg -ssudo pacman -U b43-firmware-6.30.163.46-1-any.pkg.tar.zstReboot. No wifi.lsmod : http://sprunge.us/qlqGJRdmesg : http://sprunge.us/i5PKVL2.Quote from: alium – on 08 September 2020, 19:54:48ok, so begin with kernel opensource driver:Code: [Select]modprobe brcmfmac has anything changed in lsmod and dmesg? Code: [Select]sudo modprobe brcmfmacReboot. No wifi.lsmod : http://sprunge.us/qvc4Yh dmesg : http://sprunge.us/lk15Kk3.Quote from: alium – on 08 September 2020, 19:54:48if NOT, install please https://aur.archlinux.org/packages/b43-firmware-classic/Edit: because if not, you will need probably "older" driver b43Again I tried with Code: [Select]#pacman -S b43-firmware-classic Didn't work. So I did -Code: [Select]git clone https://aur.archlinux.org/b43-firmware-classic.gitmakepkg -ssudo pacman -U b43-firmware-classic-5.100.138-1-any.pkg.tar.zstReboot. No wifi.lsmod : http://sprunge.us/PRVDr5dmesg : http://sprunge.us/MxW0oBSo now, what should I do?Thanks.
Re: No Wifi After Fresh Installation Reply #14 – 09 September 2020, 08:21:27 1. i wrote you clearly, do not use/install b43-firmware!Code: [Select]pacman -R b43-firmware2. do you load b43 driver? Code: [Select]modprobe b43 i don't think so because there is no b43 module in lsmod (http://sprunge.us/PRVDr5).