#cannot use Ethernet
11 messages · Page 1 of 1 (latest)
Did you install network manager
I think I did… I dunno
I cannot install it now tho…
Can I get a pakage for network manager?
Before you restart, type
sudo pacman -Q network-manager to check for Network Manager
Load the bootable media and inside, type the following:
Find your root partition name and it. For example: /dev/sda3
Put your drive name rather than sda3:
mount /dev/sda3 /mnt
arch-chroot /mnt
You are now the root user in your installation but can use the internet from the live install.
pacman -S network-manager
systemctl enable NetworkManager
exit
reboot now```
Ah well lol
@stiff blade