General Questions • Re: editing syslinux for serial console
Do you want to use the CF card to boot the Debian installer, connect to the searial port and install Debian remotely on the USB disk?Statistics: Posted by Aki — 2024-03-02 15:07
View ArticleOff-Topic • Re: [Discussion] How do you name your devices?
Long-lived personal machines (usually with ship of theseus hardware) tend to get deathmetal themed names, or various terms for misery and suffering from a range of cultures and mythologies.I cherish...
View ArticleTesting And Unstable • Re: [Testing - Trixie] Evolution 3.50.3-1 address book...
Sometimes I find that after removing caches and config files a reboot (or maybe logout - login) is required for the remnants to be discarded, this should result in data being cleared...
View ArticleDebian User Projects - Software • SbK LXQt 324 release
I am happy to announce the release of SbK Debian LXQt 3/24. The SpinsbyKilz.com watermark is not present in the installed OS. SbK Debian spins are built and follow the testing branch. They are rolling...
View ArticleHardware • Re: the installed debian12 cannot find my touchpad(HP EliteBook 630)
In my Settings/Mouse and Touchpad. there is only one input that is my usb mouse.I got the follow output after I do "grep -i "Using input" /var/log/Xorg.0.log"Code: grep -i "Using input"...
View ArticleOff-Topic • Re: Can AI do this job?
Agreed - if you have the means to do so, it may take additional time to find out, try this within a VM. Of course, this may be easier said than done. But at least its an option to consider while still...
View ArticleTesting And Unstable • Re: [Testing - Trixie] [solved] Evolution 3.50.3-1...
You're welcome, happy to help Statistics: Posted by Dai_trying — 2024-03-03 15:13
View ArticleHardware • Re: Laptop keyboard not working in any distro
No worries. Sometimes you are lost in manuals, sometimes you make mistakes. But not this time. Though I installed debian 11.9 to upgrade it to 12 so I could keep the working kernel. If it mattersCode:...
View ArticleInstallation • Re: Can't chroot into "mnt" to reinstall Grub
Another option that you can have is to follow this tutorial adjusting to your Debian: https://www.youtube.com/watch?v=h64PS3P-NnUWhat you can do extra when you unlock your home partition is to copy it...
View ArticleBeginners Questions • Re: [Installation]
Give your topic a title not just a prefix, it will get more views and maybe more answers.Was Windows on this computer and did you install Debian over it?Done.No, I bought it brand new without...
View ArticleSystem and Network configuration • Re: Two Ethernet Connections
Code: $ cat /sys/class/net/*/address will list successful 'up' interface ip's.So what was I thinking? that's the MAC's...anyway, maybe they are usb, so lsusb.In any case, they're both...
View ArticleGeneral Questions • I cant add line iptables
I configured iptables on earlier versions of Debian. And now I'm trying to configure it on Debian 12.iptables -A INPUT -m conntrack --ctstate ESTABLISHED, RELATED -j ACCEPTiptables v1.8.9 (nf_tables):...
View ArticleGeneral Questions • [Software] GPG error during update.
GPG error during update.When updating, an error appears:"GPG Error: https://download.docker.com/linux/debian bullseye InRelease: The following signatures cannot be verified because the public key is...
View ArticleGeneral Questions • Re: I cant add line iptables
Remove the space after the comma?Statistics: Posted by lindi — 2024-03-04 16:12
View ArticleTesting And Unstable • Re: [Solved][Testing - Trixie] Tikk Sound at the Start...
Solved with Code: sudo bash -c ' echo options snd_hda_intel power_save=0 > /etc/modprobe.d/audio_disable_powersave.conf'Statistics: Posted by amin11 — 2024-03-04 16:23
View ArticleGeneral Debian • Re: [Discussion] What change, if implemented, would cause...
Not quite sure what you mean about network support. I think the reference is to 'ssh -X' forwarding and utilities like X2X. I read up on waylands progress every so often, but am in no hurry. I know...
View ArticleGeneral Questions • Re: [Software] 60 Cycle Hum From Inactive Sound Card
I am not going to mark this as solved because I could not find a away to keep the motherboard sound card active in Linux, but I did find a work-around. The usb sound card/dongle that I mentioned in my...
View ArticleHardware • Re: HP Thunderbolt G4 dock no USB with boot or wake but ok after...
[..]I looked for headers associated with this version of the kernel (before and after upgrading the kernel) using: Code: apt search linux-headers-6.5.0-0.deb12.1-amd64 but there didn't seem to be any....
View ArticleHardware • Re: Dell Latitude 3570 laptop keyboard doesn't wake from sleep
Hello,You may try installing a newer kernel from bookworm-backports repository:https://backports.debian.org/Statistics: Posted by Aki — 2024-03-05 07:29
View ArticleHardware • Re: [Solved] Dell Latitude 3570 laptop keyboard doesn't wake from...
Kernel update seems to have done the trick. Thanks!Statistics: Posted by rothdu — 2024-03-05 09:32
View Article