• 11 Posts
  • 2.16K Comments
Joined 2 years ago
cake
Cake day: July 7th, 2023

help-circle

  • Why are there so many different types of bread at the store? Or mustard, ketchup, milk…etc.

    It’s mostly personal preference and reputation. Ubuntu has a shit reputation right now because of some poor decision making, and Fedora has a solid reputation and doesn’t cause problems.

    That’s pretty much it.


    1. Power saving features may not fire on changing from sleep states. This happens on Windows as well, but the power management system in Windows disables power saving features of the port when a display is detected. In Linux you want this off for the same reasons. It doesn’t prevent the machine from sleeping.
    2. On waking, PD ports can cause issues with negotiation of the signal reset and changemode for displays.
    3. Monitors communicate their power status over USB-C, so when your machine wakes up, it may try to fire an event that says “wake up” to the monitor, but if the monitor isn’t in a state where it’s expected a signal (deep sleep), then it won’t wake up.

    Any one of these could be the issue, but if you don’t want to take steps to debug it, then just unplugging and replugging the cable will kick the monitor back up.


  • Few things:

    1. If you use the same USB port for this all the time, disable power saving on that port
    2. Make sure this isn’t a PD port (this is a laptop design annoyance)
    3. Make sure your monitor’s own power saving settings aren’t the issue by disabling things like “deep sleep” or similar

    Another thing to try is download Fedora LiveUSB and test it with that (it will be Wayland). If it works, then you know it’s a config issue with your distro.






  • Yeah, if you want to understand the dual-edged sword of Broadcom, just go look at the hardware support matrices of open source router platforms. NONE will support Broadcom, because they want to nab licensing for their drivers. You can’t install a working ddrt, tomato, opensense, openwrt…etc on ANY Broadcom hardware platforms, but the manufacturers using them still are many.

    It’s finally starting to subside, but there was a decade where they ruled the wireless space. They refuse to capitulate on the open drivers issue though, it’s insane.



  • Secure Boot has nothing to do with, Broadcom keeps their drivers completely closed, and just doesn’t support this chipset anywhere except Windows.

    USB dongles would work fine, but probably cost more than an internal module. It sounded from your post like you’re fine with opening the machine and navigating the internals, so swapping the WiFi module would only take 5m.

    Just stay away from Broadcom in general. Intel has the best performing WiFi chipsets at current, but Atheros and Realtek work just fine as well.





  • Not in the way you’re probably thinking, which I assume is like in a Windows-y kind of way.

    Finding an exploitable escalation of privileges in Linux is rare, but unpatched machines get hacked all the time, but the world of worms, and such is kind of gone.

    The way most end-user machines get compromised these days is by supply chain attacks, undiscovered zero-day exploits, user error, and social engineering. Groups that discover zero-days usually keep it close the vest, and they don’t get found for long periods of time after they’ve been out in the wild.

    The way most corporate machines get attacked is social engineering, supply chain, and zero-days. Mostly crypto mining schemes and enterprise-level ransoms for data.

    All the Windows botnets you hear about out there are largely unpatched machines exposed to the internet in various stupid ways that groups prey on to take control of.

    Edit: Forgot about leaked secrets. Lots of companies get hit from plaintext secrets that get out in the wild via various stupid means.