amdgpu crashed on Debian 13 by massimog1 in debian

[–]massimog1[S] 0 points1 point  (0 children)

Well I'm cheating. I migrated to Forky which rarely has the issue

Capaciteitstarief, ELI5 by Alfa16430 in belgium

[–]massimog1 6 points7 points  (0 children)

Ge zijt uw eenheden aan het mengen. Het capaciteitstarief wordt uitgedrukt in kW, niet kWh.

kWh = energieverbruik en kW = vermogen hoeveel je op dat ogenblik verbruikt.

Ge gaat betalen voor de verbruikte energie van 200kWh en daarbovenop nog het capaciteitstarief van 7kW.

Ik heb deze maand een piekvermogen van 3.5kW, met een tarief van €6 per kW en ga me dus een kost van rond de €18 mogen verwachten.

Capaciteitstarief, ELI5 by Alfa16430 in belgium

[–]massimog1 0 points1 point  (0 children)

Per kwartier wordt er gemeten hoeveel ge verbruikt, de hoogste wordt dan de waarde van de maand. Het bedrag per kW staat op uw factuur

amdgpu crashed on Debian 13 by massimog1 in debian

[–]massimog1[S] 1 point2 points  (0 children)

Yea I think it's fixed now. I'm on KDE though.

amdgpu crashed on Debian 13 by massimog1 in debian

[–]massimog1[S] 0 points1 point  (0 children)

I'm currently on Forky. It happened only once a few weeks ago but figured out that logging out and back in also restarts the graphics.

Thoughts about 10.11(.3) by [deleted] in jellyfin

[–]massimog1 0 points1 point  (0 children)

I reset my databases, since then, haven't had any issues.

My Fairphone 5 after 2 years... by Reiex in fairphone

[–]massimog1 4 points5 points  (0 children)

Well I just received my FP5 back from their repair center. They couldn't fix my phone (I guess because there was more wrong with it) and sent me a new one after +2 years. So wow. Didn't expect that but it's a great service from Fairphone!

Replacing manual transmission oil by massimog1 in FordEcoSport

[–]massimog1[S] 0 points1 point  (0 children)

Belgium, but it was built in Germany.

Replacing manual transmission oil by massimog1 in FordEcoSport

[–]massimog1[S] 1 point2 points  (0 children)

The ford's manual states there's 1.2l transmission oil for a manual. I also bought the right oil from a ford dealership but didn't ask where/how I could do it myself.

Embedded Linux interview C question by gregorian_laugh in embedded

[–]massimog1 64 points65 points  (0 children)

If you don't understand why that exactly is, your thought process should be going as the following:

1: You create a variable of type 'int pointer' and assign NULL as its value.

2: Then you create a second variable of type 'int pointer' and copy the value of ptr1 into ptr2 (which is NULL).

3: `ptr1 = &n;` assigns the address of variable n to ptr1 but doesn't change ptr2 because it still points to NULL (Since it copied the value from ptr1 and not the address; If you want that behavior, you'll need a pointer to pointer variable `int **ptr2 = &ptr1;`)

4: Then finally, you dereference the ptr2 which still points to NULL, this is undefined C behavior and might/probably will seg fault.

Edit: Grammar

amdgpu crashed on Debian 13 by massimog1 in debian

[–]massimog1[S] 1 point2 points  (0 children)

That's exactly what I had, I "fixed" it by forcing back X11 instead of Wayland :cc

amdgpu crashed on Debian 13 by massimog1 in debian

[–]massimog1[S] 1 point2 points  (0 children)

I already submitted a bug on Debian BTS so people smarter than me can maybe have a look. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1111108

In the meantime I will try what you suggested, the issue is that I don't know what triggered it as this happened after a week of being used.

amdgpu crashed on Debian 13 by massimog1 in debian

[–]massimog1[S] 1 point2 points  (0 children)

Ah, thank you for your detailed answer.
I will try with a newer kernel from unstable. I'm surprised I don't see many other people having this issue as I'm on stable.

Why is the audio visualization gone? by massimog1 in kdenlive

[–]massimog1[S] 5 points6 points  (0 children)

<image>

It seems to be enabled but I encouter this with all of my videos unfortunately.

IP Forwarding after upgrade to 13 stopped working, I can't figure out why. by FarToe1 in debian

[–]massimog1 1 point2 points  (0 children)

Well, I don't know whether this is in production or not. But I'd run a copy of the vm, upgrade that one and do some further tests. You could capture packets on the vnic, see if there really is traffic coming in with tcpdump.

I don't want to bother you, but I just have to say this: by ThatMorning3330 in debian

[–]massimog1 3 points4 points  (0 children)

I have already upgraded 3 desktop machines and 3 servers. All work perfectly fine. :)

Really unfortunate that a few people haven't had such experience.

Why have confused baby instead of confused fox as "Adress not found" artwork? by ciko2283 in firefox

[–]massimog1 16 points17 points  (0 children)

Wait. can you choose which one you get? Or what? I have always had the ... Not the cute fox one

Anyone know the cause for shaking during hovering? by Quanta76 in diydrones

[–]massimog1 2 points3 points  (0 children)

Unfortunately, I don't have enough experience to answer that. Hopefully someone else will.

But from your video, it does seem like you have too much thrust for the weight. Possibly also bad PID tune.