←back to thread

Framework Laptop 16

(frame.work)
465 points susanthenerd | 3 comments | | HN request time: 0s | source
Show context
vzaliva ◴[] No.45028241[source]
The idea of Framework laptops sounds great! But I’m wondering: has anyone done an economic analysis comparing buying a Framework laptop a few years ago and gradually upgrading it, versus buying a similar popular brand laptop and just upgrading by getting a new model? I’m not trolling, I’m genuinely considering Framework as my next laptop.
replies(8): >>45028268 #>>45028276 #>>45028370 #>>45028417 #>>45028814 #>>45029031 #>>45029132 #>>45034502 #
simpaticoder ◴[] No.45028370[source]
I have a 1st gen Framework 13, Intel 11th gen CPU, running Ubuntu 24. It had a faulty design around the BIOS battery on the motherboard that I had to fix, and do some soldering on[1]. It's remarkable because they didn't say "Send the laptop in and we'll fix the design defect" they said, "First take a photo of the inside of the laptop to verify the serial number, then place an order, then do the repair yourself." This left a very bad taste in my mouth.

Additionally, and non-trivially, the laptop's battery life is not good, and it drains very quickly on suspend. I have taken to leaving it plugged in when not in use. This may be a Linux issue, but still.

I agree with you: the idea is a good one, but my experience with the company has been not good.

1 - https://guides.frame.work/Guide/RTC+Battery+Substitution+on+...

replies(4): >>45028475 #>>45028603 #>>45029459 #>>45029490 #
kibwen ◴[] No.45028603[source]
> then do the repair yourself

This is awesome though, and exactly the sort of thing one buys a Framework for.

> the laptop's battery life is not good

Mine is great, I share a single USB-C cord among all my laptops (of which I have despairingly too many) and I often use my Framework all day while forgetting it's not plugged in. (Fedora, if the OS matters.)

replies(2): >>45028910 #>>45029196 #
simpaticoder ◴[] No.45029196[source]
>This is awesome though

No, it's not awesome. Upgrading ram and disk or replacing a motherboard, screen or battery is great. Repairing a badly designed motherboard with a soldering iron is not great. In fact, it's bad. I think there's a good argument that it violates (warranty) law. If a car company sells to you based on "right to repair" and then it turns out there was a design defect in the engine, is it "awesome" if they tell you you need to pull the engine and rebuild it?

Glad your battery life is good. I notice you didn't mention it losing power when suspended. Curious.

replies(1): >>45040238 #
akho ◴[] No.45040238[source]
> I notice you didn't mention it losing power when suspended. Curious.

Are you using a kernel > 6.8? It got (much) better.

replies(1): >>45047405 #
1. simpaticoder ◴[] No.45047405[source]
Interesting. I'm not normally in the habit of upgrading the kernel independently of the distribution, but it's worth trying. Thanks for the tip.
replies(1): >>45049061 #
2. akho ◴[] No.45049061[source]
On earlier kernels, `acpi_osi="!Windows 2020"` was often recommended. Though I'm note sure what it does.

`nvme.noacpi=1` should be on, too, for all kernels.

(all derived from the nixos-hardware repo; I use that)

replies(1): >>45057376 #
3. simpaticoder ◴[] No.45057376[source]
Thanks. I upgraded the kernel (had to turn off secure boot to do it), and set the nvme kernel option, too. So far no unwanted side-effects, but it's too soon to say if it fixed the problem.