← prev | next →
jussihi 2022-07-12 23:08:15
Don’t ask to ask
dialectmaterial 2022-07-12 23:08:50
Oh shit
dialectmaterial 2022-07-12 23:09:05
Maybe there’s one or two packages I forgot to install
jussihi 2022-07-12 23:09:07
dialectmaterial 2022-07-12 23:08:14
I just installed Arch linux, and everything went fine but I didn’t use an ethernet cable and I can’t seem to use nmtui or nmcli to connect to internet using wifi.
You can reboot to archiso (usb stick), chroot to your installation and install missing packages
dialectmaterial 2022-07-12 23:09:47
I don’t have to re-install all over again? Nice.
jussihi 2022-07-12 23:10:49
Yeah no
jussihi 2022-07-12 23:11:06
Just chroot to the existing installation and run pacman in there
jussihi 2022-07-12 23:11:29
Before that remember to connect to inet
dialectmaterial 2022-07-12 23:11:51
Yes of course, You think an pacman -Syu will suffice? I’m not sure what packages I’m missing.
jussihi 2022-07-12 23:12:16
Check which packages are included in archiso for netowrk connectivity
jussihi 2022-07-12 23:12:47
You most likely want netoworkmanager and wpa_supplicant
jussihi 2022-07-12 23:13:05
Sorry typo
dialectmaterial 2022-07-12 23:13:23
I have both NetworkManager and wpa_supplicant I just checked.
jussihi 2022-07-12 23:13:38
Hm then nmcli should work
jonathn 2022-07-12 23:13:55
jussihi 2022-07-12 23:12:47
You most likely want netoworkmanager and wpa_supplicant
wpa_supplicant is a dependency of networkmanager
dialectmaterial 2022-07-12 23:14:54
When I do “nmcli device show” I just see my “Realtek Ethernet” device and a “lo” or “loopback” device.
jussihi 2022-07-12 23:15:18
Which wireless adapter do you hve?
jussihi 2022-07-12 23:15:29
You might need some additional drivers for it
dialectmaterial 2022-07-12 23:15:35
Right, good point.
jussihi 2022-07-12 23:16:16
This will get you going, hopefully 🙂
AndreGhd 2022-07-12 23:24:42
dialectmaterial 2022-07-12 23:15:35
Right, good point.
lspci | grep Wireless
prestidigitonium 2022-07-13 00:47:06
is it ok that during the kernel update the sha512 command is not found? (I updated ~100 packages was waiting for 3-4 days)
this is the full “dkms output” in the end of the update: https://bin.disroot.org/?7313c04fc1b0a058#3299gBG4WP1Nv7JYzvSWv7PUsDynYLwXGeX5ukqVvdRi
jonathn 2022-07-13 00:51:52
prestidigitonium 2022-07-13 00:47:06
is it ok that during the kernel update the sha512 command is not found? (I updated ~100 packages was waiting for 3-4 days)
this is the full “dkms output” in the end of the update: https://bin.disroot.org/?7313c04fc1b0a058#3299gBG4WP1Nv7JYzvSWv7PUsDynYLwXGeX5ukqVvdRi
Yes, it’s just noise
ariefr 2022-07-13 02:20:36
dialectmaterial 2022-07-12 23:08:14
I just installed Arch linux, and everything went fine but I didn’t use an ethernet cable and I can’t seem to use nmtui or nmcli to connect to internet using wifi.
you can use usb tether for temporary internet connection, no need to reboot iso
xerxeslins 2022-07-13 05:59:42
Can anyone help me to make obs-studio be able to record screen with wayland?
Already installed:
pipewire xdg-desktop-portal xdg-desktop-portal-kde qt5-wayland qt6-wayland
And I ran the “obs” with:
QT_QPA_PLATFORM=wayland
But the option to capture the screen with the pipewire doesn’t appear.
In the installation I had already marked pipewire.
Thank You
lankylonky22 2022-07-13 06:06:53
i removed a repo from /etc/pacman.conf and executed sudo pacman -Sy, how do i remove all pkgs installed from that specific repo
bacteriostat 2022-07-13 06:09:54
lankylonky22 2022-07-13 06:06:53
i removed a repo from /etc/pacman.conf and executed sudo pacman -Sy, how do i remove all pkgs installed from that specific repo
https://wiki.archlinux.org/title/Official_repositories#Disabling_multilib
EDIT: Replace multilib with your repo name
bacteriostat 2022-07-13 06:10:36
xerxeslins 2022-07-13 05:59:42
Can anyone help me to make obs-studio be able to record screen with wayland?
Already installed:
pipewire xdg-desktop-portal xdg-desktop-portal-kde qt5-wayland qt6-wayland
And I ran the “obs” with:
QT_QPA_PLATFORM=wayland
But the option to capture the screen with the pipewire doesn’t appear.
In the installation I had already marked pipewire.
Thank You
I don’t use QT_QPA_PLATFORM flag and obs is launching with Wayland by default.
lankylonky22 2022-07-13 06:13:55
bacteriostat 2022-07-13 06:09:54
https://wiki.archlinux.org/title/Official_repositories#Disabling_multilib
EDIT: Replace multilib with your repo name
but i already commented out that repo from /etc/pacman.conf
lankylonky22 2022-07-13 06:15:03
lankylonky22 2022-07-13 06:13:55
but i already commented out that repo from /etc/pacman.conf
[lonky@lanky ~]$ sudo pacman -R $(comm -12 <(pacman -Qq | sort) <(pacman -Slq archlinuxcn | sort))
error: repository “archlinuxcn” was not found.
error: no targets specified (use -h for help)
[lonky@lanky ~]$
xerxeslins 2022-07-13 06:15:42
bacteriostat 2022-07-13 06:10:36
I don’t use QT_QPA_PLATFORM flag and obs is launching with Wayland by default.
Thanks. And those packages I mentioned, did you need them?
lankylonky22 2022-07-13 06:15:59
bacteriostat 2022-07-13 06:09:54
https://wiki.archlinux.org/title/Official_repositories#Disabling_multilib
EDIT: Replace multilib with your repo name
so should i uncomemnt it and execute sudo pacman -Sy and execute the command u gave me
bacteriostat 2022-07-13 06:16:27
xerxeslins 2022-07-13 06:15:42
Thanks. And those packages I mentioned, did you need them?
Yes, those packages will be needed.
bacteriostat 2022-07-13 06:16:48
lankylonky22 2022-07-13 06:15:59
so should i uncomemnt it and execute sudo pacman -Sy and execute the command u gave me
why pacman -Sy?
lankylonky22 2022-07-13 06:17:10
bacteriostat 2022-07-13 06:16:48
why pacman -Sy?
to refresh the repo?
← prev | next →