Beginners Questions • Re: [Software] basic package installation question
Thank you @fabien . This worked.Statistics: Posted by wayeast — 2024-09-28 18:50
View ArticleGeneral Questions • Re: [Software] podman "crun: open executable:...
Hello,Comparing the previous two logs (working and not working), the main difference seems to me, as you pointed out:Code: DEBU[0000] Received: -1I installed podman (using apt) in a Debian Bookmark VM...
View ArticleProgramming • Re: C Language , Finite loop never ends or gives segfault
You can measure the time directly in your C program likeCode: #include <time.h>[...]clock_t start, end;double time_used;start = clock();// here what to be measured, like calculating a rootend =...
View ArticleGeneral Debian • Headphone Microphone Issue on Debian 12
Hello,I have a problem with my headphones. A few days ago I installed Debian 12 and everything works fine except that sometimes the microphone recognizes me and sometimes it doesn't.I'm using a...
View ArticleGeneral Questions • Re: OpenVPN
Strace the systemctl command and use journalctl to see what is logged?Statistics: Posted by lindi — 2024-09-28 20:31
View ArticleGeneral Debian • Re: [Discussion] Not a rant but a cry for help...
@mrmazda Thank you for the suggestion. I'll try and do that today and let you know.Statistics: Posted by pierrick — 2024-09-28 22:14
View ArticleGeneral Questions • Re: [Software] About wayland versions and gaming...
Bookworm Wayland KDE was a mess for me. I was ultimately advised to stick with x11, else Wayland for Gnome. I don't know why KDE defaults to Wayland. But since getting the above advice I haven't had a...
View ArticleHardware • Re: TP-Link AC600 wireless Realtek RTL8811AU not working
Ohh boy, it seems this issue is too complex for me. I have read several topic about this and found out this: https://github.com/morrownr/8821au-20210708 and It works!!Thank you!hello,I'm using the...
View ArticleSystem and Network configuration • Re: No printing
I understand but the driver-less option doesn't work. I hope it would. I'll get through the links u sent when I get the time that for, appreciate your answer and detailed inforThxs buddyStatistics:...
View ArticleInstallation • Re: Bookworm backports xournal++
It turns out to be a trivial backport on Bookworm-I'm trying Bullseye next.Edit: Also a trivial backport on Bullseye pbuilders.Statistics: Posted by stevepusser — 2024-09-29 16:37
View ArticleGeneral Questions • Re: cups-filters: CVE-2024-47176
Thank you @Aki. The problem has been fixed in stable-security.[SECURITY] [DSA 5778-1] cups-filters security update- -------------------------------------------------------------------------Debian...
View ArticleTesting And Unstable • Re: [Testing - Trixie] unresolvable host seems to...
Thank you so much, @Aki! Sudo works flawlessly now. And RStudio is starting without problems, too! I will need to do some more research to actually understand what the problem was and what we did to...
View ArticleInstallation • Simple Debian 12 install won't boot afterwards
Installing Debian 12 in UEFI mode on an HP ML30, using the full DVD (debian-12.7.0-amd64-DVD-1.iso). Opted for LVM using the whole of the only SSD, with separate partitions for /, /var, /tmp and...
View ArticleGraphical Environments & Desktops • Re: And yet again, Xfce black screen...
Solved with Reddit help......https://www.reddit.com/r/xfce/comments/ ... are_buttonStatistics: Posted by frazatto — 2024-09-29 20:53
View ArticleDocs, HowTos, Tips & Tricks • 2024-09-29
there's a fresh mesa stack in backports :❫“Thank you, Debian developers!”[Solved] NetworkManager/dispatcher.d scripts not being executed for wlan up/down“I found a way using wpa_cli”[SID - Unstable]...
View ArticleHardware • Re: Drivers for Dell laptop.
I hear ya. My thoughts were that the drivers included with Linux were all generic.Lets say I wanted to use AMD written Linux drivers for better performance and better graphics and use their tweaking...
View ArticleProgramming • Re: Having trouble downloading wine.
Code: noid@Laptop:~$ ls /etc/apt/sources.list.d/winehq-bookworm.sourcesnoid@Laptop:~$Hmm. it wasn't specified but, which one should I have it switched to, Binary or Source?Statistics: Posted by...
View ArticleGeneral Questions • Re: Change file picker in browsers
Are you cross-posting from Debian-users mailing list ? Change file picker in browsersYes. No (i have posted in the mailing after no response here).is it a problem?Statistics: Posted by alienspy —...
View ArticleInstallation • Re: Simple Debian 12 install won't boot afterwards
Hello,I'm glad you got sorted.For the benefits of other readers in the future, the complete model name of your computer is a HPE ProLiant ML30 Gen9 Server [1].To complement what you have already...
View ArticleInstallation • Re: Boot Stuck on "VT-d Active for GFX Access" Issue...
Hi, I have observed this screen lockup issue specifically on machines equipped with Intel CPUs with Integrated iGPU Intel® UHD Graphics.This occurs due to a conflict with the i915 driver, causing the...
View Article