You are not logged in.
I set my network interface to UP and still when I did rfkill, wlan did not show up. And when I did iwctl and then device list, no devices showed up. How do I fix this??? ![]()
TLDR: Solved, if no wifi then use Ethernet if your laptop has a port for in
Last edited by SomethingSomething (2024-05-25 04:53:58)
An Arch newbie lol
Offline
Please don't paraphrase, https://bbs.archlinux.org/viewtopic.php?id=57855
Most likely you lack https://archlinux.org/packages/extra/x8 … oadcom-wl/
https://wiki.archlinux.org/title/Broadcom_wireless - welcome to hell.
Offline
Hi, sorry about that, I was in a hurry earlier so I didn't think of including the output. When I tried to install that, it said ``error: target not found: broadcom-wl``
An Arch newbie lol
Offline
------Duplicated message----
Last edited by SomethingSomething (2024-04-07 09:10:42)
An Arch newbie lol
Offline
Tried how and what says "target not found"?
pacman -Syu broacom-wl # nb. that this won't work fo the linux-lts or linux-zen kernels, you'd have to use DKMSIf you don't have any network at all, boot the install iso, arch-chroot into the installed system, don't forget to mount the optional /boot partition and install the module from there.
Offline
Hi, "error" is also part of the error message, and I tried to arch-chroot into the installed system but was unable to do so, it said something about not being a directory or something I could not remember (but I'm still root, is there a difference?).
"pacman -Syu broadcom-wl" returns a bunch of texts (like unable to retrieve files, couldn't resolve host for everything) and then it said "error: failed to synchronize all databases (invalid URL for server).
The WiFi starts with "enp1" if it helps
An Arch newbie lol
Offline
it said something about … returns a bunch of texts
This will go nowhere, I cn speculate but not tell you what you did wrong based on only a vague rendition of the situation.
Post the actual error messages, in doubt link (don't embed) a photo of your monitor.
I'm gonna speculate that you didn't mount the root partition into /mnt and tried t chroot into an empty directory and you, again, tried to install the package w/o first establishing a network connection?
Offline
Sorry for that again. Here are the pictures if you needed:
{Deleted}
{Deleted}
Last edited by SomethingSomething (2024-05-25 04:55:21)
An Arch newbie lol
Offline
You chroot into a directory, not a device.
arch-chroot /mntAnd since this is sdb2, don't forget to mount the (likely, that's a guess) /boot partition /dev/sdb1
First screenshot means you've no internet (or at least no DNS)
Assuming there's no wired internet, did you connect the wifi w/ iwd?
Offline
I mounted /boot and got this message, is this good?
{Deleted}
Last edited by SomethingSomething (2024-05-25 04:55:40)
An Arch newbie lol
Offline
Also, iwd didn't return any devices or devices in station mode or adapters so I can't connect to Wi-Fi (I have been wondering how to fix this for days now). I mounted /mnt and tried to arch-chroot into /mnt, it didn't work either.
Here are the pics (apologies for the grainy pics, I don't have a really good phone):
{3 URLs deleted}
Last edited by SomethingSomething (2024-05-25 04:56:56)
An Arch newbie lol
Offline
The source is write protected and sdb2 isn't a linux root partition.
From the install iso, w/o chrooting, what's the output of
lsblk -f
ip a
rfkillOffline
Here are the outputs of the commands:
{Deleted}
Last edited by SomethingSomething (2024-05-25 04:57:11)
An Arch newbie lol
Offline
There's an rj45 NIC - this will be much easier if you plug a cable in there, boot the insstalled system, make sure you've internet (ping 8.8.8.8) and post your complete system journal for the boot:
sudo journalctl -b | curl -F 'file=@-' 0x0.stEdit: btw, the installed system is on /dev/sda - not /dev/sdb.
nb. that this order isn't deterministic, you'll have to inspect lsblk before you mount the root partition and try to chroot there.
Last edited by seth (2024-04-09 06:53:38)
Offline
Thank you for your help, I found the solution for my problem.
An Arch newbie lol
Offline
And what was the solution for you problem?
https://wiki.archlinux.org/title/Genera … way_street
Offline
Hi, sorry for sounding rude. archinstall, all this time, was the solution when you reminded me of Ethernet. So, thank you!
An Arch newbie lol
Offline