The officially official Devuan Forum!

You are not logged in.

#1 Hardware & System Configuration » [SOLVED] Stuck at 800Mhz Dell Micro Optiplex - FYI » Yesterday 09:07:42

swanson
Replies: 0

Annoying problem stuck at 800 Mhz, should be able to get 3200Mhz. Fixed by following this Dell support https://www.dell.com/support/kbdoc/en-u … ghz-800mhz

and then a factory reset from within the Bios.

I tried all kinds of google rabbit holes with different drivers . acpi instead if intel_pstate - and cpupower/cpufreq settings and other voodo. Only hardware reset fixed it.

Seems to be a Dell Optiplex and some Dell laptops problem.

Have a nice weekend Devuan mates!

#2 Re: Installation » Also UEFI install problems » 2025-10-17 06:06:12

I had that Daedalus install problem as well on several different machines. Never could figure it out. But I installed Chimaera instead and immediately changed the sources and upgraded to Daedalus. Working nicely since, on all of them, though not an ideal way of installing .

#3 Re: Desktop and Multimedia » PA Volume Control defaults » 2025-10-04 18:52:28

Can be a hazzle sometimes.  But I have a DAW running pure alsa with no problems at all. Even multiple sound sources simultaneously.

#4 Re: Desktop and Multimedia » PA Volume Control defaults » 2025-10-04 14:20:59

I just had this default problem with PA. No matter what google solutions I applied, nothing worked for setting a default out. Not even pure alsa. Pipewire solved it immediately on my Xfce Daedalus install. Followed this thread: https://dev1galaxy.org/viewtopic.php?id=5867

#5 Re: DIY » New Project, a simple music player. And now a video player!! » 2025-08-07 07:00:18

It reminds me of a bass player I used to play with. I suggested that we could compose our own tunes. He said: "All the songs are already composed". The end.

#6 Re: Desktop and Multimedia » PA Volume Control defaults » 2025-08-05 04:59:13

This is pretty much what I used for setting default sound:

https://askubuntu.com/questions/1373232 … evice-port

PA is a nuisance and on my other machine (a DAW) I do Alsa only.

#7 Re: DIY » ALSA-only purists: Question, new GUI app for the mixer and EQ? » 2025-07-05 14:53:38

I'm really interested in downloading it. Waiting eagerly.....

#8 Re: DIY » ALSA-only purists: Question, new GUI app for the mixer and EQ? » 2025-07-04 09:09:43

I'm in! Nice project. I will certainly try it. On my Devuan DAW (Reaper) I run only Alsa and Jack. No pipe and no Pulse.
And I can play both DAW and Youtube at the same time.

For DAW's you can get better latency with a pure Alsa setup.

#10 Re: Devuan » Devuan and gaming, any benefits? » 2025-06-02 18:14:56

I've got Steam, Lutris and Playonlinux working with PC games. But of course, not all games/versions. Devuan seems to have good support for those and the underlying Wine. Been running this Devuan setup for years.

By the way, you are allowed to play as much as you want. But I also recommend Hiking and Biking as compliments.

#11 Re: Desktop and Multimedia » [SOLVED] .xsession-errors file » 2025-05-27 15:34:16

Or take a look at this crude script I use at boot:

#!/bin/bash
for i in {9..1}; do
    if [[ -f /home/USER/.xsession-errors.${i} ]]; then
        mv -f /home/USER/.xsession-errors.${i} /home/USER/.xsession-errors.$((i+1))
    fi
done
mv -f /home/USER/.xsession-errors /home/USER/.xsession-errors.1
touch /home/USER/.xsession-errors

You'll always have the last ten boot-up logs available. I had a problem too with xsession-errors, but it was the Xfce weather applet gone crazy (bug).

#13 Re: Devuan » [SOLVED] The 'snap' package in Devuan belongs to biology » 2025-05-21 16:32:58

Devuan is a systemd-less distribution.
snapd requires systemd -> because of this, snapd is a banned package.
Hence the lack of snapd or anything snap related in the Devuan repository.

I'm sorry but this makes me very happy. smile

#14 Re: Installation » [SOLVED] MBR and efi booting issue » 2025-05-10 03:47:54

Good stuff! Thx guys! For my two most recent installs I had to install Chimaera first and then immediately upgrade it to Daedalus. Couldn't get Daedalus to boot without going this route.

#15 Re: Desktop and Multimedia » Desktop locking up / temp freezes » 2025-04-13 07:51:18

I don't really know, but ads can be taxing and multpile tabs/pages. Try Ublock Origin adblocker, if you haven't already. Works nicely with Firefox on my rig [Daedalus]. Blocks all ads on Youtube.

#16 Re: Other Issues » Audio over HDMI not working » 2025-03-18 20:20:45

Thx PedroReina! You might have solved a problem for me too! VLC it is......

#17 Re: News & Announcements » Chrome based browsers and uBlock Origin » 2025-02-24 20:22:38

Firefox and uBlock Origin works very well. Recommend it.

#19 Re: Installation » Some problems after upgrading to Daedalus » 2024-12-05 10:52:27

Common problem and setting default sound card in Pulseaudio might solve it.

Look here: https://askubuntu.com/questions/1038490 … -in-ubuntu

But since Alsa is always there and the basis for Pulse, you might have to set it there too. Try the Pulse way first.

#21 Re: Installation » [SOLVED] Kernel 6.10 bpo and Nvidia 535.183.06-1 problem - heads up » 2024-11-26 16:05:20

Solved today with new Nvidia package  535.216.01-1~deb12u1

Ok with kernel 6.11.5 bpo!

Thank you package maintainer!

#24 Re: Off-topic » A Reflection on Kindness » 2024-10-11 06:52:47

Great thinking goat! Than you!

#25 Re: Installation » [SOLVED] Kernel 6.10 bpo and Nvidia 535.183.06-1 problem - heads up » 2024-09-30 07:58:11

I might be able to run Nvidia 550.x or up, but haven't tested it yet.

Board footer

Forum Software