• 2 Posts
  • 36 Comments
Joined 1 year ago
cake
Cake day: June 17th, 2023

help-circle

  • Excellent, that makes sense. I’ll try that command tonight at home, see what it does, and report back. I kind of want to know what it’s doing just because I’m curious.

    I say a relay, but I agree with you - I couldn’t imagine a relay being used. But whatever it is on my desktop, it sounds just like a traditional ice cube relay clicking - and it’s quite loud. But I have no idea what it is. I’m not sure I’ve ever had a computer that made that noise before. My laptop makes no such noise obviously.


  • I did some more digging on this last night. I’m more confused now than I was before, and I don’t know what it’s doing.

    The arch wiki defines three states, suspend to ram (sleep), suspend to disk(hibernate), and a hybrid suspend(presumably what my steam deck does).

    First there is the “turn off the display” behavior. Doing anything brings the monitor back alive and I’m presented with the Lock Screen.

    Second is what I believe to be sleep. This happens when I select “suspend” from the menu or leave it alone for a very long time. This mode doesn’t happen soon (maybe at all) if the computer is doing stuff. It appears to be in a lower power state-but I can’t say why I think that (maybe it’s just because the fans aren’t running? I dunno). Wiggling the mouse or doing anything wakes it back up.

    Third is another state. It’s just like the above state, except it will not wake up with mouse movement, or clicking keys on a Bluetooth keyboard. I must push a key on the keyboard, the power button, or open the lid. It’s weird because it responds to things other than the power button.

    Interestingly, my desktop behaves exactly the same way. But what’s interesting on the desktop is that I can hear a power relay clicking on from this third state. It’s distinctly different than the 2nd state - exhibiting power cutoff, but still responding to the keyboard.

    Neither computer enters any other state even after days of being left alone.

    So I dunno. Are modes 2 and 3 like two versions of sleep, and hibernate never activates? Or is state three hibernation but it responds to things it shouldn’t?

    I have no idea. But now that I’ve played with it some more - I don’t want to say hibernate is working because I don’t know what it’s doing. All I know is that it has the above three behaviors which are consistent with my desktop machine.



  • Kongar@lemmy.dbzer0.comOPtoLinux@lemmy.mlLinux really has come a long way
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    2
    ·
    24 days ago

    It was a couple hours. Just like on my desktop, wiggling the mouse wakes it from sleep, but not so in whatever that second state is when it’s left for longer. It definitely was something other than sleep. What it was - I’ll let you guys decide. Whether it behaves long term with fans in a laptop bag, that I don’t know - I haven’t had enough run time with it.

    I’m just sharing a positive experience. If I see it misbehave I’ll be sure to update the thread with reality. But so far, it really is behaving much better than I expected.


  • I left I alone, it went off. I came back and wiggled the mouse, nothing happened. I pressed the enter key snd it came back to life -same behavior as my desktop.

    Did it again, this time I tried closing the lid and opening it - it sprung to life when the lid opened.

    You’re right - not the most thorough tests, but that’s what I did/saw.


  • This was the first time I tried to install on this laptop. I expected more issues because of the online comments about HP and this laptop series in particular (janky keyboard, the pen, touchscreen, folds over to a tablet, etc.) Over the years I’ve tinkered often with different distros, and on all the machines across all the attempts - there were a handful of annoyances or driver issues preventing me from having that smooth “it just works” experience. If I put in more effort or was smarter, I probably could have made that printer work, or get bluetooth working, whatever.

    The last time I built a new desktop, I specifically bought components I knew would behave in Linux so I had a good experience. But I didn’t realize things had progressed to the point they are today where “it just works” applies to a much broader range of devices such as my laptop.

    It’s nice! :)


  • Not with the volume buttons on the keyboard. Alsamixer helped a little - it was set to ~70% (whatever the line between white and red is). But it’s still quiet. But you can drive it way beyond 100% through software. The problem is pushing the volume button stops at 100%.

    The lazy way is to open pulseaudio, grab the slider bar and put it to say, 150%. You can also do it with a terminal command. Somewhere close to the top of a Google search somebody mentioned they bound their volume keys to that terminal command/script where each press resulted in a 5% increase or decrease in volume - allowing the button presses to go beyond 100%. I may or may not do this.

    I wouldn’t go so far as to say it doesn’t work - merely one of the annoyances I was expecting. Except I expected many of these and this is the only one I encountered.



  • It kind of was what I meant. My first Linux experience was in 93 - I wanted to run X on my 486 so I could use maple and other Unix programs from the mainframe in college. Thank god for my comp sci roommate-I don’t think I could have figured it out on my own back then.

    Flash forward through the decades and here I am running all the games I want through steam and bottles. Win10 updates are crapping on themselves requiring a reload - I try linux on it expecting it to mostly work, but having a few annoying issues that will be a bear to solve. Nope, it just worked.

    It’s impressive to me. A bunch of nerds on the internet mostly volunteered their way into a better OS than the big boys have made.






  • The response you got above is the best advice. Get a second internal drive of any type and size, and install distros on that. You totally can partition your existing windows drive and install linux alongside it, but… you’ll probably screw something up along the way and bork your windows install. Use another drive and it’s much harder to do. If you want to be super safe, you can unplug your windows drive during installs and then it’s literally impossible to break your windows drive.

    The other advantage is that nobody knows what distro will be right for you. That means you’ll want to distro hop - and that’s so much easier when you have another drive you can just format and start over with (and not worry about your boot loader).

    To your follow up question, yes, linux can read and write to the contents of your windows drive. If you mount that drive, then you can do whatever you want to it, including deleting things that break your windows installation.


  • Arch isn’t inherently unstable. It’s just that most users don’t maintain it properly. Tips:

    1. learn to backup for real: rsync, borg, etc. you broke something? Just back up to that image you made right before you updated ;)
    2. use flatpaks. It’s kind of hard to run into AUR or dependency issues if you’re as close to a base arch install as possible.
    3. read the maintenance page and understand it. You can’t just “yay” every week and be done with it. You need to know how to handle pacnew, read the wiki for manual interventions, look for errors and warnings in the pacman log, etc. it’s not hard at all once you figure it out, but it takes a little learning.
    4. you don’t need to update every day. If it’s working - you can just let it ride. If you don’t update forever, then just update your keyring first and you’ll be good to go.

    Use what you like - it’s all stable enough.



  • Kongar@lemmy.dbzer0.comtoLinux@lemmy.ml*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    3
    ·
    8 months ago

    I like separating backups and snapshots as timeshift recommends. Backups are better handled by a different process copying your files to a remote location (pc failure, house fire, etc.). Lastly, backups are personal, so you gotta do what works for you - whatever makes them happen is good enough in my opinion ;)

    My setup (not perfect, but it works for me). I keep one snapshot only - but it is the entire drive including the home folder. It’s really close to a disk image minus the mount folders. This is done to a second local disk via rsync. The arch wiki entry on rsync has the full rsync command for this operation called out. I run this right before a system update.

    Backups go to my NAS. Synology in my case. They have a cloud software package like iCloud, OneDrive, etc, except I run it on the NAS and I’m only limited on storage by what drives I throw into it. That software scoops up my user folders on all my PCs and I set it to keep the 10 latest versions.

    Then since my NAS is inside my house, I back the entire NAS up to an external hdd and sneaker net it to work and keep it in my office drawer. This protects me from fires and whatnot. I do this monthly. This is a completely manual process.

    Some people have accused me of insanity-but it’s really not that hard. I don’t worry about losing pictures of my kids, and it’s aged well with my family (for example, my daughter doesn’t worry about losing stuff while she’s in college - if she writes a paper, 10 copies are kept here at home on the NAS automatically). And none of it was hard to set up, maybe just a bit pricey for the NAS (but it’s got a lot of other super useful things going for it)

    So ya, I’d recommend letting timeshift do its thing for snapshots, and I’d rethink what you’re trying to do for backups. I strongly believe they are two different things.


  • I’m pretty sure there are lots of options that work great. I personally just use rsync-but I know the command line is scary for a lot of people making the transition. There are lots of options like timeshift that basically put a gui wrapper around rsync. I’ve seen a lot of love for borg as well - maybe try one of those two.

    I feel backups are personal and it’s hard to get a “just do this instruction”. You’ll probably have to pick a product, and then do some homework to see if it can do what you want. This is further complicated by the distro you use - or more specifically if your distro uses btrfs. Some people use a backup as a sort of snapshot, and btrfs is more full featured than ext in that regard.

    Good luck!



  • I used manjaro for a while, and it just worked out of the box. The problem is with the AUR. Manjaro is always a little bit behind the aur, and this leads to breakages because a package needs a dependency version that isn’t available. It’s like doing partial upgrades which arch is clear about: don’t do it. The other thing is that this delay is for testing, but there’s been questions raised if manjaro really does the testing justice.

    If you stay away from the aur and use flatpaks, manjaro won’t have issues generally speaking. But now there’s an alternative in endeavor-it’s got a nice installer and dumps you into an arch+ environment. Me personally I didn’t find arch difficult to install, so I just went that route.