#audio not working

831 messages · Page 1 of 1 (latest)

polar reef
#

so i just install the arch linux with xcfe as the desktop im getting audio issue can someone help

verbal flint
#

pstree -T
To check what you have running related to audio.

polar reef
#

pulseaudio

verbal flint
#

ok, just pulseaudio

polar reef
#

yh

verbal flint
#

what issue do you have?

polar reef
#

i can't hear any audio

#

from my inbuilt speaker

#

nor my headphones

verbal flint
#

so no audio at all

polar reef
#

yh

verbal flint
#

Do you have an audio settings app? Can you see the devices and stuff there?

polar reef
#

yh

#

let me show

verbal flint
#

output devices tab?

polar reef
#

i think it didn't detect the sound card

#

cat /proc/asound/cards

#

says no sound card

verbal flint
#

lspci -k | grep -iC 3 aud

polar reef
verbal flint
#

pacman -Q sof-firmware linux-firmware

#

do they both exist?

polar reef
#

i installed sof firmware

#

it was not

verbal flint
#

ok so it did not exist?

polar reef
#

yh

verbal flint
#

try rebooting

polar reef
#

sure

verbal flint
#

then if still no audio, do:
journalctl -x -b -p 3

polar reef
#

i did reboot

#

and im seeing this now

polar reef
verbal flint
#

yeah

#

so it got even worse after installing sof-firmware? :D weird

polar reef
#

fr

#

lol

#

so many red lines

#

ACPI error

#

i hate this

verbal flint
#

did you add the -b flag?

polar reef
#

yh

#

journalctl -x -b -p 3

#

i ran this

verbal flint
#

ok

#

journalctl -x -b -p 3 | grep -i aud

polar reef
#

done

verbal flint
#

Nothing?
journalctl -x -b -p 3 | grep -i pulse

polar reef
#

no output

#

no output

#

again

verbal flint
#

ok i don't think those errors are related, but could be

#

you could try running pipewire instead of pulse. otherwise at this moment i have no idea.

polar reef
#

oh

verbal flint
#

I do not use pulseaudio myself, there might be something to do to fix that in pulse, but i have no experience.

polar reef
#

so i should delete it

#

pacman -R pulseaudio?

#

like that

verbal flint
#

sudo pacman -S pipewire wireplumber pipewire-pulse pipewire-alsa
sudo pacman -Rns pulseaudio

polar reef
#

done

verbal flint
#

restart and see

polar reef
#

sure

polar reef
#

and no sound

#

again

#

☠️

#

bru-

verbal flint
#

ok, keep pipewire anyway

polar reef
#

mhm

#

is this has smth to do

#

with the audio

verbal flint
#

sure

polar reef
#

ohh

verbal flint
#

pstree -T

polar reef
#

pulsewire

#

is there

verbal flint
#

yeah looks fine.

#

wpctl status

polar reef
#

i think this is the problem

#

no audio card

#

its just dummy

#

output

#

how to install the audio card now

polar reef
#

.aw pipewire

elder meteorBOT
polar reef
#

but like isn't he pipewire

#

And be sure you're not missing packages

#

already installed

verbal flint
#

yeah we switched to pipewire from pulseaudio

polar reef
verbal flint
#

the sound cards are not detected at all in both cases

polar reef
#

And if you're on pipewire, be sure you have all the packages even wireplumber

verbal flint
#

yeah the pipewire setup is fine

polar reef
verbal flint
#

might be an issue with lightdm tbh

#

which i don't know about

polar reef
#

See pipewire on wiki for solutions btw

#

mhm

polar reef
# polar reef

How about changing pavucontrol configuration on last tab of it?

#

how to go about doing it

polar reef
polar reef
# polar reef

Then it's something else. Be sure you have all pipewire packages

#

pacman -Qs pipewire

verbal flint
polar reef
#

Phone

#

lol

#

i hope everything is there

#

hm

#

i was trying to install pipewire-media-session

#

its saying its in conflict with wireplumber

#

is it worth deleting the

#

wire plumber?

#

and install pipewire-media-session

verbal flint
#

no, wireplumber is the new media-session

#

you either have a device / firmware issue, but there are no errors about it, or lightdm is the issue.

polar reef
polar reef
#

what can i do about it

#

delete it?

polar reef
#

Use systemctl to check

#

systemctl status wireplumber

#

And so on

#

Also journalctl

#

... journalctl

elder meteorBOT
#

#10200 📣 ```js

To actively follow log (like tail -f):

journalctl -f

To display all errors since last boot:

journalctl -b -p err

To filter by time period:

journalctl --since=2012-10-15 --until="2011-10-16 23:59:59"

To show list of systemd units logged in journal:

journalctl -F _SYSTEMD_UNIT

To filter by specific unit:

journalctl -u dbus

To filter by executable name:

journalctl /usr/bin/dbus-daemon

To filter by PID:

journalctl _PID=123

To filter by Command, e.g., sshd:

journalctl _COMM=sshd

To filter by Command and time period:

journalctl _COMM=crond --since '10:00' --until '11:00'

To list all available boots:

journalctl --list-boots

To filter by specific User ID e.g., user id 1000:

journalctl _UID=1000

To filter by specific SYSLOG_INDENTIFIER:

journalctl -t systemd-resolved
tldr:journalctl

journalctl

Query the systemd journal.

More information: https://manned.org/journalctl.

Show all messages with priority level 3 (errors) from this [b]oot:

journalctl -b --priority=3

Show all messages from last [b]oot:

journalctl -b -1

Delete journal logs which are older than 2 days:

journalctl --vacuum-time=2d

[f]ollow new messages (like tail -f for traditional syslog):

journalctl -f

Show all messages by a specific [u]nit:

journalctl -u unit

Filter messages within a time range (either timestamp or placeholders like "yesterday"):

journalctl --since now|today|yesterday|tomorrow --until YYYY-MM-DD HH:MM:SS

Show all messages by a specific process:

journalctl _PID=pid

Show all messages by a specific executable:

journalctl path/to/executable
$```

polar reef
#

oh

#

damn wireplumber service could not be found?

#

same for the pipewire

polar reef
#

but i did install them

#

let me do it again

#

to double check

#

pacman -Qs pipewire

#

pacman -Qs wireplumber

#

Will tell if installed

polar reef
polar reef
polar reef
#

output

#

What does it say

#
local/libpipewire 1:0.3.70-1
    Low-latency audio/video router and processor - client library
local/libwireplumber 0.4.14-1
    Session / policy manager implementation for PipeWire - client library
local/pipewire 1:0.3.70-1
    Low-latency audio/video router and processor
local/pipewire-alsa 1:0.3.70-1
    Low-latency audio/video router and processor - ALSA configuration
local/pipewire-audio 1:0.3.70-1
    Low-latency audio/video router and processor - Audio support
local/pipewire-pulse 1:0.3.70-1
    Low-latency audio/video router and processor - PulseAudio replacement
local/wireplumber 0.4.14-1
    Session / policy manager implementation for PipeWire```
polar reef
#

imma install them

polar reef
#

ohh

#

Just yay pipewire and send a shot

#

It will show what's installed and what isn't

#

bash: yay: command not found

polar reef
#

On arch, you should have an aur helper

#

im using pacman

polar reef
#

.aw aur helper

elder meteorBOT
polar reef
#

ohhh

#

And yay is that

#

To get it

#

let me install it then

#

using pacman -S yay

#

right

#

lol

#

😂

#

oh wait

#

i need to use git

#

💀

#

don't even exist

#

lmfao

polar reef
# polar reef using pacman -S yay
sudo pacman -S base-devel linux-headers linux-lts linux-lts-headers linux-firmware git wget curl && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -sir```
#

oh

#

That should get some base missing packages and yay

#

installing

polar reef
#

Then install the missing pipewire packages

#

hopefully my audio will work 😭

#

yes

#

.aw pipewire

#

For more info

#

.aw pipewire

#

xD

#

bot seems to be

#

offline

#

Rip qbot

#

rip

#

.aw pipewire

elder meteorBOT
polar reef
#

Works now

#

oh damn what just happened

#

some how

#

my all the apps got

#

turned off

#

including terminal

#

now when i run sudo pacman -S base-devel linux-headers linux-lts linux-lts-headers linux-firmware git wget curl && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -sir

#

again

#

x.org/yay.git && cd yay && makepkg -sir
error: failed to init transaction (unable to lock database)
error: could not lock database: File exists
if you're sure a package manager is not already
running, you can remove /var/lib/pacman/db.lck

#

i should remove it

#

okay cool its back to installing

#

fatal: could not create work tree dir 'yay': No such file or directory

#

hm

#

whys that?

polar reef
polar reef
#

Then try again

#

Also remove yay folder

#

By default it should be on your home folder

#

i mean like some how terminal was closed

#

Odd

#

Try again

#

It shouldn't happen as you were installing base components

polar reef
#

i should restart

polar reef
#

Then pipewire

#

okay

#

restarting

#

did work

#

phew

#

i thought i messed up

#

sure

#

its done

#

now

#

@polar reef yay pipewire right

#

i see there are many packages it

#

seems to be asking for

#

which package i want

#

OMGGGG

#

i installed this package

#

about audio jack

#

NOW I CAN HEAR audio

#

@polar reef

#

but the problem is its coming from my laptop's speaker

#

rather then my headphone

polar reef
#

You don't mean jack audio server

#

.aw jack

elder meteorBOT
polar reef
#

yh

#

that

#

lol

polar reef
#

btw

#

i can hear the sound from my speaker

#

when i switch to

polar reef
#

yes

polar reef
#

i can't hear from the yt

#

but when i try the audio test

#

i can do hear

#

But still idk if you installed the missing pipewire packages

#

like there are many is there way to

#

install all of them

#

in one try

polar reef
#

sending

#

wait u are in phone

#

right

#

@polar reef

#
    Low-latency audio/video router and processor - Zeroconf support
9 extra/pipewire-x11-bell 1:0.3.70-1 (9.3 KiB 19.1 KiB) 
    Low-latency audio/video router and processor - X11 bell
8 extra/pipewire-pulse 1:0.3.70-1 (167.5 KiB 463.6 KiB) (Installed)
    Low-latency audio/video router and processor - PulseAudio replacement
7 extra/pipewire-audio 1:0.3.70-1 (1.1 MiB 4.2 MiB) (Installed)
    Low-latency audio/video router and processor - Audio support
6 extra/pipewire-alsa 1:0.3.70-1 (4.9 KiB 1.2 KiB) (Installed)
    Low-latency audio/video router and processor - ALSA configuration
5 extra/pipewire-v4l2 1:0.3.70-1 (36.8 KiB 80.2 KiB) 
    Low-latency audio/video router and processor - V4L2 interceptor
4 extra/pipewire-docs 1:0.3.70-1 (1.3 MiB 25.0 MiB) 
    Low-latency audio/video router and processor - documentation
3 extra/pipewire-jack 1:0.3.70-1 (149.1 KiB 690.7 KiB) (Installed)
    Low-latency audio/video router and processor - JACK support
2 extra/pipewire-roc 1:0.3.70-1 (18.6 KiB 73.0 KiB) 
    Low-latency audio/video router and processor - ROC streaming support
1 extra/pipewire 1:0.3.70-1 (629.7 KiB 3.1 MiB) (Installed)
    Low-latency audio/video router and processor```
verbal flint
#

wtf??
installing jack fixed your entire audio?

polar reef
#

i mean i can hear the

#

audio

#

from my speaker

#

now

#

so yeah

#

lol

#

need to fix headphone

verbal flint
#

this is really strange.
jack is only used by certain programs

polar reef
#

wait may be its a firefox problem

#

is it

polar reef
#

oh damn

#

may be it needs

polar reef
#

Also, install the ones from the multilib repo

#

Ignore the community ones

#

Then sudo vim /etc/pacman.conf

#

Go to where it says misc options

#

Uncomment where it says color

#

Same with verbose

#

If theres no parallel downloads, add it like ParallelDownloads = 6 then add ILoveCandy
Then :wq

#

If you don't have vim, install it

polar reef
polar reef
#

there is

#

ParallelDownloads = 5

#

not 6

#

That should configure pacman and next time yay will show colors. Try it

polar reef
#

and uncomment it?

#

Also check that multilib is enabled

polar reef
#

#[multilib]
#Include = /etc/pacman.d/mirrorlist

#

uncomment it?

polar reef
#

done

#

Then sudo pacman -Syu

#

So it creates a database for multilib

#

done

#

Then yay pipewire and install the packages from multilib

#

This time yay will show colors

#

Helps to read

polar reef
polar reef
#

Also what desktop/wm you use

#

So you install the right portal

#

xfce

#

desktop

polar reef
#

.aw pipewire

elder meteorBOT
polar reef
#

sure

#

Required to get audio

#

Each desktop hss it's own portal so check wiki

#

oh

#

Or you can do yay xdg portal

#

But use wiki for reference

#

So you get the right one

#

That should fix the audio issue

#

Ofc reboot after all of this

#

Then test your audio

#

yes

polar reef
#

It should as you installed all the missing packages

polar reef
polar reef
#

ohh

#

Wiki shows which one for each desktop

#

For gnome, gtk one

#

As example

#
    A GTK+ backend for xdg-desktop-portal
15 aur/xdg-desktop-portal-wlr-artix 0.6.0-1 (+0 0.00) 
    xdg-desktop-portal backend for wlroots, build without systemd
14 aur/xdg-desktop-portal-liri-git r84.dba7279-1 (+1 0.00) 
    A backend implementation for xdg-desktop-portal for Liri
13 aur/xdg-desktop-portal-kde-git 20190109.011ae60-1 (+2 0.00) (Out-of-date: 2021-04-06) 
    A backend implementation for xdg-desktop-portal that is using Qt/KDE.
12 aur/xdg-desktop-portal-git 1:1.14.1.r33.gfe9c5a1-1 (+1 0.00) (Out-of-date: 2022-09-04) 
    Desktop integration portals for sandboxed apps
11 aur/xdg-desktop-portal-td rc1-1 (+2 0.07) 
    Desktop Environment built on Qt
10 aur/xdg-desktop-portal-wlr-git v0.3.0.r15.gefcbcb6-1 (+7 0.00) 
    xdg-desktop-portal backend for wlroots
9 aur/xdg-desktop-portal-hyprland-git 1:r261.e1f145d-4 (+12 2.95) 
    xdg-desktop-portal backend for hyprland
8 aur/xdg-open-server 1.3-1 (+1 0.00) 
    xdg-open portal for Docker containers
7 community/xdg-desktop-portal-lxqt 0.4.0-1 (40.3 KiB 107.0 KiB) 
    A backend implementation for xdg-desktop-portal using Qt/KF5/libfm-qt
6 community/xdg-desktop-portal-hyprland 0.3.1-1 (71.5 KiB 197.8 KiB) 
    xdg-desktop-portal backend for hyprland
5 community/xdg-desktop-portal-wlr 0.7.0-1 (43.3 KiB 101.7 KiB) 
    xdg-desktop-portal backend for wlroots
4 extra/xdg-desktop-portal-gnome 43.1-1 (162.6 KiB 672.9 KiB) 
    A backend implementation for xdg-desktop-portal for the GNOME desktop environment
3 extra/xdg-desktop-portal-gtk 1.14.1-1 (114.2 KiB 490.2 KiB) 
    A backend implementation for xdg-desktop-portal using GTK
2 extra/xdg-desktop-portal-kde 5.27.4.1-1 (278.4 KiB 1018.9 KiB) [plasma] 
    A backend implementation for xdg-desktop-portal using Qt/KF5
1 extra/xdg-desktop-portal 1.16.0-1 (387.2 KiB 2.0 MiB) 
    Desktop integration portals for sandboxed apps
#

did yay xdg

#

i think

#

this should be it

polar reef
polar reef
#

Then reboot and test your audio

#

yes

#

rebooting

#

Your audio should work fine now

#

... jamesdsp

elder meteorBOT
polar reef
#

... jamesdsp

elder meteorBOT
polar reef
#

If you want better audio

#

oh man

#

no sound in the headphones

#

may be i need alsamixer

polar reef
#

yh

#

apparently

#

seems like

#

my headphone jack is being used as a mic's jack

#

im trying to override

#

to make it for

#

headphones rather then mic's

#

hdajackretask

#

im using

#

alsa-tools

#

but its keep on giving me this error

#

@polar reef

#

oh wait

#

i think it changed it

#

let me try

#

no it didn't

#

still microphone

polar reef
#

ugh

polar reef
#

@polar reef

#

it just was't working

#

i tried everything

#

alteast inbuilt speaker works

#

and guess what

#

by headphones works when im using them using bluetooth

#

lol

long pivot
#

@polar reef so you got your audio fully working? i'm asking bc i couldn't get my audio to work last night and i might try some of these same steps.

last night i ended up giving up and installing windows (UGH) but i miss linux... gonna try reinstalling now and might open a separate support ticket of my own if some of these same tips don't work for me.

long pivot
#

oh no 🥲

polar reef
#

to reinstall too

#

i like arch

long pivot
#

what did you do instead? are you using something else with audio working?

polar reef
#

are u getting the audio

#

from ur laptop's inbuilt

#

speakers?

long pivot
#

it's a totally diff setup in my case. it's a desktop pc but i'm connecting via aux cable

polar reef
#

ah i see

#

but the things need to be same

#

i can help

#

in desktop things will be easy

long pivot
#

yeah i'll see what i can do on my own. i was just beating my head against the wall last night. i should've just asked for help yesterday. i will if i hit the same problem otday

polar reef
#

trying to make it work

#

for like 18 hours

long pivot
#

😦 yeah sounds similar here.

polar reef
#

and nothing

#

worked

long pivot
#

from 4 PM to 12 AM last night...8 hours in my case. but still. so maddening

#

are your audio drivers intel by chance?

#

mine are

polar reef
#

yes it is

long pivot
#

:/

#

i think it's something w/ that

#

as a total non-expert

polar reef
#

lmao can be

polar reef
#

💀

#

5pm - 6 am

long pivot
#

i got this nice ass motherboard but can't get the audio to work. just upgraded my pc and got a z790-e asus

#

makes me want to die

polar reef
#

oh damn

#

fr

polar reef
#

are there any

#

ACPI

#

errors

#

while booting up or restarting

long pivot
#

um i can't remember let me check. i took some screenshots lmao...

polar reef
#

i mean when u restart or reboot

#

the system

#

was there some instances

#

where it get stuck

long pivot
#

uploading pics now

#

oh they might be a weird format

#

can you see them? if not i can reupload

polar reef
#

it worked

#

u didn't

#

have a desktop?

long pivot
#

xhci_pci

#

closest error to what you said

#

this was just when i was installing it

#

that ig ot those errors

#

since i reformatted to windows, idk what was happening on startup since i lost the logs

#

i'll need to retry today

polar reef
#

missing firmware that can be the problem

#

i had that errors

#

it helps

#

to communicate with the devices

#

attached with the computer

#

might be the chance that

#

it was not detecting

#

jack

long pivot
#

yeah seems like it could be related?? thinkEyes

polar reef
#

let me go through the missing

#

firmwares

#

to check if there is any

long pivot
#

i'm going to retry the install now but i've got disc open on my phone

polar reef
#

related to sound

polar reef
long pivot
#

DISCORD 😭

#

this app haha

polar reef
#

u have disc on discord??

#

BRO

#

OMG

#

☠️

long pivot
#

lmao

polar reef
#

thats hilarious

#

af

#

😂

long pivot
polar reef
#

are u gonna try now?

#

sure

long pivot
#

ye I’m trying rn but dw about me for a while lol. it’ll take me like 30 mins to get it going

polar reef
#

btw

long pivot
#

Maybe more

polar reef
#

why u didn't install any GUI desktop

#

or did u

long pivot
#

I did! That was just from the initial install pacstrap

#

I was using kde

polar reef
#

oh kde

#

try xfce

long pivot
#

Yeah Idk if I liked it tbh. I kinda like Cinnamon more maybe

polar reef
long pivot
#

Ok what do you like about xfce?

#

Ok

polar reef
#

its like the

#

best

#

minimal stuff

#

clean UI

long pivot
#

Have you tried the arch install script? I’m tempted. I’ve installed arch “successfully” now manually and Idk if I care to again lol

polar reef
#

arch install script?

#

u used that?

#

OH NO

long pivot
#

Lol what I mean is

#

I installed it manually before

polar reef
#

oh

#

yh

long pivot
#

But now I’m considering using the archinstall script

polar reef
#

don't

#

it sucks

long pivot
polar reef
#

lmao

#

how my color

#

is red

long pivot
#

It looks like something you can choose?

#

Idk I have a blue role tag though

#

You have a red one

polar reef
#

lmao

#

anyways

long pivot
#

Maybe when you started the server?

polar reef
#

yh

#

but that option should presist

#

on the top of channels

long pivot
#

I was using btrfs before for the file system… think that’s ok still or should I go easy and use ext4?

polar reef
#

btrfs for the file system?

#

man

#

ext4 yh

long pivot
#

LOL

#

Ok

polar reef
#

for the root

long pivot
#

You can’t take actual screenshots from the terminal can you 🤔

#

Like from the install

polar reef
#

u can in

#

debian

#

but not in arch

long pivot
#

Oh word? That’s cool

polar reef
#

cuz there is no GUI

#

in arch

#

when u are installing

polar reef
#

u can even move

#

ur mouse

#

in it

long pivot
#

Fancy

#

Lol

polar reef
#

guess what

#

u can run kde

#

xfce

#

in it

#

like arch

long pivot
#

Haha

#

I used Ubuntu and Mint before this

polar reef
#

oh

long pivot
#

Both Deb based and easier to install

polar reef
#

yes

long pivot
#

If I have two disks, do I need root/efi etc. on BOTH? No, right? I just need that on one? And the other can just have a flat file system?

#

I need to go read the arch wiki lol

polar reef
#

u need to make

#

wait i never tried

#

with two disks

long pivot
#

I’m doing 2G EFI, 12G swap, 300G root, 1.5T filesystem.

And then the other will be 1.8T filesystem

polar reef
#

u can indeed go for

#

make one /root

#

and other as a flat file system

#

but i wonder

#

if u can merge both of them

#

but u can't actually

long pivot
#

Is this what “stacked disk” means? I think I saw that in the wiki

polar reef
#

yes

#

in servers

#

they use it

long pivot
#

Oh

polar reef
#

100s of them

#

stacked

#

for one cpu

long pivot
#

I’m gonna go read up on it. Ping me if you want ☺️

polar reef
#

i wanna see how u stack

#

the disks

long pivot
#

Ye sec once I find it

#

LVM gives you more flexibility than just using normal hard drive partitions:

Use any number of disks as one big disk.
Have logical volumes stretched over several disks.
polar reef
#

yes

#

u stack them together

long pivot
#

doesn't btrfs allow this too though? i need to read up on that one. ppl say it's better but idk exactly why

polar reef
#

oh yeah

#

btrfs

#

supports LVM

long pivot
#

there is a big disclaimer on the arch linux page re: btrfs saying some people might not find it stable enough

#

which makes me hesitant as a newer linux user. might just try lvm instead

polar reef
#

btrfs

#

can be little hard to deal with

#

even LVM

#

btw how much space u have in one drive

long pivot
#

each drive is 1.8T. one of the drives is a little fucked up so that will just be backup storage. i'll put the system on the other one and just have the other as spare

polar reef
#

1.8T

#

its more then enough

#

to have just one

#

as the root

long pivot
#

yeah but...why not use it all? 😅

polar reef
#

u can use other as a flat file

polar reef
#

btrfs

#

u can go for it

long pivot
#

why do you say that?

polar reef
#

didn't get u

#

what u mean

long pivot
#

you said "u need to use btrfs." why?

polar reef
#

LVM

#

is it possible

long pivot
#

i was thinking about ZFS too. but that requires a separate package

polar reef
#

to do in ext4?

long pivot
#

i'm not sure about that

long pivot
#

plus it's got the coolest name tbh

polar reef
#

yh

long pivot
#

ZETTABYTE

polar reef
#

yess

#

lmao idk why

#

these vedios about linux issues

#

start with the person

#

walking in the forest

#

talk random stuff

#

then he says bye

long pivot
#

lmaoo that’s such a funny trope

polar reef
#

like literally its so funny

#

why u need to be in forest

#

when the title says

#

ACPI Error: AE_NOT_FOUND

#

😂

long pivot
#

lmao yeah. history shows do this too. they’re always walking through a cold looking forest

polar reef
#

arch moment fr

#

*user

#

😂

long pivot
polar reef
#

LMFAOOOOOOOO

#

how u even locating

#

it

long pivot
#

it worked!!

polar reef
#

oh damn

#

nice

long pivot
#

Arch install guide. I have a laptop pulled up beside me

polar reef
#

u mean u stacked

long pivot
#

So I can look at guide while installing

polar reef
#

the drives

long pivot
#

Not yet….trying now

polar reef
polar reef
#

this was the

#

one of acpi error

long pivot
#

🫡

polar reef
#

i was getting

long pivot
#

That makes me feel overwhelmed to look at lol

polar reef
#

lmfao

#

u know what

#

since yesterday

#

i installed arch for

#

like 4 times

#

💀

long pivot
#

yeah.......

#

i know the feeling

polar reef
#

u know whats the most hilarious part?

#

i was installing

#

debian

#

there was this options to say which

#

desktop u want kde gnome xfce etc

long pivot
#

(the archinstall script has that too)

polar reef
#

It's preconfigured

polar reef
#

can u check this

#

i was keep getting it

polar reef
polar reef
#

ohh

#

there is live

#

option

#

i can try

#

imma install

#

thats space theme!!!!

polar reef
#

checking

#

🗿

long pivot
#

haha

polar reef
#

it was mess

polar reef
#

why it says bug

#

is it a known thingy?

#

well whenever i get that

#

i have to forcefully power off

#

i wonder if that gonna affect my laptop at some point

#

lmao

#

i added

#

kernel parameter

#

acpi=off

#

it do remove that errors

#

but it makes the performance go down

#

lets try endeavouros

#

now

long pivot
#

lmk how it goes

polar reef
#

Yes

#

DAMN

#

that’s cleannnnnn

#

i like it

#

its xfce

#

desktop

#

btw

#

BUT
OMG

#

WHY AUDIO PROBLEM

#

STILL THERE

#

Well

#

I saw this audio so many time that

#

Now idc

#

I will use blue tooth for sound

#

At least less bloated system

long pivot
#

hey that's nice looking 🙂

polar reef
#

Yes

long pivot
#

so this is xfce then?

polar reef
#

It’s based on arch

#

Yep

#

Xfce

#

Desktop

long pivot
#

can you customize it? like add new panels?

polar reef
#

Ofc

#

Yh

long pivot
#

😌

polar reef
#

Lmfaooooo

#

I’m stuck on this loading screen for like

#

30 mins

#

It’s just keep on loading the module

polar reef
#

hows it going @long pivot

#

lol

long pivot
#

just...reading lol

polar reef
#

lmfao

#

arch user moment

#

fr

#

😂

polar reef
#

@long pivot how far u came

#

lmao

#

its been almost 2 hrs

long pivot
#

x_x

polar reef
#

no idea how that works lmao

long pivot
#

yeah i apparently don't either. giving up on zfs for now. 🙂 lol

polar reef
#

i mean u can just proceed with

#

one drive

#

and ext4

#

are u a programmer btw

long pivot
#

i'm still in school. very early in learning it. i'm going back to school for it

polar reef
#

or actual school

long pivot
#

college

polar reef
#

well im in actual school

#

lmao

long pivot
#

haha

#

i'm like twice your age then

polar reef
#

im 16

long pivot
#

i'm literally twice your age

polar reef
#

lol

#

32?

long pivot
#

yeah

polar reef
#

twice fr

#

double experience

long pivot
#

fr

#

lol not that it's helped in this process

polar reef
#

what was ur major

long pivot
#

i didn't finish university before. my major now is software engineering

polar reef
#

oh

#

u back to grind

#

i like that

#

🔥

long pivot
#

🥲

polar reef
#

why cry lol

long pivot
#

i should've done it when i was younger

polar reef
#

well u are still damn young

#

as u are older

#

u got big brain

#

u can learn faster

long pivot
#

true could be worse

#

not me getting hyped up by a 16 year old lmaoo

polar reef
#

LMAO

long pivot
#

for some reason i get the sense you're european?

#

i'm in the US

long pivot
#

nice. it seems like linux is pretty popular over there

#

most of the linux guides i find are from swedish ppl lol

polar reef
#

LMFAO

polar reef
polar reef
#

@long pivot

#

im getting a thinkpad lmao

#

i heard its best for linux

polar reef
polar reef
#

then hp

#

hp just sucks

#

😭

#

idk what the hell is there problem

polar reef
polar reef
#

💀

#

fr fr