You are not logged in.
Pages: 1
I did a fresh Arch install. When I write lspci, entire system freezes with an error:
CPUd not responding to MCE broadcast
Kernel panic - not syncing: Timeout: Not all CPUs entered broadcast exception handler
...I found a similar problem https://bbs.archlinux.org/viewtopic.php?id=220177
There was an advice to block rt2800pci module.
It worked! Now I have sticked with ethernet option.
My question is: how to repair wireless network controller? ![]()
My wireless network controller (currently, module is blocked), lspci -k:
03:00.0 Network controller: Ralink corp. RT3290 Wireless 802.11n 1T/1R PCIe
Subsystem: Foxconn International, Inc. RT3290 Wireless 802.11n 1T/1R PCIe
Kernel modules: rt2800pciOffline
Are you sure the HW still works?
Is there a parallel windows installation?
Did you try the behavior w/ eg. the LTS kernel?
Offline
Are you sure the HW still works?
Is there a parallel windows installation?
Did you try the behavior w/ eg. the LTS kernel?
I am not sure about HW.
There is only Arch Linux on hard drive. (/dev/sda1 for Grub and /dev/sda2 for Arch)
Could you provide steps for installing LTS kernel? (now, I have the default Linux package from Core repo)
Offline
seth wrote:Are you sure the HW still works?
Is there a parallel windows installation?
Did you try the behavior w/ eg. the LTS kernel?I am not sure about HW.
There is only Arch Linux on hard drive. (/dev/sda1 for Grub and /dev/sda2 for Arch)
Could you provide steps for installing LTS kernel? (now, I have the default Linux package from Core repo)
I managed to install LTS kernel and boot into it. Still the same problems as in kernel from Core repo.
Maybe, I should try to downgrade linux-firmware package?
b.t.w.
Even with loaded module, there is no wireless interface showing.
ip a:
1. lo
2. enp2s0f1Last edited by brb (2023-09-23 02:58:30)
Offline
Please post your complete system journal for the boot:
sudo journalctl -b | curl -F 'file=@-' 0x0.stThere is only Arch Linux on hard drive.
"hard drive" is irrelevant to this question, if you're booting windows on this system at all, you're dual booting and the 3rd linke below becomes very relevant to this subject.
Offline
No Windows on this machine.
Offline
Sep 23 08:31:38 campasus kernel: pci 0000:03:00.0: [1814:3290] type 00 class 0x028000
Sep 23 08:31:38 campasus kernel: pci 0000:03:00.0: reg 0x10: [mem 0xf7810000-0xf781ffff]
Sep 23 08:31:38 campasus kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
Sep 23 08:31:38 campasus kernel: pci 0000:03:00.1: [1814:3298] type 00 class 0x0d1100
Sep 23 08:31:38 campasus kernel: pci 0000:03:00.1: reg 0x10: [mem 0xf7800000-0xf780ffff]
Sep 23 08:31:38 campasus kernel: pci 0000:03:00.1: supports D1
Sep 23 08:31:38 campasus kernel: pci 0000:03:00.1: PME# supported from D0 D1 D3hot D3coldbut no driver shows up - is this w/ a blacklisted rt2800pci ?
Offline
Pages: 1