The officially official Devuan Forum!

You are not logged in.

#1 Re: DIY » ALSA-only purists: Question, new GUI app for the mixer and EQ? » Yesterday 22:03:24

Looks nice!

Part 3: Pre-defined and user-defined pre-sets for the equalizer?     fsmithred ducks

#2 Re: DIY » ALSA-only purists: Question, new GUI app for the mixer and EQ? » 2025-07-02 19:53:34

libasound2-plugin-equal with .asoundrc like the example in the README that comes with that package and alsamixergui can show the equalizer.

There are some other mixers that work with alsa, but I don't know if they can display the equalizer. Try them all and make one that's better.

#3 Re: Devuan » apt using a proxy and https only? » 2025-07-02 19:24:50

To use apt with https, you must select a package mirror that supports https. Not all of them do. Find one on this list and use it in sources.list instead of deb.devuan.org.
https://pkgmaster.devuan.org/mirror_list.txt

I don't know how that works with a proxy or if it even matters.

#4 Re: Hardware & System Configuration » LVM -- useful or not? » 2025-06-30 13:31:34

Wasted energy, maybe, but where else can you experience the thrill (terror) of resizing a partition while it's mounted and in use?

#5 Re: Other Issues » How to change Devuan Forum Username? » 2025-06-26 20:13:09

Would that be a red heifer or a white buffalo calf? Not that it matters for this. I think I can change your user name. Send me the name you want using the email you used to register. I'll post back here to let you know if I was successful or not.

fsmithred at gmail dot com

#6 Re: Hardware & System Configuration » Installer *.iso problems - again ... » 2025-06-26 18:47:57

Maybe you need to try again. It's working here. This is on a 2.1 desktop-live iso.

root@devuan:~# apt update
Get:1 http://archive.devuan.org/merged ascii InRelease [29.4 kB]
Get:2 http://archive.devuan.org/merged ascii/main amd64 Packages [7,193 kB]
Get:3 http://archive.devuan.org/merged ascii/main Translation-en [5,652 kB]    
Fetched 12.9 MB in 9s (1,369 kB/s)                                             
Reading package lists... Done
Building dependency tree       
Reading state information... Done
134 packages can be upgraded. Run 'apt list --upgradable' to see them.

#7 Re: Hardware & System Configuration » Where to view system requirements Devuan » 2025-06-24 18:07:21

Where do you see that a minimum microarchitecture level is required?

Follow is not really the right word - we use most of their packages without changing them. Only packages that require systemd are either excluded or forked to remove that dependency. When we say that devuan is debian without systemd, we mean it literally.

#8 Re: Installation » [SOLVED] Asking for the install cd that is already mounted when I chose RUNIT » 2025-06-24 17:51:28

The debian/devuan runit will use sysvinit scripts if there's no run script for a service. If/when you install runit-init, be sure to include runit-services which will give you a bunch of run scripts.

#9 Re: Devuan » devuan and debian links » 2025-06-23 17:50:25

Oops! Thanks, I fixed the link.

Yeah, there's a slow and steady effort to reduce users' choices.

#10 Re: Installation » [SOLVED] Asking for the install cd that is already mounted when I chose RUNIT » 2025-06-23 17:44:55

Apt know what to do based on what's in sources.list and the installer is messing with that file and with mounting/unmounting cdrom when it thinks it should do that. Someone is working on the fix.

#11 Re: Devuan » devuan and debian links » 2025-06-23 14:38:09

Yes, the number of banned and forked packages increases with each release. In the banned packages list, compare columns 1, 5, A, F and K for a visual representation of this. (Beowulf, Chimaera, Daedalus, Excalibur and Ceres)

#12 Re: Devuan » devuan and debian links » 2025-06-23 11:58:24

Most of the packages in devuan are not actually stored in the devuan repository. They get pulled directly from debian servers, merged with our repo so it appears as one and "filtered" on our servers by amprolla to block any packages that depend on systemd. (These: https://pkgmaster.devuan.org/bannedpackages.txt)
We only fork around 100 packages. You can tell a forked package by the presence of "devuan" in the version.

#13 Re: Desktop and Multimedia » [SOLVED] No audio through Pipewire » 2025-06-22 14:18:17

I moved this post to the section that has the most pipewire discussions. There's also one in the Documentation section you might want to look at.

#14 Re: Installation » [SOLVED] Asking for the install cd that is already mounted when I chose RUNIT » 2025-06-21 00:51:10

Yes, I can confirm that. To make it worse, there's no Back button and pressing ESC just makes that screen reload.

Update: right before I selected runit, I dropped to console, chrooted /target and edited /etc/apt/sources.list to comment out the cdrom line. The installer continued normally when I selected runit.

#15 Re: Installation » [SOLVED] Prevent Update from Overwriting EFI » 2025-06-19 14:03:46

I can't explain how that's happening, but I can offer some possible workarounds.

You could just use one bootloader to boot both systems. Boot whichever bootloader to the system you want first and then run update-grub to add other installations to the boot menu. You need to make sure that os-prober is installed and enabled in /etc/default/grub first.

Sometimes devuan installer makes a debian directory in the efi partition. I'm not sure why that is, but it's possible to give unique names to the bootloaders. e.g. Boot the first system and run something like grub-install --bootloader-id=firstsystem && update-grub and then boot the other systems and do the same to give each a different name.

It's also possible that the uefi implementation on your motherboard does not follow standard uefi methods. That's very common. I have one that lets me change the order of the bootloaders through efibootmgr, but the order only lasts until I reboot. i.e. it doesn't really change it.

#16 Re: Desktop and Multimedia » RefractaOS - (Devuan Daedalus Based) Fresh Install SOUND OK XCEPT4FBK? » 2025-06-19 00:46:06

Normally the audio works. in alsamixer, use arrow keys to move left/right to select a channel, m to mute/unmute a channel, pgup/pgdown to raise/lower volumes. ESC to exit when you're done.

Post the output of aplay -l Let's see how many audio devices you have and what they are.

#17 Re: Installation » No live devuan or refracta will boot on a new AMD Ryzen AI 9 HX370 » 2025-06-19 00:40:26

It's possible for packages to be pulled from the testing suite because of problems and the fixed version got into ceres too late to be included or possibly will migrate down in a week or two. Check the changelogs and bug reports for those packages and you might find an explanation.

#18 Re: Installation » No live devuan or refracta will boot on a new AMD Ryzen AI 9 HX370 » 2025-06-18 19:23:05

What about this Debian bug https://github.com/mattermost/desktop/issues/2853?
Will Devuan follow Debian's package policy?

I don't understand your question. That looks like a mattermost or electron bug, not a debian bug, and it looks like they already fixed it by removing unnecessary dependencies.

#19 Re: Installation » No live devuan or refracta will boot on a new AMD Ryzen AI 9 HX370 » 2025-06-16 19:51:47

I got the screenshot I wanted by installing on a laptop that has eth0 that does not work and wlan0 that does work.
https://get.refracta.org/files/misc/pro … mware.jpeg

This was an expert install of devuan_excalibur_6.0-20250605_amd64_netinstall.iso. I'm not sure if expert is necessary to get this firmware question.

I answered "no" to providing the firmware on external media and proceeded.
When it got to network detection and configuration, it only saw eth0. Since eth0 is broken, dhcp failed. I set it up manually and gave it a good local address.

When it came to setting up the package manager, I had to proceed without a mirror. While it was installing the base system, I switched to vt2 and saw that it was installing firmware-iwlwifi.

After the sofware install but before it installed grub bootloader, I opened a shell and tried to set up the wireless.
wlan0 did not show up with 'ip a'. I chrooted the installed system (in /target) and tried configuring wlan0 in /etc/network/interfaces. That didn't work. wpasupplicant was not installed. rfkill was not installed, so I couldn't see if the wireless card got switched off. That's when I gave up.

In past releases, the network setup saw the wireless hardware and let me choose whether to set up eth0 or wlan0. That didn't happen here. I'll pass this info on to the iso builder.

Reported here:
https://bugs.devuan.org/cgi/bugreport.cgi?bug=894

#20 Re: Installation » No live devuan or refracta will boot on a new AMD Ryzen AI 9 HX370 » 2025-06-16 13:51:27

It is possible to install a base system using the netinstall iso without a network connection. You get a very minimal system, and you'd have to set up the network manually after rebooting into the system. Get the firmware package from the installer usb or the iso file mounted on the system.

Is there any chance you could run the installer again and get a screenshot or camera shot of the screen that asks you to supply the wireless driver on usb stick? I'd like to have that for reference, but I can't reproduce it easily. Thanks.

#21 Re: Installation » No live devuan or refracta will boot on a new AMD Ryzen AI 9 HX370 » 2025-06-16 13:02:12

The installer looks at your hardware and when it sees which intel wireless chip you have, it will install the firmware-iwlwifi package that it pulls from the /firmware directory inside the iso.

I want to know if you stopped the installation at the point where it asks for the driver or if you continued without it and it failed at some later point.

Normally you can ignore that request for the driver and you will be able to set up the network during the install.

#22 Re: Installation » No live devuan or refracta will boot on a new AMD Ryzen AI 9 HX370 » 2025-06-16 12:25:07

I have the same issue with AMD Ryzen 9 HX 3700 and AMD Radeon 890M. Additionally, neither Excalibur nor Daedalus netinstall .iso images have WiFi support; they all require iwlwifi-ty* on an external USB drive. However, even when I provide it, Devuan is unable to find and use the driver.

Did you try proceeding without providing the driver on external usb? Daedalus and Excalibur netinstall isos do have wifi support. The firmware packages are all in the iso and will be installed if your hardware requires them. The live isos have wireless firmware already installed.

#23 Re: DIY » Need advice, building a small server for city-library-Devuan mirror » 2025-06-11 11:33:47

You can install to RAID with the cli refractainstaller, but it won't take 10 minutes. It would probably be more like 15 minutes. RAID1 will prevent downtime, and you can make a cron job to check the drives and send you email and/or text message if one fails.

Update on these instructions - it says that partitions must end in a  non-zero digit and that's no longer true. I fixed it long ago. You can use md0 and if you do lvm you don't have to end the lv name with a digit. (e.g. /dev/mapper/nodigitshere would work.)
https://dev1galaxy.org/viewtopic.php?id=2323

#24 Re: Installation » Installed Excalibur on Geekom A5 » 2025-06-09 14:42:55

In most cases the install will be easier if you ignore that question about loading firmware from removable media. Most of the firmware packages are on the disk. (e.g. firmware-realtek). That question is a leftover inherited from debian when they did not include non-free firmware in the isos. It's only useful for a few drivers that require you to agree not to share them before they let you have them. (e.g. some broadcom chips) and only if you're installing without a network connection.

#25 Re: Installation » [SOLVED] accidentally deleted (EFI) partition - how recover? » 2025-06-08 10:45:43

Thanks. I got confused because I always use dd on whole devices or partitions. Sending it to a file won't clobber other files.

Board footer

Forum Software