• 0 Posts
  • 17 Comments
Joined 3 years ago
cake
Cake day: June 15th, 2023

help-circle
  • There are many good answers here already, just wanted to add to it.

    It sounds very much like what you’re seeing could be either a driver fault or a memory-related issue. Both can manifest as hard system freezes where nothing responds, not even Ctrl+Alt+Fx or SysRq. You mentioned this briefly before, and that still fits the pattern.

    If it’s a driver issue, it’s often GPU or storage related. A kernel module crashing without proper recovery can hang the whole system—especially graphics drivers like NVIDIA or AMD, or low-level I/O drivers handling your SSD or SATA controller. Checking dmesg -T and journalctl -b -1 after reboot for GPU resets, I/O errors, or kernel oops messages might reveal clues.

    If it’s memory pressure or the OOM killer, that can also lock a machine solid, depending on what’s being killed. When the kernel runs out of allocatable memory, it starts terminating processes to free RAM. If the wrong process goes first—say, something core to the display stack or a driver thread—you’ll see a full freeze. You can verify this by searching the logs for “Out of memory” or “Killed process” messages.

    A failing DIMM or a bad memory map region could also behave like this, even if Windows seems fine. Linux tends to exercise RAM differently, especially with heavy caching and different scheduling. Running a memtest86+ overnight is worth doing just to eliminate that angle.

    If your live USB sits idle for hours without freezing, that strongly hints it’s a driver or kernel module loaded in your main install, not a hardware fault. If it does freeze even from live media, you’re probably looking at a low-level memory or hardware instability.

    The key next steps:

    Check system logs after reboot for OOM or GPU-related kernel messages.

    Run memtest86+ for several passes.

    Try a newer (or older) kernel to rule out regression.

    If it’s indeed a driver or OOM event, both would explain the “total lockup” behavior and why Windows remains unaffected. Linux’s memory management and driver model are simply less forgiving when something goes sideways.


  • I do not work there, just referenced the terms of conditions from their website, so you need to ask them the questions, but I think having a 1Gb connection with 30TB of seeding will eat up that pretty fast either way and also cause a mayhem of incoming connections, so it can hardly be considered private use (based on their definition)

    Again, I have no reference to the company, so all questions should be forwarded to them not me. I simply gave a possible reasoning of the ban from their terms.

    edit: added info about their definition of private use




  • that one was made in Russia according to the printed text…and in October 2022 if I read the date stamp correctly? and LEDVANCE is a company name, not product name, it was splitted out of OSRAMS LED division in 2016.

    Ledvance GmbH, headquartered in Garching bei München, Germany, is a general lighting and smart home technology company. It was established in 2016 as a spin-off from Osram Licht AG. Since April 2018, Ledvance has been wholly owned by Chinese lighting company MLS.[3] …

    In April 2015, it was announced that Osram would divest its general lighting lamp business, which accounted for just over one-third of its workforce. In June 2015, the supervisory board of Osram Licht AG agreed to the divestment of their lamp division with products such as LED lamps, halogen lamps, and compact fluorescent lamps.[4][5] This divested division has been operating as a legally independent company under the name Ledvance since April 2016.

    At the end of July 2016, Osram announced that Ledvance would be sold for more than €500 million[8] to a Chinese consortium consisting of investor IDG Capital, LED packaging manufacturer MLS, and Yiwu. The sale was completed on 3 March 2017, with economic effect as of 1 March 2017.[9][10][11] Due to the takeover, MLS gained distribution networks in Europe and the United States.[12][13] Since April 2018, MLS has been the sole owner of Ledvance

    https://en.m.wikipedia.org/wiki/Ledvance

    not sure you can make OSRAM responsible for what a Chinese company does in Russia?

    edit: should have updated the text on thought, but perhaps not the first priority or something considered important in Russia.




  • the halt command is like a handbrake for the kernel, so it basically shuts everything down hard and stops, but it does not power off the system without you telling it to, so that is why your LEDs stayed on after you used the other parameter.

    you could just try to downgrade/ upgrade the kernel, do s shutdown for a few hours during daytime when the computer is not beeing used, then turn it back on and check the percentage.

    you will see the drain if it’s not a full night, but it might not be so drastic.

    if it’s completely shut down there should be no loss in percentage, even for a short period of time as there probably is now…

    I’ll try to think up another solution, but a bit busy today as I mentioned on the last post


  • Hi, a bit busy today so I can investigate some more later, but the problem you are describing is in many cases related to the kernel version and has been resolved by up or downgrading the kernel version.

    it might be worth looking into, at least it’s a simple task, while I get some more time to investigate or offer more for you to look into.

    great that it worked so far, at least now you know where the problem is :)


  • let’s hope it’s a software issue, in general it’s much cheaper to fix software than hardware 🙂

    you can also try using the “sudo halt --poweroff” command.

    if it ks software related. that command will force an instant shutdown ignoring all normal shutdown run levels (use with caution if you have open files that need to be saved in advance).

    if that command succeeds as well after the battery test, you can be sure the problem lies within the shutdown run level scripts, which should help you narrow it down even more.



  • does this happen if you force it to shut down by holding the power button for +10sec, or if you remove and reinsert the battery after power off?

    forcing a shutdown or removing and installing the battery, will ensure that the laptop is indeed shut down and not just halting during the shutdown process.

    if you still have the same issue after this test I would guess your battery is dying, but if not you know that the issue is a software and not a hardware problem…

    anyway, best of luck getting it sorted


  • y0din@lemmy.worldtoLinux@lemmy.mlHP Laptop drains battery while turned off
    link
    fedilink
    arrow-up
    10
    arrow-down
    1
    ·
    edit-2
    2 years ago

    do you have any usb devices, like external hard drives, chargers or similar connected to it? a lot of the laptops allows for usb charging/supply of power even when switched off, and this could be one of the sources for the drainage.

    try disconnecting all USB cables if any are connected and see if the problem disappears?

    never mind, did not see the line about no connected usb cables until after posting