#Feature unimplemented
138 messages · Page 1 of 1 (latest)
could you send the output of pacman -Q
how do i do that (im a complete noob at linux)
open a terminal, can you do that?
Could not execute inferior process xterm
ok then
press CTRL-ALT-F2, it will send you to a full-screen terminal window, to come back you press CTRL-ALT-F1
use that as a terminal
login, then type down "pacman -S xterm"
did you make a user account?
This will install xterm so we can open the terminal inside lxqt
Could not do this operation if you are not root
oh right
apparently im not root
done
installed?
is your internet connection working?
Yeah because you connected on the installation media, you have to do that again on your computer now, it didn't save the password and such
if you have networkmanager installed, you can just write down nmtui to do it in a more user-friendly way
do you have access to ethernet?
i have cable internet on my other pc
cant really connect this one to it
only wireless for now
ok...
is it possible?
then we are kind of forced to go back to the installer, connect to internet, mount partitions, chroot into your install and then run sudo pacman -S networkmanager xterm
so you install both
before you do that though, did you install a bootloader?
unless you can use your phone as USB tethering or something?
networkmanager is needed to connect to wifi
hang on , imma try and see if i can use the cable from my pc
just ping google.com or something to see if it actually worked
okay
so i connected my ethernet and it says
temporary failure in name resolution
when i tried ping.google.com
so , any solutions?
am seeing what i can find
sure , take your time
let's try this: ip link, send me the output or a picture of it
ip link set {name of the number 2} up
so enp2s0?
yyeah
operation not permited
try adding sudo?
i think it worked?
ok, try again pinging google
yes
that with the password?
done
systemctl start systemd-networkd.service
command not found
oh
i mistyped
wait
hang on
it worked
i skipped a letter
it didn't give me any message i suppose it worked
@chilly jewel
u here man?
yes
i am seeing what you would have to do
and honestly
it would be way easier to just use the installation media
you already know how to mount everything and chroot?
i'm a bit tired to go thru the installer again
i think so
i have the indications of a person
you wouldn't have to go through the installer
oh?
you just need to boot from the usb and insert a bunch of commands
i guess i will be?
it's fine, i didn't end up doing much in the end
yeah but u took your time to help me , appreciate it
btw does posts like mine delete after a while?
like in 24hrs or something?
don't think so
okay , ty
imma just write down a quick guide on what to do, should be enough
- boot from USB
- enter
mkdir /mnt, if it says it already exists dw i just don't remember if it's there already, so this would create it fdisk -l, find the name of your linux partition (maybe by checking the actual size)mount {name of the partion} /mntarch-chroot /mnt
then you can install networkmanager and xterm by runningsudo pacman -S networkmanager xterm
should be enough. reboot
is this solved?