Skip to main content
Topic: [Solved] No Wifi After Fresh Installation (Read 2692 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[Solved] No Wifi After Fresh Installation

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/9401299b
ip link : https://pastebin.pl/view/c8bbb4ba
lspci : https://pastebin.pl/view/a681dd20
inxi -Fxd : https://pastebin.pl/view/91dd525c

I am new to Artix Linux. Please help.

Thanks.

Re: No Wifi After Fresh Installation

Reply #1
What say lsmod and dmesg? Put here both logs please.

Read this :

https://wireless.wiki.kernel.org/en/users/Drivers/b43
https://wiki.archlinux.org/index.php/Broadcom_wireless#Installation

and

https://bbs.archlinux.org/viewtopic.php?id=198246

Old 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


Re: No Wifi After Fresh Installation

Reply #3
Try this,

Code: [Select]
sudo pacman -S linux-headers base-devel broadcom-wl-dkms

After the installation , reboot your system.

Re: No Wifi After Fresh Installation

Reply #4
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
Can you post
Code: [Select]
lsmod

again?

Also,
Code: [Select]
iwconfig

You need to install wireless_tools first.


Re: No Wifi After Fresh Installation

Reply #7
Did you check if rfkill blocks the wireless device?

Code: [Select]
rfkill list

Re: No Wifi After Fresh Installation

Reply #8
Nothing is there under rfkill list.

Thanks.

Re: No Wifi After Fresh Installation

Reply #9
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 #11
I really didn't get you. What exactly should I do?

Thanks.


Re: No Wifi After Fresh Installation

Reply #13
1.

I tried
Code: [Select]
#pacman -S b43-firmware

Didn't work. So I did -
Code: [Select]
git clone https://aur.archlinux.org/b43-firmware.git
makepkg -s
sudo pacman -U b43-firmware-6.30.163.46-1-any.pkg.tar.zst

Reboot. No wifi.

lsmod : http://sprunge.us/qlqGJR
dmesg : http://sprunge.us/i5PKVL

2.

ok, so begin with kernel opensource driver:

Code: [Select]
modprobe brcmfmac

 has anything changed in lsmod and dmesg?

Code: [Select]
sudo modprobe brcmfmac

Reboot. No wifi.

lsmod : http://sprunge.us/qvc4Yh
 dmesg : http://sprunge.us/lk15Kk

3.
if NOT, install please https://aur.archlinux.org/packages/b43-firmware-classic/

Edit:  because if not, you will need probably  "older" driver b43


Again 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.git
makepkg -s
sudo pacman -U b43-firmware-classic-5.100.138-1-any.pkg.tar.zst

Reboot. No wifi.

lsmod : http://sprunge.us/PRVDr5
dmesg : http://sprunge.us/MxW0oB

So now, what should I do?

Thanks.

Re: No Wifi After Fresh Installation

Reply #14
1. i wrote you clearly, do not use/install b43-firmware!
Code: [Select]
pacman -R b43-firmware
2. 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).