AMD Batch 2 Guild

Uh oh, are you still able to get yours? You didn’t lose your place in line, I hope.

Refresh Refresh Refresh Refresh

3 Likes

Stress has been decreased increased

1 Like

image

Delivery date of Monday, October 23! :joy:

4 Likes

No, all good. My original card was charged some fee as payment was originated in different currency. This time doesn’t appear to have done so… but dodgy payment system when card that has been deleted from account is charged instead of new card in account…

2 Likes

@Evelyn One other nice thing that I probably should’ve mentioned about NixOS is that it is really really easy to run patched software (as long as the patches apply cleanly). You basically just add an override to nixpkgs.overlays and that’s it—e.g. for a while my config had this to fix light-mode colors in GNOME Console:

nixpkgs.overlays = [ (final: prev: {
  gnome-console = prev.gnome-console.overrideAttrs (old: {
    patches = old.patches ++ [ (final.fetchpatch {
      url = "https://gitlab.gnome.org/GNOME/console/-/merge_requests/80.patch";
      sha256 = "0w47hxhgyi88yd16pw28rylj58l0xw7y3671pmgs41szxvgs9g17";
    }) ];
  });
}) ];

That’s all it takes, and updates work and everything. (The patch has become stale, though, unfortunately.) Of course there’s still some need to know what you’re doing, but, like always, it’s possible to get away with surprisingly little as long as you’re okay with feeling very dumb once in a while.

So if a patched kernel is required, and provided Framework can tell us which patches specifically are necessary, it shouldn’t be that hard to make it work.

2 Likes

:heart_eyes_cat: Well call me even more in love with the idea of running nix holy crap yes <3

My infra guy just quit and having to learn k8s on the fly so lets go with… Im well versed in feeling dumb haha

1 Like

Seperate reply since its a general question to everyone here though: I thought they had mentioned in batch1 that our batch wouldnt ship before november cause they were waiting for the BIOS to drop publically first? Did I miss a new update walking that back or just totally misunderstood the original message?

VERY hyped to be getting it likely sooner than I had thought but just surprised by the development haha

Edit: Nevermind me, I had totally misread/misrememebred the fourth update and had thought they mentioned november ship outs; this makes WAY more sense now

Patching the kernel in NixOS has its own whole configuration declaration boot.kernelPatches, which should make even easier since you don’t have to lock it to a specific package like you do with overlays.

I tried digging for a patchset but I think we’re waiting on a new firmware first, if I understood correctly.

2 Likes

As I have not yet received any payment charging or shipping notifications, I’ve reached out to Framework support whether my payment method GiroPay can even be used for the remaining payments of a preorder.

order date: 2023-03-26

Better safe than sorry.

1 Like

For all the NixOS folks (I’m using that, btw :innocent: ) I’d like to point you to the pre-made hardware configurations in https://github.com/NixOS/nixos-hardware/tree/master/framework

The ones for AMD are still missing, but hopefully we’ll just put together a reliable patchset there that we can then easily use.

2 Likes

I feel like I was being pretty patient (despite being pretty excited to finally give up on my ARM-based Surface Pro X) but the news of batch 3 getting their notice has me impatiently checking constantly to see if I’ve been charged for my batch 2 order. :joy:

I’m worried mine is going to try and charge to a payment method I tried removing from my account well over a week ago. It still shows when I view my order but not in my saved payment methods.

That’s exactly what happened to me… might be worth contacting support to be safe

Same thing here (batch 3). I did contact support but since have been told here on the forums that if a payment method fails, they simply send you a link so you can pay with another method. So no biggie apparently.

I didn’t receive a response from support yet, but it’s only been a few hours. I haven’t heard of anyone who had significant delays as a result.

1 Like

Apparently there is currently an issue, where you see only the initially set payment method on your order and/or the email. It should still charge the current one, but if it doesn’t, as others have said, it should give you a link to just manually pay via. So no need to worry too much! :slight_smile:

1 Like

Once you Batch2 crew have some of your laptops in your hands, could you check what BIOS version you got? Would be interesting if batch 2 ships with 3.0.2 or 3.0.3 (or possibly a mix because of production overlap).

1 Like

shipped!
due Thursday :grin:

1 Like

@telan & @Yammikins
Did you change your payment method just on your account or in the order too? My guess, you forget to change it on your order.

bruh I’m in batch 2 and haven’t even been charged, what is going on.

1 Like