Beginners Questions • Re: [Hardware] Regular Freeze when computing
Thanks @CwF I created a small script to log the CPU and NVME disks temperatures every minute. Here is an extract when running calculations:Code: 2024-09-04 22:37:55, CPU0 Temp: +89.0°C, CPU1 Temp:...
View ArticleInstallation • Re: Debian 12 Hangs on boot, close to fixing but no idea what...
I'm no expert but I have used that command before. It should be written asCode: update-initramfs -uYou can check it out yourself by running Code: man update-initramfsin a terminal.Perhaps someone will...
View ArticleGeneral Debian • Tmpfs disk savers, from ~/.profile
In ~/.profile I have expanded the past thumbnail tmpfs to the entire ~/.cache, still on watch.Code: #create tmpfs disk saverssystemd-mount -t tmpfs -o size=4G dram ~/Downloadssystemd-mount -t tmpfs -o...
View ArticleGeneral Questions • multiple browsers recently started failing to load...
About two weeks ago, both firefox and chromium started timing out when loading some web sites, but others still work. All web sites still work normally on our other two laptops running non-debian OSes...
View ArticleTesting And Unstable • Re: [Testing - Trixie] MATE 1.28
Sid is the distribution where you have a higher chance to get "fresh" packages. They make it to Trixie after spending some time in Sid without incidents. Developers may have shorter release periods...
View ArticleHardware • Re: [Hardware] Unable to format a USB sick / Verbatim SECURE PRO
The Verbatim SECURE PRO USB stick might be protected by encryption or have a hardware fault preventing formatting. Statistics: Posted by Rizwan86 — 2024-09-05 18:40
View ArticleInstallation • Network Config for Mac Air 2014
Installing Debian 12 on my MacBook Air 2014 6-2During installation, the network drivers were not detected so I completed the install without the mirror download, as there was no network.Not able to...
View ArticleBeginners Questions • Re: Lost internet connection suddenly
Perhaps a little information about the host operating system would be in order...Statistics: Posted by stevepusser — 2024-09-05 20:41
View ArticleInstallation • Re: Network Config for Mac Air 2014
Hello,Code: Network controller [0280]: Broadcom Inc. and subsidiaries BCM 4360 802.11ac Wireless Network Adapter [14e4:43a0] (rev 03)Subsystem: Apple Inc. BCM4360 802.11ac Dual Band Wireless Network...
View ArticleInstallation • Re: Trying to upgrade Debian 10 VM to 11 on Google Cloud Platform
Thanks for the edits. Rusty on a lot of this... rarely ever have to use forums or CLI these days.Is there a query to list the lists? I thought there was only one sources.listStatistics: Posted by...
View ArticleHardware • Re: Intel Tiger Lake-LP Smart Sound Audio Not working
alsa-ucm-conf_1.2.12-1_all.deb is installable leaving unconfigured (because of unmet libasound2t64), and this makes microphone to work after rebooting system. But no output...
View ArticleGeneral Debian • Re: Tmpfs disk savers, from ~/.profile
Where would you put the unmount command?You don't. It is handled by systemd. Mentioned below, drop that 'n'! it's umount!You can manually 'systemd-umount' or 'systemctl stop'. systemd gracefully shuts...
View ArticleGeneral Questions • Re: Debian11 : du and df disagree !
If upgrading from 11 to 12 and rsyslog is not removed it will continue in parallel with systemd journal. Once safely running 12 a user should verify config and function of journalctl if they prefer...
View ArticleOff-Topic • Re: Impact of the current magnetic storm on PC, laptop, ... ?
8 minutes from anytime. It seems to me we need to establish a close orbit mesh of observers around the sun and drop a few subspace beacon repeaters in between them and the earth so we can have our 8...
View ArticleProgramming • Re: [IDE] C, C++, Rust, Python - what IDE to use?
I'm trying to learn vim and I'm loving it.Me too has nice bundle of plugins in the Debian's repo, and thousands of them at https://www.vim.org/scripts/index.php Note, they are called scripts...
View ArticleInstallation • Re: Debian Live Image (MATE) has KDE settings on it ... ?
The KDE stuff is required for Calamares, which is the graphic installer.Calamares is a C++ program. It uses the Qt libraries. It may use KDE Frameworks libraries. You will need those installed on your...
View ArticleTesting And Unstable • Re: Bad rendering with "Files" on gnome
sorry, it's testingStatistics: Posted by dacer — 2024-09-07 19:34
View ArticleHardware • Re: LTE modules Sierra Wireless
thanks, i will explore this when i have time, and give here the solution / or further difficulties ...Statistics: Posted by yag-c — 2024-09-07 19:43
View ArticleGeneral Questions • Re: Debian Installation Boot Issue on Dell G3 15-3779...
Hello,You must install Debian with AHCI enabled in SATA settings.According to your logs, you installed Debian in sda disk to boot as legacy boot (grub installed in MBR, no GPT partition scheme,...
View ArticleGeneral Questions • Re: [Hardware] [Sound] Crackling speakers
Thanks for taking the time to answer. I have tried using different distro, but same thing happens, so I am guessing it could be hardware but it has only just started happening and I haven't added any...
View Article