

Maybe Debian or Ubuntu…? I started with Debian and like it.
Why don’t you try it out? Create a VM and see if you like your distro…
I think, there is even a website for this…
Ein 👍 von mir:
Weder ein 👍, noch ein 👎 von mir:
Ein 👎 von mir:


Maybe Debian or Ubuntu…? I started with Debian and like it.
Why don’t you try it out? Create a VM and see if you like your distro…
I think, there is even a website for this…


That’s normal that he blocks useful things.
Without him, EU would already live in 2033…


Hey, Clink Hostels.
I want so inform you that a spam mail was sent from your address.
Oh, that was actually you??? 🙄😑 That’s embarrassing.


Well, they are right with one point: That’s embarrassing


There is not 2 state solution with Netanyahu and there is no 2 state solution with Hamas. Both need to lose power first.
deleted by creator
deleted by creator


Usually, the companies want to be able to send notifications to you whenever they want, whereever you are. Mobile apps are perfect for that.


I hate our species…
No one and both.
Sounds weird, but both countries would have developed better without the war. So no one.
But also both, because it will probably result in a situation in which both parties celebrate victory. The smallest possible victory for Russia could be “we defeated a few ‘Nazis’” and the smallest possible victory of Ukraine could be “They took only parts of our land”.
Hi,
Thank you.
I was able to get it working.
What really helped me was the fact that you can see the logs of stuff in /usr/lib/systemd/system-sleep/:
sudo journalctl -u systemd-suspend --since "7 minutes ago"
I think, I had a bug in there or the execution rights of a file was not set or similar.
Now, I have pretty much done what the suggest here: https://wiki.debian.org/InstallingDebianOn/Apple/MacBookPro/Early-2015-13-inch
I’m glad, this is working as intended now.
I know that it’s a hack. A really bad hack TBH.
But I wasn’t able to get it working differently.
This is the service code I’m using (yes, I know… It’s very bad, especially the pinging):
while :
do
if [[ $(ping 192.168.178.1 -c 3) ]]
then
echo "pinged"
else
if [[ $(lsmod | grep brcmfmac) ]]
then
sudo rmmod brcmfmac
fi
sudo modprobe brcmfmac
sleep 250
fi
sleep 15
done
When closing and opening my MacBook, it’s necessary to execute sudo rmmod brcmfmac and then sudo modprobe brcmfmac. Only executing the 2nd command is not enough.
Your first 2 paths under /etc have a description like this:
kernel modules to load at boot time.
The problem I’m having is that I have to reload the module when the laptop was closed and reopened.
So, I think, the first 2 paths won’t work, right? It’s not boot time?
Something like the 2nd path was described in a tutorial about getting started on a MacBook with Linux. I remember it.
But the path you described does not exist on my system.
I have a path /usr/lib/systemd/system-sleep/, do you mean that one?
This contains 1 file (probably created by me in the beginning) called lid_wakeup_disable:
#!/bin/sh
# /lib/systemd/system-sleep/lid_wakeup_disable
#
# Avoids that system wakes up immediately after suspend or hibernate
# with lid open (e.g. suspend/hibernate through KDE menu entry)
#
# Tested on MacBookPro12,1
case $1 in
pre)
if cat /proc/acpi/wakeup | grep -qE '^LID0.*enabled'; then
echo LID0 > /proc/acpi/wakeup
fi
;;
esac
Do I add rmmod brcmfmac; modprobe brcmfmac; (without sudo) at the bottom?
I’m thankful for any help to get rid of the service.
😅 Nothing to do with that ideology!
Fun fact: I used emojis to reproduce and report a bug in the Lemmy web UI. That’s why the ⚡s are there.
And thanks.
I’m a software developer (my background), I was always kind of interested in it, but primarily the fact that Apple stopped giving my 2015 MacBook Pro OS updates, including security updates, which forced me to do something.
And yeah, Plasma or GNOME is pretty much how the OS looks like.
Yes, I’m using VSCodium, but Visual Studio is of course totally different regarding features.
At the moment, I don’t have the hardware to run games… Will try it out next year…


Ok Karen…


The people who got arrested, celebrated a terroristic attack… If it’s you the next time, then you are part of the problem.
Why won’t I see it in the All section without doing anything?