General Questions • [Software] How to delete a non-existent file from folder
open the terminal in the video directorylist the file with the 'ls' command to get the name (copy the name with Ctrl-Shift-C)remove the file ('rm' Ctrl-Shift-V)if that does not work remove the file...
View ArticleSystem and Network configuration • [Software] Serious deadlock issue jbd2
Hello,Well I just had this issue while transferring data from an xfs drive to a btrfs drive on my archlinux (linux 6.7.1) system, so this has to be a kernel issue I guess.Thanks for your feedback. The...
View ArticleGeneral Questions • [Software] Server not booting
I have a server running on a rpi4 with debian bullseye that last week began to be unreachable from SSH and all the services are down. Is there something I could do to make it boot, then SSH...
View ArticleGeneral Questions • [Software] passwd of user answered too frequently
Thank you for the answers, but I don't know what to do !Can you confirm that you're using XFCE and that the problem is that the computer is locked when you return to it after a time?If so, what are...
View ArticleGraphical Environments & Desktops • system sleeps despite settings
It is a remote system and I cannot log in to it now so I will reply tomorrow.I am using the Cinnamon desktop with LightDM desktop manager (https://wiki.debian.org/LightDM).Statistics: Posted by...
View ArticleBeginners Questions • [O/S] HDD suddenly takes long time to mount
Not sure why, but now, the mounting operation time dropped down to 6+ seconds. Though, this is still lot more than the other HDD that is mounted :Code: 6.503s...
View ArticleGraphical Environments & Desktops • Can't play video in most video...
Try starting the player from a terminal to see if any error messages are shown. Something likeCode: mpv <path-to-video-file>Also please install inxi and post the output of:Code: inxi -CGSxxzso...
View ArticleGeneral Questions • Where is lshw?
I don't know if it is also the same issue, before I couldn't get the multimedia package 'VLC' and now it came without problems ... I just had to do: 'apt install vlc' and there it was.Anyway thanks...
View ArticleGraphical Environments & Desktops • spectrwm
I am in the process of building a tutorial and long-term test report article re: spectrwm 3.5+ use on my Debian Sid base (tested and run on bookworm, as well). In the end, I'll publish my results...
View ArticleTesting And Unstable • [SID - Unstable] Help! Something Borked my Hardware...
This is my last post on the thread, and probably on the debian forums, because as I have said, there is no interest by others (users and maintainers).Mesa 23.3.5 reached unstable 10 days ago (and 24.0...
View ArticleGeneral Questions • [Software] How can I install Mx-cleanup
So will sudo apt-get install polkit-pkla do it?Maybe other polkit packages are needed too?libpolkit-agent-1-0 is the dialog I think...polkitd-pkla is for creating a rule to bypass the dialog.Yes that...
View ArticleOff-Topic • Impact of the current magnetic storm on PC, laptop, ... ?
The walls, ceiling and floor of my apartment are papered with heavy duty aluminum foil hung with rubber glue. Shiny side facing out.Very good protection Does it please have a impact on cell phone or...
View ArticleGeneral Questions • [Solved] Problem trying to copy system into a USB, 'dd'
Hello,I realized my mistake ... at the end of the command: '/' -- I tried to delete this message but it didn't work ...It's ok. Thanks for updating the discussion. Please, mark the discussion as...
View ArticleBeginners Questions • Can't configure wifi on a fresh Deb 12 install
[..] I suspect missing firmware [..]Firmware for your Qualcomm Atheros AR9485 Wireless Network Adapter [168c:0032] is in the following debian package:Package: firmware-atheros (20230210-5)...
View ArticleGraphical Environments & Desktops • Add and set custom screensize in Wayland
Have you tried the traditional method, /etc/X11/xorg.conf.d/50-monitor.conf:Code: Section "Monitor" Identifier"Monitor0" DisplaySize378 284 Option"PreferredMode""1792x1344"EndSectionPreferredMode...
View ArticleHardware • CEC with Intel NUC8i3BEH: /dev/cec0 not found
Thanks! That already helped, I now know that the CEC-kernel module is only loaded on demand - I included it into the kernel modules to load via /etc/modules-load.d/modules.conf. This did not yet help,...
View ArticleGeneral Questions • [Software] Problem with qbittorrent after autostart
Some of the systemd configs I see for qbit on the internet are just wrong. Here's the systemd unit I use for qbittorrent-nox - note that I'm running on a nonstandard port, you might want to lose that...
View ArticleTesting And Unstable • Upgrading to Debian 13 trixie (testing)
after rebooting, all things seems ok.Statistics: Posted by estatistics — 2024-02-11 14:07 — Replies 2 — Views 42
View ArticleInstallation • can't find Intel wifi firmware files
The firmware you need hasn't been backported yet but is in Testing.firmware-iwlwifi has no dependencies so I'd suggest downloading it from Testing repos and manually installing it. You can grab it...
View ArticleGraphical Environments & Desktops • How to type or handle non-unicode...
I am currently making a program that will use the ISO/IEC 8859-15 character set. The main reason is because the font needs to be hand drawn as a bitmap font due to the limited size, therefore, I don't...
View Article