linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

tigerjerusalem, in What distros have you tried and thought, "Nope, this one's not for me"?

Anything that’s not Ubuntu, because it’s the “mainstream Linux”, so guaranteed I’ll find anything I need there.

janabuggs, in What distros have you tried and thought, "Nope, this one's not for me"?

I honestly don’t understand why recent Ubuntu releases are popular. However, I enjoyed it in the early 2000s. There was another popular release a few years ago that had zero hotkeys enabled and I have never felt more disgusted by a release in my life. I can’t even remember what it’s called, it traumatized me hahaha.

slacktoid, in What distros have you tried and thought, "Nope, this one's not for me"?
@slacktoid@lemmy.ml avatar

Ubuntu. I just don’t like how they do things. I cant even maintain a repo for the machines i host without putting aside multiple terabytes of space. So to me they cant even make it reasonably easy for me to help them and be self reliant on their ecosystem.

rufus, (edited ) in Need Some Help Troubleshooting Ubuntu Surround Sound

I think you can change the profile in PulseAudio or Pipewire. I don’t know which one your distribution uses. Pipewire is the newer software.

maketecheasier.com/fix-subwoofer-not-working-in-l…

pipewire.pages.freedesktop.org/…/alsa.html#modify…

wiki.archlinux.org/title/PipeWire

My 5.1 system is old and has the same chinch connector for all the speakers. I just swap the cables if something like this happens.

brownmustardminion, (edited )

Thanks. That helped a lot. It gave me a good basis for some further googling.

It ended up that the Internal Clock of the hardware interface was deselected in alsamixer. Enabling it fixed the no audio issue.

For the channel remapping I tried a bunch of different config files until finally one actually managed to not be ignored. It’s absurd how many separate configuration files and sound settings menus exist for linux audio and there’s no guarantee the one your editing is even being used. An absolute mess IMO and it’s no wonder people shy away from linux for desktop purposes.

Funny enough, despite getting the channel remapping to work, it’s completely ignored unless you put pulseaudio -k into your user profile. And even now, because the remapped output device doesn’t show up on boot, it has to be manually set to the default output every login.

At least I have the right channels mapped though.

I love linux but god damn is it a hot mess for the simple stuff.

rufus, (edited )

Glad you were able to figure it out. Yeah, there are a lot of settings and different moving parts involved in doing audio. And the config files are all over the place. It can get nasty.

There has to be a way to make your settings and that pipeline the (system) default. Or at least change the profile that gets loaded for your specific soundcard and change and override the channel mapping so it won’t load something else first.

Pantrygheist, in I feel like breaking my windows install was a rite of passage

I used to take the long route of physically disconnecting the drive with windows when installing a Linux partition until I realized there wasn’t anything of use for me in windows, so I backed up some documents and removed windows completely from my desktop.

moonburster, in Why do you use the terminal?

Because googling a command line works way better and faster than any other form.

cetvrti_magi, in I feel like breaking my windows install was a rite of passage
@cetvrti_magi@lemmy.world avatar

This reminds me of my first time installing Linux. I tried to install most recent version of Ubuntu at the time but for some reason it couldn’t install and it wiped out Windows partition. Fortunetely, I was able to install LTS version in first try.

I’m glad you are enjoying Linux. Welcome to the penguin land.

savvywolf, in What distros have you tried and thought, "Nope, this one's not for me"?
@savvywolf@pawb.social avatar

I’ve tried both LMDE and Debian itself, but I think I just ended up frustrated at the age of software in the repos and how much stuff relies on Ubuntu specific stuff.

Way back in the day I was an Ubuntu user, but then everyone simultaneously decided that gnome 2 was too old and that touch interfaces were the priority. So I now use Mint and Cinnamon.

Lobreeze,

Debian relies on Ubuntu?

savvywolf,
@savvywolf@pawb.social avatar

Wow, I worded that poorly. I meant that a lot of software not in the repos (usually proprietary apps) provide a .deb download tailered for Ubuntu rather than base Debian.

Lobreeze,

How so?

callyral, in What distros have you tried and thought, "Nope, this one's not for me"?
@callyral@pawb.social avatar

Manjaro. Probably because I tried it with GNOME which isn’t for me either.

Father_Redbeard, in What distros have you tried and thought, "Nope, this one's not for me"?
@Father_Redbeard@lemmy.ml avatar

Mint, Endeavor, Zorin, Ubuntu, probably more I’m forgetting. Landed on Pop!_OS and am mostly happy so far.

popproxx,

pop!_os That’s what I run for desktop I like flatpak better than snap and it has some other nice enhancement over Ubuntu. For my servers I still use Ubuntu.

blotz, in What distros have you tried and thought, "Nope, this one's not for me"?
@blotz@lemmy.world avatar

NixOS.

Cool package manager but constantly breaking compatibility with none nix package managers really annoyed me. (Ghcup, mason, etc…)

Also how difficult they made compiling software from source. I could live with nix packages if I could also compile the programs I need from source.

Great server os. I don’t understand how people use it as a daily driver

choroalp,

Its not for everyone imho as a NixOS user

blotz,
@blotz@lemmy.world avatar

Wdym “not for everyone”

banazir, (edited ) in What distros have you tried and thought, "Nope, this one's not for me"?
@banazir@lemmy.ml avatar

The first time I installed Debian on my desktop I didn’t do my homework properly. This was a long time ago. It didn’t take long for me to realize just how out of date many packages were and that was a deal breaker. I have since used Debian successfully in different contexts, because I knew what to expect. I still wouldn’t install Debian stable on my desktop because I prefer to have a more up to date environment. Might try Debian sid one of these days though. But yeah, Debian, great distro, but you need to know what you’re getting in to.

conrad82,

I use debian now for the first time in years. But the new version just released, so we’ll see how long it lasts

neonred, (edited )

The great thing about Debian is; it has a gear-shifter.

Whether stable or sid, it’s still debian but you can go from “rock solid, reliable” to “most recent with several updates per day” in the same ecosystem and just by changing the repositories, apt-get update && apt-get dist-upgrade, done.

8tomat8, in Why do you use the terminal?

Because I’m forced to use a Mac at work. So to avoid their terrible UI, I use the terminal for most of the things. Then switching back to Linux is relatively easy.

Also it is faster in most cases and it’s keyboard-first.

squid_slime, in What distros have you tried and thought, "Nope, this one's not for me"?
@squid_slime@lemmy.world avatar

All but Arch. Find commands much easier to remember and me having dyslexia and ADHD my memory is shocking.

lemmyvore,

I put commands in a bash script, with a parameter for each one, and it lists them all if I don’t give a parameter. So for example it goes “arch upgrade” instead of having to remember “pacman -Syuu”.

squid_slime, (edited )
@squid_slime@lemmy.world avatar

i do similar too, also found ble.sh helps alot especially with navigating my system. i also expand on the bashrc by adding custom commands like


<span style="font-weight:bold;color:#795da3;">installed</span><span style="color:#323232;">() {
</span><span style="color:#323232;">    pacman -Qs </span><span style="color:#183691;">"$</span><span style="color:#323232;">1</span><span style="color:#183691;">" </span><span style="font-weight:bold;color:#a71d5d;">| </span><span style="color:#323232;">awk -F/ </span><span style="color:#183691;">'/^local/ {print $2}' </span><span style="font-weight:bold;color:#a71d5d;">| </span><span style="color:#323232;">cut -d</span><span style="color:#183691;">' '</span><span style="color:#323232;"> -f 1
</span><span style="color:#323232;">}
</span>

its apt as i forget witch packages i have installed

gbin,

I use paru and the default is “paru” with no parameter for the upgrade. But I am on your team here: I have to Google every single time the -Q params for all the queries and I have been using arch for almost 2 decades now: “who owns this file?” “what are the deps of this package?” “Which packages are installed?” “Which packages I explicitly installed vs dependencies?” Not a single one of them is intuitive to query with the pacman command line for some reason.

buckykat, in File transfer to USB drive fails after 4.3 gb

flash drive is probably formatted FAT32 and that file is too big for that format. reformat the flash drive to exfat.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #