General Questions • Re: [Software] Can't update using sudo apt update (debian...
There is nothing in the /etc/apt/sources.list.d/ file or the file just doesn't exist/etc/apt/sources.list.d/ is a directory.What givesCode: $> grep --color=auto -r "backports" /etc/apt/?Statistics:...
View ArticleGeneral Questions • Re: Removing i386 architecture
--force-remove-protected was right option. Now i368 architecture is gone and all works fine.Code: dpkg --purge --force-remove-protected {gcc-12-base,libc6,libcrypt1,libgcc-s1}:i386dpkg...
View ArticleInstallation • Complete set of steps for Debian installation with an NVidia...
1. Check the health of your hard-drive$ sudo apt install smartmontools$ sudo smartctl -t short -a /dev/sda$ sudo smartctl -a /dev/sdaLook for the "Wear_Leveling_Count", which starts at 100 (healthy)...
View ArticleGeneral Debian • Re: Would you recommend Debian to a brand new Linux user?...
Not very amusing that it takes "a remasterized live usb from an experienced Gnome user" to make Gnome usable. Xfce and similar DEs (I personally don't know Mate and siblings, but I will assume) are...
View ArticleTesting And Unstable • Re: [Testing - Trixie] systemd-tmpfiles doesn't seem...
Ah, right you are! Thanks for helping me with your first post nice penguin.tmpfs on /tmp type tmpfsI also checked /usr/lib/systemd/system/tmp.mount and it linked me to...
View ArticleSystem and Network configuration • Re: Debian apt installation/upgrade:...
The error messages disappeared due to the upgrade of the passwd package.Statistics: Posted by Aki — 2024-10-12 22:52
View ArticleGeneral Questions • Re: [Hardware] Soundcore Liberty 4 NC | earbuds
I got it to connect; but no sound from either the laptop with debian 12 or the D30 workstation with Linux Mint and a tp=link adapter. Getting the earbud working is not that high priority I have a good...
View ArticleProgramming • Re: C Language , What are these extra useless zeros ?
blackbirdI got it , the fwrite , writes numbers as big-endian ....... But size is ordered as rootnum ( the number of digits as root ) ....... Why it makes larger files and fill them with zeros...
View ArticleHardware • Re: HP 4650 printer scanner.
You have more than one device listing for the printer, obviously. Perhaps the default entry is not working?I have no technical understanding of what the entries mean. @brian_p would be the person to...
View ArticleBeginners Questions • Re: [Software] Debian issues
Separate issues should be in separate topics please in appropriate sub forums, with descriptive titles, otherwise this topic won't get attention and will be confusing if members are responding to two...
View ArticleHardware • oem-wifi-qualcomm in Kernel 6.1.0-26-amd64 (Debian 12)
I have uptuded to Debian 12 and I received the messageCode: Error! The /var/lib/dkms/oem-wifi-qualcomm-ath10k-lp1803647-4.15/2.0/6.1.0-26-cloud-amd64/x86_64/dkms.conf for module...
View ArticleInstallation • Re: Complete set of steps for Debian installation with an...
Yes, sir, you're absolutely correct on all accounts. I remember that I did those steps indeed. I updated that section to refer to Debian wiki instead.Statistics: Posted by Willavu — 2024-10-14 00:05
View ArticleHardware • Re: oem-wifi-qualcomm in Kernel 6.1.0-26-amd64 (Debian 12)
Please use code tags for code and terminal text. Fixed it for you this time.I'm guessing the file you are trying to install is either the wrong architecture or much too old to install on the current...
View ArticleGraphical Environments & Desktops • Nvidia Optimus Problem
HI Recently i installed debian bookmark with kde (sddm) on my laptop with nvidia rtx 3070. following the guide https://wiki.debian.org/NvidiaGraphicsDrivers and after...
View ArticleBeginners Questions • Re: [Software] Errors configuring qTox messenger...
qTox is currently no longer being maintained.Statistics: Posted by Uptorn — 2024-10-14 00:56
View ArticleGraphical Environments & Desktops • Re: Nvidia Optimus Problem
Please use code tags for code and terminal text. Fixed it for you this time.There have been a number of reports of Wayland/KDE not working properly with Nvidia graphics. I just use X11 on my KDE...
View ArticleGraphical Environments & Desktops • Re: KDE: Keyboard lagging only in...
I am still trying to search for a solution. Sometimes it affect other applications than browsers like for example the virtual terminal.I found a thread with a similar...
View ArticleGeneral Questions • SOLVED Re: sudo apt upgrade errors
It was a sources.list errorBit of research led me to https://dslg.gnu.style/Which made it easy for me.My /etc/apt/sources.list file now looks like thisCode: deb http://ftp.au.debian.org/debian/...
View ArticleGeneral Questions • Re: sudo apt upgrade errors
Hello,I'm glad you sorted it out. :) Please, mark the discussion as "solved" manually adding the text tag "[Solved]" at the beginning of the subject of the first message. I would suggest to change the...
View ArticleGraphical Environments & Desktops • Mouse double Click Issue
Hey guys/gals, I hope this is in the right section for the Debian forum, if not please move to proper section.I have searched this forum for a similar problem and haven't found anything related. I am...
View Article