Telorand

joined 2 years ago
[–] Telorand@reddthat.com 1 points 20 hours ago

Good luck to the dev! I think this will be a good tool to help some, and for the rest, hopefully we can get them onto something that fits them better (Mint, Aurora, etc.).

[–] Telorand@reddthat.com 51 points 4 days ago

That's only because I left for Linux.

[–] Telorand@reddthat.com 1 points 1 week ago

Mine has the IT8688, and it doesn't.

[–] Telorand@reddthat.com 2 points 1 week ago* (last edited 1 week ago)

I'm running CachyOS with Gnome, Gigabyte motherboard, AMD processor, closed Nvidia drivers, and sleep works just fine. I haven't had any issues in that regard.

[–] Telorand@reddthat.com 1 points 1 week ago (2 children)

I have a Gigabyte motherboard, and the only issue I've run into—even with Arch—is this specific B550 board uses some third-party sensors, and the necessary it87 module doesn't load and isn't included by default. This makes it impossible to utilize tools like CoolerControl to manage fan curves.

Thankfully, some kind soul manages a DKMS module via the AUR, in spite of both Gigabyte and the IC manufacturers being less than helpful.

[–] Telorand@reddthat.com 4 points 1 week ago

Yeah, sure. Like the police need extra help with racial profiling and "probable cause." Fuck this, and fuck the people who think this is a good idea.

I'm sure the authoritarians in power right now will get right on those proposed "safeguards," right after they install backdoors into encryption, to which Only They Have The Key™, to "protect" everyone from the scary "criminals."

[–] Telorand@reddthat.com 97 points 1 week ago (2 children)

I recommend reading the article, because holy fuck is that whole thing dystopian, but here's who was there:

Those present included representatives of Google, Amazon, Microsoft and Palantir, which works closely with the US military and has contracts with the NHS. IBM and the private prison operator Serco also attended alongside tagging and biometric companies, according to a response to a freedom of information request.

Ah, yes. The very companies that helped install a fascist in the US would be great partners to bring about safety and criminal reform, and they would definitely not inject their fascist ideals into the UK government, eroding and poisoning it over time. Sounds like a brilliant plan! /s

[–] Telorand@reddthat.com 62 points 1 week ago

Pragmatically, yes. Legally, no. Progressives have been fighting for years to get internet classified as a utility in the US, and regressives and (ironically) internet companies have been fighting against that effort at every turn in the name of profit.

And now look how well that's turned out. Gee, if only some people had warned them that deregulation was a monkey's paw...

[–] Telorand@reddthat.com 17 points 1 week ago

Fix? Bruh, they explicitly cultivate that shit. Even if they could, they're not gonna.

[–] Telorand@reddthat.com 3 points 1 week ago

You can even get a modern gaming distro based off of it (PikaOS).

[–] Telorand@reddthat.com 92 points 2 weeks ago* (last edited 2 weeks ago)

Jesus Fucking Christ.

Y'all, remember when people freaked out over Mozilla changing their TOU (but not their Privacy Policy)? This bill is the pro-corporate, ultracapitalist, "hold my beer" version of that change, and it could be enshrined into law.

If you live in California, call your state reps (i.e. don't just email or write a letter). Tell them to vote no on this blatant privacy violation.

ETA: this is a bipartisan bill. If you have a Democratic rep, don't just assume they'll vote against it. Call them, too!

[–] Telorand@reddthat.com 7 points 2 weeks ago

Also, spinning up VMs and practicing setting up your programs is a great way to get used to things and know what to expect.

If you want to do UI customization, be sure to look up some videos on how to do it for your chosen Desktop Environment (like Gnome, KDE Plasma, Cinnamon, XFCE, etc.).

23
submitted 1 month ago* (last edited 1 month ago) by Telorand@reddthat.com to c/linux@lemmy.ml
 

I recently wiped Windows in favor of CachyOS, and it's been lovely! However, I have one outstanding issue that I can't seem to figure out.

To start, I have a Gigabyte B550I Aorus Pro AX motherboard. I followed the guide on the Arch Wiki for my particular chipset.

I still can't seem to control my cooling fans.

  • I have lm_sensors installed
  • I installed CoolerControl
  • I used modprobe it87 force_id=0x8628
  • I tried adding the .conf files to /etc/modprobe.d/ and /etc/modules-load.d/
  • When the steps above didn't work, I installed the it87-dkms-git package

No matter what I've tried, the only time the fan sensors get detected is when I also specify acpi_enforce_resources=lax in GRUB. From what I barely understand, that's not an option you want to leave on permanently, but perhaps y'all know better or have other ideas.

If it helps:

  • Motherboard: Gigabyte B550I Aorus Pro AX
  • Latest CachyOS kernel
  • Boot: GRUB

Edit: I have a semi-solution.

sudo modprobe it87 force_id=0x8688 ignore_resource_conflict=1

...allows the module to load without completely changing the acpi policy. I still don't know how to make it cleanly permanent or automated, but this is significant progress.

Also note that it should have been 0x8688 in my case, as revealed by sensors-detect.

Edit 2: Added

/etc/modules-load.d/it87.conf
it87

And

/etc/modprobe.d/it87.conf
options it87 force_id=0x8688 ignore_resource_conflict=1

And everything loads automatically! Thanks everyone!

 

This isn't a joke, though it almost seems like one. It uses Llama 3.1, and supposedly the conversation data stays on the device and gets forgotten over time (through what the founder calls a rolling "context window").

The implementation is interesting, and you can see the founder talking about earlier prototypes and project goals in interviews from several months ago.

iOS only, for now.

Edit: Apparently, you can build your own for around $50 that runs on ChatGPT instead of Llama. I'm sure you could also figure out how to switch it to the LLM of your choice.

 

I'm working on my transition plan away from Windows and testing out various things in VMs as I do so, and one big hurdle is making sure the VPN client my work requires can connect. Bazzite is my target distro (primarily gaming, work less frequently), though other more traditionally structured ones like Pop!_OS and Garuda are possibilities.

I'm currently trying and failing to get the VPN client working in a distrobox (throws an error during connection saying PPP isn't installed or supported by the kernel). However, I can successfully get the VPN connected if I overlay the client and its dependencies via rpm-ostree install, but I read somewhere that Bazzite's philosophy is to use rpm-ostree as sparingly as possible for installing software to preserve as much containerization as possible.

Since I can get it working outside of a container, am I overthinking it? Should I just accept that this might be one of the "sparing" cases? Is Bazzite perhaps a poor fit for my use case? I've been trying to make sense of this guide, but I'm having trouble understanding how to apply it to my situation, since I'm not that familiar with Docker or Podman.

view more: next ›