General Questions • [Software] Setting Battery Charge Threshold to 55% on Debian
HelloIn /etc/tlp.conf are these lines uncommented?Code: START_CHARGE_THRESH_BAT0=45STOP_CHARGE_THRESH_BAT0=55and is the tlp service loaded and runningCode: $ sudo systemctl status tlpAre any similar...
View ArticleBeginners Questions • [O/S] Encrypting OS questions
I have used the normal luks/lvm setup for over 10 years. Yes, it slows disk io in theory but otherwise it is quite stable, just make sure you use fully random passphrase to actually get any benefit...
View ArticleSystem and Network configuration • Can't compile Kernel
Also, you can simply use "rm" to remove unnecessary modules, no need to recompile.Statistics: Posted by lindi — 2024-08-21 22:03 — Replies 2 — Views 54
View ArticleOff-Topic • [Off-Topic] Trippin around the Linux Galaxy w/out systemd
Was nowhere as bad as I imagined it to be.But, and this is the big question in my mind, was it better? And, if so, how?I've been down the MX and Devuan paths and despite lots of respect for the MX...
View ArticleHardware • Sound from applications running within CHROOT
Run strace -o strace.txt -s4096 -f speaker-test inside and outside the chroot. Then compare the output.Nice idea, but unfortunately under the CHROOT jail it can't be done:Code: root@Raspberry-Pi:/tmp#...
View ArticleInstallation • Debian 12.6 - An attempt to configure apt to install...
Hello debiananrqa,I do not know, if it would have some negative effect.If your network connection will be working, everything will be fine, because you will be able install/update packages (which...
View ArticleTesting And Unstable • unable to use Wifi
Here's a weird one on Arch with the same chipset: https://bbs.archlinux.org/viewtopic.php?id=298678I'm going to try and backport the 6.10.6 kernel from Sid with the same rtw89 configuration as the...
View ArticleOff-Topic • [Discussion] How I came to Linux and Debian
And here you have it: 19 years of the history of Linux seen through the eyes of a complete newbie (who still wouldn't make it out without the nice nerds who spend time helping on the forums…), how it...
View ArticleTesting And Unstable • [SID - Unstable] Debian SID on ARM questions
I hope it stays that way. Because after adding the Mozilla repository, the apt update command did not automatically find Firefox 129 when Firefox 127 was installed. First I uninstalled Firefox 127...
View ArticleInstallation • installing Debian 12.6 on KVM with virt-manager, how to shut...
Just to note, it didn't like the enable command. Just Install, they will configure themselves. Reboot is a better tactic than bossing them around!I get the same message when trying to enable...
View ArticleSystem and Network configuration • Wireguard peer as exit node
Some additional info. My default route on laptop, when I am connected to Wireguard server:Code: sudo ip route showdefault via 192.168.200.1 dev wlp3s0 proto dhcp src 192.168.200.85 metric 600...
View ArticleHardware • [Hardware] Unable to format a USB sick / Verbatim SECURE PRO
From the sounds of it, no. Just out of curiosity, what happens if the drive is plugged in when you boot up the computer? Does it mount correctly that way?Statistics: Posted by bbbhltz — 2024-08-22...
View ArticleInstallation • Can't boot Debian 12. Security Policy Violation
I tried to disable secure boot but grub didnt work (acer nitro 5 laptop). I started to receive a bash msg. i am probably to reinstall debian or try to run it from a pen drive and move debian to the...
View ArticleHardware • Thinkbook 14 G6 ABP: strange volume button behavior
Code: System: Host: debian Kernel: 6.1.0-23-amd64 arch: x86_64 bits: 64 compiler: gcc v: 12.2.0 Desktop: Xfce v: 4.18.1 Distro: Debian GNU/Linux 12 (bookworm)Machine: Type: Desktop System: Microsoft...
View ArticleHardware • AX201 WLAN card not recognized during installaiton
Can you please report current running kernel version ?Statistics: Posted by Aki — 2024-08-23 01:03 — Replies 6 — Views 307
View ArticleHardware • Bluetooth issues with ps4 controller
Hello.I have found work-around, but I do not know, if it would work for you, too...Another suggestion is changing power-saving mode.Statistics: Posted by ruwolf — 2024-08-23 01:48 — Replies 1 — Views 66
View ArticleBeginners Questions • [Sound] Debian 12 32bit: big noise in loudspeaker
Maybe this could help you, too; disabling power-saving: ItsFOSS: How I Fixed Buzzing Noise Coming from Speakers in Linux .Statistics: Posted by ruwolf — 2024-08-23 02:05 — Replies 1 — Views 101
View ArticleHardware • Intermittent headphone jack connection popups
Hello.Can you send here screen-shot of that pop-up audio switcher? (Or at least name of that window, if it has some.)Statistics: Posted by ruwolf — 2024-08-23 02:17 — Replies 1 — Views 40
View ArticleSystem and Network configuration • Unable to mount Apple Time Capsule - again
Hello,That's strange because this is the output querying my Debian SMB server:Code: # nmap -p445 --script smb-protocols 192.168.1.98Starting Nmap 7.93 ( https://nmap.org ) at 2024-08-23 20:23 CESTNmap...
View ArticleGraphical Environments & Desktops • Xscreensaver SmartCard Login
Xscreensaver is 30 years old now. You might need to install the latest version to have some extra features. It is developed by one person as far as I know.The official manpage is here:...
View Article