Hardware • Re: Can't hear sounds on new pc
Ok, I updated to kernel 6.9.7 and I'm not having any problems at the moment. Thank you for your help!Statistics: Posted by papum — 2024-07-09 08:07
View ArticleOff-Topic • Re: [Software] Can't Boot, stuck at "Loading initial...
Run the commands according to yours from live USB and has to be unmounted your root partition: https://webnersolutions1.medium.com/how ... 53540bf0e5Statistics: Posted by panpan — 2024-07-09 08:10
View ArticleGeneral Questions • Re: [Software] ACPI: Invalid _PCT data
As I continued to research I found the below link. url=viewtopic.php?p=793589#p793589] [Hardware] ACPI Error message[/url]My main concern was that the CPU's and the corresponding threads would not be...
View ArticleBeginners Questions • Re: [Networking] No WiFi Connection Shown
FWIW, looks to be this Acer Chromebook, reportedly uses an Intel Wireless-AC 9560 adapter, and Intel says said adapter has been supported since Linux kernel 4.14.Statistics: Posted by pbear —...
View ArticleBeginners Questions • Re: [Software] Creating a live USB with persistence.
What you could do is create a separate encrypted data partition, which you mount manually after boot. Or, better, use full install instead of persistence, as I suggested to the OP above.Statistics:...
View ArticleProgramming • Re: GDB doesn't work
levlazI'm using them from IDEs ..... -g for Geany and on CodeLite predefined GDB debugger and not LLDB .....Statistics: Posted by Hadi_Lovelorn — 2024-07-10 07:03
View ArticleHardware • External USB Drive is Not Detected / Mounted
Hardware: Western Digital p10 (4tb, USB).I have been using this WD drive for more than 3+ years (on macOS, with filesystem HFS+) but it is no longer detected by it. To troubleshoot, I am testing it...
View ArticleInstallation • Booting loopmounted isos in EFI grub
I have a usb stick with grub installed that can loopmount live disc isos so I don't have to repartition to change my available live discs. A typical entry looks like this:Code: menuentry "Debian Live...
View ArticleInstallation • Re: Booting loopmounted isos in EFI grub
Have you tried Ventoy? It does the same thing but you won't have to write configs.https://www.ventoy.net/en/index.htmlStatistics: Posted by sunrat — 2024-07-10 08:29
View ArticleBeginners Questions • Re: Which laptop do YOU run Debian on?
Ciao, running Debian 12, 6.1.0.22, on a Lenovo ThinkPad T16 Gen 1, 12th Gen Intel i7-1260P (16) @ 4.700GHz and everything work fineStatistics: Posted by alfa71omega — 2024-07-10 08:41
View ArticleProgramming • Re: [Software] Libreoffice Not Importing External Links
I am afraid, that this function [ IMPORTHTML() ] is not implemented in LibreOffice Calc:Ask.LibreOffice.org: Importing data from a websiteI think, it can be done through some script, e.g. by...
View ArticleHardware • Re: External USB Drive is Not Detected / Mounted
In my opinion, it can be hardware failure.Can you connect it to another computer? The best with S.M.A.R.T. software, (but I do not know, if it can control these USB devices).Statistics: Posted by...
View ArticleInstallation • Re: bios vs uefi based pc - for a reliable dual boot system
UEFI would allow the likes of fwupd to actively patch device firmware, upon reboot. That is the only advantage that I know of.thank you for enlightning my ignoranceStatistics: Posted by vryni —...
View ArticleBeginners Questions • Re: [Networking] : Docker container vs external services?
... have not found anywhere in the help that tells me what I should doTake a look at the BBCode guide. Among other things, explains how to post images and attachments.No idea about the actual...
View ArticleSystem and Network configuration • Re: [Software] How do I remove...
As shown in your other thread, it looks like you've been installing things you shouldn't.Statistics: Posted by dilberts_left_nut — 2024-07-11 06:18
View ArticleGeneral Questions • Re: How to manage the size of /var/log/journal
If you want to cross-check --disk-usage, the usual conventional command would be sudo du -hs /var/log (rather than ls). Takes a while to run, so be patient. If you want a breakdown, sudo du -xhd1...
View ArticleBeginners Questions • Re: Unable to install LocalSend, missing dependencies
I agree with @pbear, especially for packages that are not in the official Debian database.Yesterday I also installed easily LocalSend-1.14.0-linux-x86-64, the application works well but!I have enabled...
View ArticleInstallation • Re: when i install debian it does not create boot entry
It is impossible to help with the info you have provided. Did you use the live iso to install to hardware drive? Did you use UEFI or legacy install?To gather information, boot Debian from the Boot...
View ArticleHardware • Broadcom BCM5720 - no network
Hi all,Another problem with my HP Microserver Gen10. After rebooting the onboard network adaptors are no longer recognised. There is only the local loopback device in my output of `ip link`....
View ArticleSystem and Network configuration • Re: iptables SNAT configuration and packet...
Does this help you?The netfilter hooks are a framework inside the Linux kernel that allows kernel modules to register callback functions at different locations of the Linux network stack. The...
View Article