No internet connection at all. xfce

I did something wrong with dependencies. And I no longer have internet connection on my laptop. Even though it is working. I am posting from my smartphone.
I am using an acer 515-56
I can’t download anything or downgrade my system, since it does not connect to the internet.
How can I fix this?
Thank you for your help

  1. You need a live-manjaro usb or iso
  2. You need to :mag: chroot into your existing installation
  3. You need to undo what you did (I hope, you have written down what you did)

In :mag: chroot your internet will work, and you will be able to repair

Thank you. I have a live-manjaro usb
How do I chroot into my existing installation?

I wrote down what I did, yes

sudo manjaro-chroot -a

How to chroot

  1. Ensure you’ve got a relatively new ISO or at least one with a still supported LTS kernel.

  2. Write/copy/dd the ISO to a USB thumb drive.

  3. When done, boot with the above mentioned USB thumb drive into the live environment.

  4. Once booted, open a terminal and enter the following command to enter the chroot encironment:

manjaro-chroot -a
  1. If you have more than one Linux installation, select the correct one to use from the list provided.

When done, you should now be in the chroot environment.

But, be careful, as you’re now in an actual root environment on your computer, so any changes you make will persist after a restart.

The sudo isn’t necessary in a live environment.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.