It's happened a couple of times that one of the filesystems remounts as read-only with something due to the mmc driver. I'll need to capture the messages somehow and post them. Anybody else seeing this?
I wonder if it's related to suspend.
Hi all,
I'm on Debian 10. Is Debian 11/Bullseye stable?
Does Debian 11/Bullseye came with its own linux kernel deb? Is it usable or are folks still using Daniel's kernel repo?
03-10-2021, 09:22 PM
(This post was last modified: 03-11-2021, 07:20 AM by ab1jx.
Edit Reason: added more
)
I'm using Daniel's kernel, the only problem I've seen is that filesystems have been moved into the kernel since then so I had to add a symlink to make it work transparently. This helps with both mount and fsck, some equivalent may with other filesystems. I had posted a question on the Debian forums, but this isn't a Debian kernel so they wanted to know where I got it.
In /sbin,
ln -s mount.exfat-fuse mount.exfat
03-25-2021, 04:29 AM
(This post was last modified: 03-28-2021, 04:22 PM by ab1jx.
Edit Reason: typo
)
It's just a video freeze-up I think, connecting by ssh to shut it down or reboot still works. I've become a fan or Termux on phones for that reason. Just pull out a phone and use it to reboot your PBP, mostly more convenient than walking to another computer. It's crashing the video at a level lower than X, that's why you can't switch to another virtual teminal.
In my case Panfrost wasn't causing the crashes, they were because the original eMMC was starting to fail so something would try to read or write on a bad spot. My workaround was to set up the Daniel Thompson installation on a new sd card and use it to boot from. I get uptimes of a week or so, it's quite stable. My original eMMC is still in place as a backup boot medium. I have an nvme drive in here but not booting yet, so I periodically boot from the eMMC then use dd to backup my sd card to an image on the nvme.
Actually that doesn't make a lot of sense, a crash due to the eMMC might leave it without ssh and totally dead. But it hasn't happened in months, I was trying to remember exactly. But it was the eMMC because that's the only thing I changed.
I suppose you could find a Panfrost forum or mailing list and ask there about the messages. I expected them to be cured by the apt-get update/upgrade cycle but it's been over a year now. This Panfrost is considerably slower than the video in the mrfixit Stretch. And there's a bug with having your speakers stay on after you plug in headphones that wasn't in the mrfixit image.
Look at the grep man page, it's possible to set it to filter out lines containing a phrase to clean up your dmesg, then pipe it to something else.
It seems that it still hasn't been fixed; I'm still experiencing GIMP crashes of that type. Unusually, the mouse cursor still seems to be movable even while the rest of the display (GIMP, other apps, windows, and KDE applets like the clock) is frozen, which seems to contradict the idea that it's crashing at a level below that of X; if so, wouldn't it freeze the cursor too? (It does freeze the cursor if I hit Ctrl+Alt+F2 to get to a virtual terminal though.)
Oddly, I don't recall ever encountering these problems on Manjaro; it had its own assortment of problems, but I recall GIMP functioning just fine.
A similar bug is also occurring with Chromium on occasion, especially on stupidly over-complicated websites.
I've never noticed a problem with Gimp but then I don't try to run it with KDE. In LXDE the clock updates so infrequently it's not worth using it, sometimes it's 20 minutes or more behind what you get if you just type date into a terminal emulator. Because I use startx I guess instead of lightdm I can ctrl-alt-f2 and I'm at a different virtual console, but I've never found Wayland useful for anything.
I think the LXDE clock just runs at too low a priority so it doesn't get updated often enough. xclock works. I use only Alsa sound and sometimes that's busy. But doing a pkill of Firefox (I never use Chromium) will free up the sound, then letting Firefox restore the session works. If I close it with the normal menu I lose all my tabs.
Sometimes I miss FVWM for its simplicity but I don't think I've gotten it to work under Linux at all. It's the default in OpenBSD last I knew.