You are not logged in.
Pages: 1
For clarity: I am not having trouble finding the networks, I’m unable to find the internal wireless device
I recently purchased a Lenovo Ideapad 5 15ABA7 and planned to install arch on it (it has never booted into windows and I’d like to keep it that way, not planning on dualboot)
I’ve run into a problem that I haven’t in previous arch installs: (I’ll shorthand root@archiso ~ # to just # in most cases)
after running loadkeys dvorak, and checked the efivars, which were both successful,
I ran:
# ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00then
root@archiso ~ # iwctl
NetworkConfigurat lonEnabled: disabled
StateDirectory: /var/lib/iwd
Version: 1.30
[iwd]# device listI then ran
# rfkillsaw that all devices were soft blocked, and unblocked them
output after unblocking
Running iwd device list again produces the same result as before
Running
# lspci
# lsusbgives the following
lspci output)
lsusb output
Running
# iw listCame back with nothing
# journalctl -u iwdgave this: journal
Finally, I ran
lspci -kwhich gives this output
which seems to imply that I'm missing the kernel driver (I think?)
but then how did rfkill unlock?
I’m pretty lost at this point, so any help would be greatly appreciated.
Last edited by oldmold (2022-10-16 00:25:55)
Offline
Possibly related: https://bbs.archlinux.org/viewtopic.php?id=279621.
EDIT: You probably need to work through https://wiki.archlinux.org/title/Networ … n/Wireless to see if you need firmware or such.
Last edited by cfr (2022-10-16 00:11:37)
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
I can add that detail as well, will also copy to main post, since I forgot to on my original writing
# ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00not sure how to get that (or any) new driver over to the pc in question, since it doesn't have an ethernet port
Last edited by oldmold (2022-10-16 00:29:20)
Offline
not sure how to get that (or any) new driver over to the pc in question, since it doesn't have an ethernet port
Figure out first if your card is supported and, if so, by what. You need to gather the relevant information about the card and then check the model against the lists linked in the wiki. E.g. the Ubuntu link would lead you to https://help.ubuntu.com/community/Hardw … ealTek#PCI. The other links to lists will take you to similar collections of information.
If necessary, you can probably download whatever you need and transfer it using a USB key or whatever, but you don't even know yet if there is anything to transfer.
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
looks like https://github.com/lwfinger/rtw8852be is the correct driver.
I don't think it's in base, so I'm currently looking into making a local mirror for the pacs I need on usb and doing it that way.
Offline
You might want to consider using https://aur.archlinux.org/packages/rtw8852be-dkms-git so you produce a package.
Edit:
As there is no network connectivity on the system, have you considered tethering or build the kernel module on a different system (ensure the kernel version matches) then copy the module into /lib/modules/$(uname -r)/kernel/drivers/net/wireless/ afterwards run depmod then modprobe rtw8852be
Last edited by loqs (2022-10-27 20:00:50)
Offline
Pages: 1