The officially official Devuan Forum!

You are not logged in.

#1 Re: Installation » missing firmware /lib/firmware/i915/ » Yesterday 19:44:20

So for daedalus the i915 stuff is in firmware-misc-nonfree, but for excalibur they split it off into it's own package that fsmithred mentioned above firmware-intel-graphics.

Looks like most likely you had the daedalus version and were using it possibly, but after the upgrade the intel i915 firmware is no longer in the package so it's no longer on your system.

There's also a firmware-intel-misc package that's new in excalibur, not sure what's in that as I don't have an excalibur system on my machine right now.

#2 Re: Devuan » Why not use runit? Do you guys use runit? » 2026-06-11 20:13:19

How do you make the decision what is it important?

Good question, and easy to answer really. I start off with a netinstall iso, install just the basic system with no DE or anything. Then I boot into that console, and all that's there generally will never change. Then I start apt'ing packages and everything after that is fair game.

The base system has been solid for all of the 10 years i've been using it, no reason to change it IMO, it always works for me.

I do support all those who work on runit, dinit, openrc etc. More options are almost always good, whether I choose to use them or not.

#3 Re: Devuan » Why not use runit? Do you guys use runit? » 2026-06-10 21:10:26

Is SysV stable? Yes - which is part of the problem.

Pretty sure that exact same line of incongruous thinking is how systemd got started. And what's wrong in general with Linux these days.

Oh my gosh, can't have stable things just working without breaking, what fun is that? C'mon let's break some stuff, it'll be fun and it's good for people to deal with failure rather than boring predictable behavior, can't have them getting too content and comfortable...nosiree.

lol

*greenjeans most definitely breaks stuff to see what's possible, just not the important stuff*

#4 Re: Hardware & System Configuration » [SOLVED] Screen randomly turns black » 2026-06-09 12:32:22

Now what would be the best way to start the command automatically?
Should I Just put it to the application autostart as a .sh script?

That's what I do, works fine.

#!/bin/sh

# Script to turn off base-level power-management.

xset dpms 0 0 0
xset -dpms
xset s off

#5 Re: Devuan Derivatives » Vuu-do Linux! *New Openbox-64 iso's (1.0.7) up 2-02-18*!! » 2026-06-07 19:21:36

6-07-2026
Finally got around to updating the mini, lots of important core packages including a new kernel.
New versions of various Vuu-do utilities, added the VuuNotes app, and swapped Nitrogen out
for VuuPaper. Release notes are now moved to the VuuNotes folder in ~/Documents,
you can read them just by opening VuuNotes.

https://sourceforge.net/projects/vuu-do … ob-mini-z/

#7 Re: Off-topic » word is that flatpak 2.0 WILL depend on systemd » 2026-05-24 22:59:52

Great post @ruenoak!

Off-topic: I also am fond of all those things in your signature, but I do try to be Chaotic Good when I can. wink

#8 Re: Devuan Derivatives » Devuan 6 (excalibur) mate testing iso uploaded » 2026-05-24 21:27:08

New version uploaded (non-Xlibre) just a few minutes ago, some 137 updates including a new kernel, plus a band-aid for the NM issue that's been talked about in a few threads here. Easy way to try Devuan's Mate which is superb, when I first tried Devuan 10 years ago it was the first thing I tried, and I still use it very regularly. Give it a whirl!
https://sourceforge.net/projects/vuu-do … te-mini-6/

Again please note: NOT an official Devuan iso! And not efi-enabled. Old-school to the core and proud of it. wink

#9 Re: Installation » excaliber odd /etc/hostname file » 2026-05-24 00:43:51

I believe it's the base-files package, totally harmless, alter as you see fit, I change it to reflect Vuu-do and it actually doesn't get over-written on updates.

#10 Re: Installation » fstab not mounting at startup » 2026-05-23 18:13:48

Maybe try actually addressing the problem, rather than just looking for excuses to bitch about systemd?

Killjoy. lol

Personally I prefer to do both. wink

#12 Re: Other Issues » Getting 403 forbidden from wiki.debian.org? » 2026-05-20 14:31:18

The modern web is suffering from the spam bots, and the equally obnoxious 'anti-spam measures', both conveniently appearing almost at the same time

yep.

Earlier today I was logged into my Sourceforge acount on my own page in one tab in my browser. Somebody posted a link on another tab to a project also on Sourceforge that I was interested enough in to check out so I opened it in a new tab....and got the stupid challenge again despite the fact that I was already logged in to the site. SMH.

#13 Re: Installation » How to pure OpenRC-based Devuan? » 2026-05-20 14:24:23

That is good news JCK, and very interesting. I don't have anything to add here but i'm tagging for any future developments, i'm a sysvinit guy, but more options are always better. wink

#14 Re: Installation » [SOLVED] persist initramfs fsck.log / persist the following output on disc fail » 2026-05-17 15:22:15

@onedevone, funny I used Refracta-Snapshot just a couple days ago for like the oh, 1000th time or better, and it worked perfectly (as always) and have multiple users right now using that iso live for testing purposes.

I'm guessing user error is the issue, perhaps if you explain the process you used (in another thread, let's not get too off-topic in this one), then someone may be able to help you?

#15 Re: DIY » I'm making a note-taking app » 2026-05-17 15:11:24

There is now a new fork by m15 called VuuNotes2 with many new features and extended capabilities for those who want some additional functionality!
Check it out at: https://git.devuan.org/m15/vuunotes

Deb package to follow soon, this is very new and testing is just getting started.

#16 Re: DIY » How to swap out sound cards at will, » 2026-05-17 14:30:20

lol

Good buddy I wasn't suggesting you use it verbatim, just that there might be some code in there you could use. It's part of AlsaTune but if you want to try it you can, just make sure you back things up first, mainly your ~/.asoundrc which you MUST have for this to work. It simply uses aplay to detect cards, then offers up a list of everything for you to choose one, it then sed's the correct numbers into your existing .asoundrc, that's all. As I mentioned it has NOT been tested with external sound cards, may not work.

It's called soundswitch, just paste the code in a text editor and save anywhere, no root privileges are required, you can just drop it into your home folder somewhere, make sure it's executable and then run it and see. Since it writes to .asoundrc your settings will (normally) survive re-boots, and if it does work you can use it to switch between cards during a session.

You need to have yad installed for it to work, and of course all the usual alsa packages which you likely already have.

If it's all good and you like it, put it in your $PATH somewhere and make you a .desktop for it so it will be in the menu.

#18 Re: DIY » How to swap out sound cards at will, » 2026-05-16 19:23:57

Possibly something in here that might help, dunno as I don't have a usb card or a multi-card machine to test on:

#!/bin/sh
# soundswitch – Simple utility to change soundcards, part of AlsaTune.
# Copyleft greenjeans 2025. This is FREE software with NO warranty, use at your own risk!

if [ ! -f ~/.asoundrc ]; then
    yad --error --title="Error" --width=400 --center --text-align=center --window-icon=error \
        --text="\nNo config file (.asoundrc) found in user's home.\n\nChoose <b>Okay</b> to install a generic version,\nor choose <b>Cancel</b> to abort.\n" \
        --button="Okay:0" --button="Cancel:1" --fixed
        
  if [ $? -eq 0 ]; then
    cp /usr/share/alsatune/.asoundrc ~/.asoundrc
  else
    exit 1
  fi
fi

CARDS=$(aplay -l | grep "^card [0-9]")

CHOICE=$(echo "$CARDS" | yad --list --title="Select Sound Card" \
    --column="Choose card/device" --width=550 --height=300 --window-icon=audio-speakers \
    --button="Apply:0" --button="Cancel:1")

[ $? -ne 0 ] && exit 1

# Extract both card and device number from the selected line
CARD_NUM=$(echo "$CHOICE" | grep -o 'card [0-9]' | cut -d' ' -f2)
DEV_NUM=$(echo "$CHOICE" | grep -o 'device [0-9]' | head -n1 | cut -d' ' -f2)
[ -z "$DEV_NUM" ] && DEV_NUM=0        # safety net

if [ -z "$CARD_NUM" ]; then
  yad --title="Error" --width=300 --center --text-align=center --window-icon=error \
--text="\nNo card was selected. Exiting..." --no-buttons --timeout=3
  exit 1
fi

cp ~/.asoundrc ~/.asoundrc.bak 2>/dev/null || true

# Replace card/device number(s).
sed -i \
    -e "s/hw:[0-9]*,[0-9]/hw:$CARD_NUM,$DEV_NUM/g" \
    -e "s/plughw:[0-9]*,[0-9]/plughw:$CARD_NUM,$DEV_NUM/g" \
    -e "s/card [0-9]/card $CARD_NUM/g" \
    ~/.asoundrc

yad --title="AlsaTune" --window-icon=audio-speakers --text-align=center --width=340 --center \
    --text="\nNow using Card $CARD_NUM – Device $DEV_NUM\n\nConfig backed up to ~/.asoundrc.bak\n" \
    --button=gtk-ok:0 --fixed

#19 Re: Installation » The OS Demands Password Access to a Non-Linux Partition » 2026-05-16 16:23:49

/usr/share/polkit-1/actions/org.freedesktop.UDisks2.policy

Edit as needed.

#20 Re: Desktop and Multimedia » GTK2 Revival thread » 2026-05-16 16:20:20

Also a test iso available with it pre-installed and compiled, it's not installed system-wide as a replacement but as an alternate set of libraries you can run gtk2 apps against and be able to compare both side-by-side.
https://sourceforge.net/projects/vuu-do … g-testing/

#21 Re: Installation » How install hplip-3.25.8? » 2026-05-15 14:22:49

But ...
Have you searched for packages using *-devel?*
* maybe not enough Joe? 8^P

lol

Guilty as charged my friend! No I haven't, I blithely try to pretend there's no redhat in my system and ignore anything that says otherwise. wink

#22 Re: Devuan Derivatives » List of Devuan derivatives » 2026-05-15 01:32:47

Thank You @greenjeans . I finally made the ISO image public. BEEP OS BEEPING...A Devuan with out-of-the box live server! Run anything without hassle.
https://sourceforge.net/projects/beepos13/ . Wish it grows the Devuan community more with a new category of derivative: LIVE SERVER OSes.

Sweet! downloading here shortly, this is of great interest to me as i'm still working on building a server to host a Devuan repo. Can I pick your brains via PM to get some tips?

#23 Re: Installation » Avoiding FlatPak, Snap, and Other Package Managers » 2026-05-15 01:25:50

1. 100% yes. Period.

2. Up to you, don't see why it wouldn't work, though gnome may give you some misery.

#24 Re: Installation » [solved] inkscape extension-manager broken on excalibur? » 2026-05-15 00:28:58

Looks like you might be missing a python package for tinycss2, is it not available in excalibur? Don't have running instance to check myself.

python3-tinycss
python3-tinycss2

#25 Re: Installation » How install hplip-3.25.8? » 2026-05-15 00:18:16

Also, most development packages in debian/devuan end in -dev, not -devel.

yeah that pegged my WTH meter too, I have a metric-ton of dev packages on my system and none end in ".devel".

Board footer

Forum Software