General Questions • [Software] printer icon
Sorry, I may not have been clear, the printer works, but it copies itself so that I have two of the same printers and it copies when I turn the printer on again. Now there is no printer icon in the...
View ArticleTesting And Unstable • [Testing - Trixie] After upgrade to trixie, reboot...
Maybe you have to re-install grub? https://wiki.debian.org/GrubEFIReinstallBut I would assume that a normal dist-upgrade should not show this behavior. (But I also didn't had Dual-Boot Systems for at...
View ArticleGeneral Debian • What type of computer do you use?
Lenovo T450 with debian 12 works great.8 gbs ram 256 gb SSDStatistics: Posted by kc1di — 2025-01-09 13:00 — Replies 55 — Views 19961
View ArticleGeneral Questions • system updating issue.
Today came out point relaease of stable Debian.Code: arto@dell:~$ cat /etc/debian_version 12.9arto@dell:~$ For me several dozen packages were upgraded, depends what you have installed.IMHO , no reason...
View ArticleTesting And Unstable • Need help with UEFI SecureBoot: SecureBoot disabled -...
Hi Aki!Thanks for the quick reply. Great observation on the Raid array settings.Unfortunately, you have probably crippled the motherboard's UEFI configuration ("platform keys" for "secure boot" are...
View ArticleBeginners Questions • [Installation] Trying to fix the boot loader of a...
Nope... same outcome... Windows 11 is listed as before, but the same error... device not found. Statistics: Posted by JediMaster — 2025-01-09 15:40 — Replies 19 — Views 688
View ArticleGeneral Questions • [Software] Postfix alias problem?
I installed and configured mail server on Debian 12 with Postfix (virtual users in mysql).Everything is ok, until I needed an alias like alias@domain.com to direct emails to user1@domain.com and...
View ArticleBeginners Questions • How to best upgrade mesa to backport?
Via the commandline, you can simulate the upgrade with the -s operator and post the output here.For example:Code: sudo apt install -t bookworm-backports <package> -sStatistics: Posted by bbbhltz...
View ArticleTesting And Unstable • [Testing - Trixie] Generic LibreOffice Icons in KDE...
(sorry, please remove this one, too)Statistics: Posted by phoebus — 2025-01-09 18:09 — Replies 3 — Views 5090
View ArticleTesting And Unstable • [Testing - Trixie] Audio through HDMI not working on...
I think this problem goes deeper than the sound, actually.When I try to run nvidia-settings on 6.12.6 it outputs "libEGL warning: DRI3: Screen seems not DRI3 capable" to console and all the X server...
View ArticleProgramming • [Solved][Bash] PCRE: Latin letters with diacritics (utf8) false...
I have found solution.You have to use both special switches (*UCP)and (*UTF) (their order is irrelevant):Code: $ grep -P '(*UTF)(*UCP)\b\p{Ll}{2}' diakritika.txt -čí-čia-čo-ký-mám-úžiCode: $ pcregrep...
View ArticleOff-Topic • Possible to circumvent any low level malware?
I understood OP's question to be about how to detect/protect oneself from a backdoored BIOS, like you buy a PC and it's already backdoored.I guess in such cases you'd need external control, e.g. a...
View ArticleGeneral Debian • Why the newline a the end of /etc/fstab is required
@Best_ThreadsI picked up the practice from tcl/tk where there are specific options in this regard. Without the /n the line isn't done yet, still waiting for more.Statistics: Posted by CwF — 2025-01-10...
View ArticleSystem and Network configuration • static IP config with...
@javax6: you write ".. using the GUI in settings > wifi > select the SSID used > edit > IPv4 > from Automatic to Manual" which presumably means you used Network Manager to configure the...
View ArticleTesting And Unstable • [Testing - Trixie] Xfce lock screen issue?
I have a live image of Trixie XFCE and will investigate when I'm at the computer.Thx. I'll wait and hopefully others do a short check too. Could be caused by the change from Xfce 4.18 to Xfce 4.20 or...
View ArticleSystem and Network configuration • network manager DHCP Lease error after...
Hello,According to the user manual of the dock [1]:Using the Ethernet connectorThe Ethernet connector has two network status indicators. When the green indicator is on, the computer isconnected to a...
View ArticleBeginners Questions • Tty consoles and their peculiarities...if any
Hello,If you are in doubt, you can use the following command to check which virtual consoles are in use (and, consequently, which are unused and you could switch to them to open a terminal on...
View ArticleSystem and Network configuration • Is there a new or pending default DHCP...
@CwF,Thanks for that, and esp the link. So it seems like there may be some interest in adopting dhcpcd, but no mention of Network Manager. Good news AFAIC Statistics: Posted by seamusdemora —...
View ArticleBeginners Questions • [O/S] System becomes unresponsive with Debian version...
Hello,Have you got sorted ?Statistics: Posted by Aki — 2025-01-10 19:41 — Replies 15 — Views 669
View ArticleSystem and Network configuration • Trouble configuring DNS with Debian 12 for...
Thank you for your assistanceWhat is exactly your Debian 12 version ? You can check with the following command:Version is 12.1According to your quote above, I assume that 172.23.224.1 is the address...
View Article