#cannot use Ethernet

11 messages · Page 1 of 1 (latest)

stiff blade
#

So the issue is

#

Pls help

jaunty charm
#

Did you install network manager

stiff blade
#

I think I did… I dunno

#

I cannot install it now tho…

#

Can I get a pakage for network manager?

knotty axle
# stiff blade I cannot install it now tho…

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```
stiff blade
#

nevermind

#

i have fixed it alr

knotty axle
#

Ah well lol

jaunty charm
#

@stiff blade