You are not logged in.

#1 2023-01-27 20:18:55

Vinesh
Member
Registered: 2017-08-01
Posts: 12
Website

[SOLVED] No network device is being detected

I have installed a lot of Pacman packages and overwritten some packages that were previously causing errors, but once I rebooted my laptop

the iwd stopped working with error "Start request repeated too quickly".

I tried to see with sudo rfkill list  but I got "cannot open /dev/rfkill: No such file or directory"

I checked with "IP addr" and it is not showing a wlan device but only lo. But I'm sure my wireless device is working as I could insert a bootable USB and access iwd from it.

network manager shows "No network devices available".

Any help would be greatly appreciated!

Last edited by Vinesh (2023-01-27 23:55:15)

Offline

#2 2023-01-27 20:31:08

Head_on_a_Stick
Member
From: London
Registered: 2014-02-20
Posts: 7,680
Website

Re: [SOLVED] No network device is being detected

Vinesh wrote:

I have installed a lot of Pacman packages and overwritten some packages that were previously causing errors

That's far too vague. Please provide more detail. The more information you provide the better our chances of fixing things.

The contents of the journal will show exactly what is happening with your wireless card.

Offline

#3 2023-01-27 20:56:23

Adriik
Member
From: Argentina
Registered: 2022-03-10
Posts: 128

Re: [SOLVED] No network device is being detected

Post your pacman log as well. We need to see exactly what you did with pacman.

Pacman log:

cat /var/log/pacman.log | curl -F 'file=@-' 0x0.st

Journal log:

journalctl -b | curl -F 'file=@-' 0x0.st

Solo soy un loco más. Please use [code] [/code] tags.
Command cheatsheetCommand not found?
If I write something wrong in English, please correct me.

Offline

#4 2023-01-27 21:00:34

seth
Member
Registered: 2012-09-03
Posts: 49,981

Re: [SOLVED] No network device is being detected

Also compare "uname -a" and "pacman -Qs linux"

Offline

#5 2023-01-27 22:07:40

Vinesh
Member
Registered: 2017-08-01
Posts: 12
Website

Re: [SOLVED] No network device is being detected

Here are the logs :

Journalctl -b
https://0x0.st/oFep.txt

pacman.log
https://0x0.st/oFe4.bin

pacman -Qs linux
https://0x0.st/oFeJ.txt

uname -a

Linux lx 6.1.6-arch1-3 #1 SMP PREEMPT_DYNAMIC Mon, 16 Jan 2023 12:51:23 +0000 x86_64 GNU/Linux

Unfortunately pacman.log is saving as bin as it is large I guess

Last edited by Vinesh (2023-01-27 22:09:27)

Offline

#6 2023-01-27 22:13:33

seth
Member
Registered: 2012-09-03
Posts: 49,981

Re: [SOLVED] No network device is being detected

Did you bother taking a look at the output, specifically the version of the running and the installed kernel?
Edit #2:
Hint: you're booting from a boot partition, was that mounted when you updated the kernel?

Edit: there's also an enormous amount of broken libraries…

sudo LC_ALL=C pacman -Qkk | grep -v ', 0 altered files'

Last edited by seth (2023-01-27 22:18:59)

Offline

#7 2023-01-27 22:31:31

Vinesh
Member
Registered: 2017-08-01
Posts: 12
Website

Re: [SOLVED] No network device is being detected

I think the boot partition was not mounted because after the iwd stopped working, I have to use live USB to access the internet  in chroot and then had done pacman -Syu  without mounting boot. I will now update with boot partition mounted.

I had done pacman -Syu with boot partition mounted and it didn't show any changes, uname in arch-chroot seems to show 6.1.1 though.

Last edited by Vinesh (2023-01-27 22:38:15)

Offline

#8 2023-01-27 22:41:58

seth
Member
Registered: 2012-09-03
Posts: 49,981

Re: [SOLVED] No network device is being detected

arch-chroot seems to show 6.1.1 though

That's the kernel version of the install iso - it's meaningless itr.
You need to check uname when booting the installed system.

Offline

#9 2023-01-27 22:57:01

Vinesh
Member
Registered: 2017-08-01
Posts: 12
Website

Re: [SOLVED] No network device is being detected

Sorry i just checked pacman -Q linux shows 6.1.8 and uname -r shows 6.1.6.

Offline

#10 2023-01-27 23:10:12

seth
Member
Registered: 2012-09-03
Posts: 49,981

Re: [SOLVED] No network device is being detected

How *exactly* did you "update with boot partition mounted"?
From the installed system or the installation iso?
What did you mount where and in which order?

Offline

#11 2023-01-27 23:54:07

Vinesh
Member
Registered: 2017-08-01
Posts: 12
Website

Re: [SOLVED] No network device is being detected

Thanks stan and everyone, to fix the version of the kernel that my system was running with the one installed. When I looked in the /boot directory, there were only three files. To fix this, I reinstalled linux, then grub-install, and grub-mkconfig.

Offline

Board footer

Powered by FluxBB