this post was submitted on 09 Jun 2024
736 points (98.5% liked)

linuxmemes

20688 readers
1071 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 

It’s not really broken, couldn’t get the microphone to work with any program

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 3 months ago (1 children)

Being able to do this is why Linux is so amazing. If Windows finds a corrupt file and can't repair itself, you gotta find the package it's part of (Windows update catalog), or create an ISO that's updated to do an offline repair. If the registry gets fucked, good luck fixing that.

[–] [email protected] 1 points 3 months ago (1 children)

Exactly! I rant about this a lot, but I know at least couple of people who run with laptops that have broken audio. As it turns out, installing sound card drivers is not really an option as the janky-ass drivers that the manufacturers put out nowadays can irreparably brick your entire system. It is beyond my understanding why recovery, restore, and even safe mode would even try to load them in the first place, but, apparently they do, and then crash before you could even do anything, leaving re-install as the only option.

Meanwhile, I rm -rf-ed my /boot directory the other day, and then df-ed a couple gigs of /dev/zero straight into /dev/sda. Got it back up running in just a few hours... of kicking myself for why would I do such a stupid thing.

[–] [email protected] 2 points 3 months ago (1 children)

and then df-ed a couple gigs of /dev/zero straight into /dev/sda

do you mean dd ?

[–] [email protected] 1 points 3 months ago

Oh yeah. Given how close the keys are together I might have tried to use dc and ss as well