Recent content by AKM123

  1. A

    Solved Arch Linux: df always returns same values

    On my Arch system, running df -h always returns the following values: [user@archlinux ~]$ df -h Filesystem Size Used Avail Use% Mounted on /dev/nvme0n1p2 916G 42G 828G 5% / devtmpfs 4.0M 0 4.0M 0% /dev tmpfs 7.7G 0 7.7G 0% /dev/shm tmpfs 3.1G...
  2. A

    GnuPG not encrypting except ProtonMail Bridge

    I'm trying to encrypt my files before I do some very important business internationally, but in the process I lost the encryption of my password store with pass and the ability to lock LibreOffice documents with GPG. I had GPG in place, but following this very good link very late at night I...
  3. A

    Arch, i3: Can't find or change environment variables

    I think that's a Debian tool; pacman can't find it, the ArchWiki has no page on it, nor do I get any hits from any Arch repos, including the AUR. The package information on the Arch man pages seems to confirm that it's for Debian-based systems.
  4. A

    Arch, i3: Can't find or change environment variables

    Alright, I edited my .bashrc and ran the code block provided, and may have worked: When I opened a .org file, it automatically opened in Emacs; however, when I created random empty .txt and .sh files: [user@archlinux ~]$ touch motl.txt [user@archlinux ~]$ motl.txt bash: motl.txt: command not...
  5. A

    Arch, i3: Can't find or change environment variables

    I want to change some of my default applications. Following this page on the ArchWiki, I went into my /etc/environment by sudo emacs /etc/environment file to change these default application variables (e.g. EDITOR=emacs). But it's bare of these: # # This file is parsed by pam_env module # #...
  6. A

    Lenovo ThinkPad T590: Crackling microphone in Arch Linux

    Thanks for the help! I did this and it seems to have worked. I'll mark this thread solved.
  7. A

    Lenovo ThinkPad T590: Crackling microphone in Arch Linux

    I need to be able to use Zoom for business, and I've managed to turn on my microphone by installing alsa-utils as instructed by this YouTube video; however, the sound is crackling, no matter what the volume I set for my microphone is. I tried following the instructions on the ArchWiki, including...
  8. A

    Fresh Arch Install: Can no longer clone from AUR

    Yes, my mistake. I realized that myself, and I have no issues as stands since I did that. As I stated earlier, a mod should feel free to remove this rather foolish post. I obviously should have paid more attention.
  9. A

    Fresh Arch Install: Can no longer clone from AUR

    Yesterday, I installed Arch, and I managed to successfully install a few packages (Zoom, among them) from the AUR. Note I shutdown and restarted my computer successfully a few times yesterday, and I managed to install all the packages from the AUR after my initial session on Arch But today, I...
  10. A

    Fresh Arch install in i3-wm: Can't unmute audio

    The command pactl set-sink-volume @DEFAULT_SINK@ +100% did the trick. Thanks!
  11. A

    Fresh Arch install in i3-wm: Can't unmute audio

    Update: I went to the ArchWiki page on Pulseaudio, and went to the section on muting/unmuting. When I ran the command: [austin@archlinux ~]$ pactl set-sink-mute 0 toggle from the ArchWiki, no sound played on two random YouTube videos. Then I did this input and output: [austin@archlinux ~]$...
  12. A

    Fresh Arch install in i3-wm: Can't unmute audio

    Okay then; I believe I do have pulseaudio, because I specifically selected it during the install. So assuming I don't have Also installed, how would I unmute my machine with pulseaudio?
  13. A

    Fresh Arch install in i3-wm: Can't unmute audio

    Hello all, This morning I made a fresh Arch install. I am trying to unmute my audio, but the instructions and the commands I've found on the Arch Wiki for alsamixer and $ amixer sset Master unmute $ amixer sset Speaker unmute $ amixer sset Headphone unmute don't work; the output is bash...
  14. A

    Root Privileges

    For any fellow noobs in the future stuck with this problem, I just installed Arch today, and I found you need to run Ssu -l and then follow the other instructions on this very helpful webpage.
Top