archive.today and archive.ph (also .is, .md, .fo, .li, .vn) could be Russian assets.

  • 4 Posts
  • 61 Comments
Joined 8 months ago
cake
Cake day: March 5th, 2025

help-circle


  • The Raspberry Pi’s built-in Wi-Fi is perfect for our outdoor setup. It wirelessly connects to our home network, so no extra wiring was needed.

    I want to call out that my router and Wi-Fi network are not solar-powered; they rely on my existing network setup and conventional power sources. So while the web server itself runs on solar power, other parts of the delivery chain still depend on traditional energy.

    Don’t get me wrong, it’s a cool project to make a solar-powered minicomputer, but the thing that makes it a server is conventional.






  • I see. That’s why it doesn’t show up as an error, presuming you got the instructions from my previous post correct (that the problem actually occured in the timeframe given) - sddm is apparently oblivious to the problem.

    Searching “kubuntu sddm blank screen” gives some relevant-looking forum posts; I found these to be good reading:

    https://bbs.archlinux.org/viewtopic.php?id=226363 => content of /etc/sddm.conf please
    https://www.kubuntuforums.net/forum/newbie-support/help-the-new-guy/68489-sddm-black-screen-but-working-somewhat

    They should give you some idea where to go from here.

    Since this topic has been going on for a while, to no avail, I will lecture you now:

    • asking for help requires you to remain an active participant, i.e. we find the solution together. Actually, you have to put in more effort than the people helping you because you are the only one with access to the machine. This includes going through each comment again and again. It’s your job to keep the overview, aggregate and evaluate all info and progress.
    • IMHO a branching tree of comments veering off topic is not a good medium to find a solution to a single technical problem. A linear format is better suited, like a forum.
    • Double posting, as you probably realized by now, makes it all even messier.


  • Not downloading and reading 181MB of logs. You probably used journalctl without any qualifiers, right?

    What we want is

    1. The current boot showed the erroneous behavior
    2. Make note of the timeframe the erroneous behavior occured

    Compose a journalctl command that takes these aspects into account, i.e.:

    journalctl --boot --since <date_time> --until <date_time>
    

    Also see:

    -S, --since=, -U, --until=
       Start showing entries on or newer than the specified date, or on
       or older than the specified date, respectively. Date
       specifications should be of the format "2012-10-30 18:17:16". If
       the time part is omitted, "00:00:00" is assumed. If only the
       seconds component is omitted, ":00" is assumed. If the date
       component is omitted, the current day is assumed. Alternatively
       the strings "yesterday", "today", "tomorrow" are understood,
       which refer to 00:00:00 of the day before the current day, the
       current day, or the day after the current day, respectively.
       "now" refers to the current time. Finally, relative times may be
       specified, prefixed with "-" or "+", referring to times before or
       after the current time, respectively. For complete time and date
       specification, see systemd.time(7). Note that --output=short-full
       prints timestamps that follow precisely this format.
    

    Assuming 1. and 2. are in effect, you can also try this:

    systemctl status -n999 sddm
    





  • Your journal output might be too curated, I don’t see anything that would keep the display manager from starting up.

    Then after following some suggestions from users in r/Kubuntu I’ve made a bit of progress.

    We’d need more info on this, like what exactly did you change and what was that progress and how/when did it turn into regress.

    Journal output for SDDM and related services, and for the relevant timeframe, would be better.

    I suppose SDDM is the default for Kubuntu, and if you had done other possibly relevant things to your setup you’d have told us.

    FWIW, it could be GPU related, but that really just is a wild guess.

    PS: identical post here: https://lemmy.sdf.org/post/43982607



  • Thanks. I looked at the feature Matrix for the 1+ 6T, and it says:

    • Audio: partial
    • Calls: partial

    I watched the video, too. It’s not a daily driver review by any measure, and the above is fully reflected in it.
    I also noticed that the Network icon stays at 3G the whole time and I haven’t seen him actually loading any web pages (I did skip through though).

    I also see no mention of VoLTE and as the other commenter suggested, without it it’s getting pretty hard to use as a phone with more and more providers.

    Don’t get me wrong, PostmarketOS looks really good. I’m not sure I’m happy with a Gnome shell though, and I wonder how deeply it integrates into the core system, i.e. how easy it would be to use something else instead.

    What bothers me with this project is that they do not concentrate enough on getting a few devices 100% working. All physical PMOS devices are not in Main, i.e. “relatively well maintained” by a few users. The list is impressive, but I wonder how well all these specialised efforts integrate into the main project, and how well each individual device is maintained.